ipv6: add sysctl_mld_qrv to configure query robustness variable
This patch adds a new sysctl_mld_qrv knob to configure the mldv1/v2 query robustness variable. It specifies how many retransmit of unsolicited mld retransmit should happen. Admins might want to tune this on lossy links. Also reset mld state on interface down/up, so we pick up new sysctl settings during interface up event. IPv6 certification requests this knob to be available. I didn't make this knob netns specific, as it is mostly a setting in a physical environment and should be per host. Cc: Flavio Leitner <fbl@redhat.com> Signed-off-by:Hannes Frederic Sowa <hannes@stressinduktion.org> Acked-by:
Flavio Leitner <fbl@redhat.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- Documentation/networking/ip-sysctl.txt 5 additions, 0 deletionsDocumentation/networking/ip-sysctl.txt
- include/net/ipv6.h 1 addition, 0 deletionsinclude/net/ipv6.h
- net/ipv6/mcast.c 15 additions, 10 deletionsnet/ipv6/mcast.c
- net/ipv6/sysctl_net_ipv6.c 10 additions, 0 deletionsnet/ipv6/sysctl_net_ipv6.c
Please register or sign in to comment