diff options
| author | Hannes Frederic Sowa <hannes@stressinduktion.org> | 2014-09-02 09:49:25 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2014-09-05 01:26:14 -0400 |
| commit | 2f711939d2ea9dfaecebecd1324d2ec7a7a21f65 (patch) | |
| tree | bd60e72acdcced3d345139cb31540b586eabd5a1 /Documentation/networking | |
| parent | b89df95d52d5fd0de5a2ca3f8b49aaaee4675151 (diff) | |
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>
Diffstat (limited to 'Documentation/networking')
| -rw-r--r-- | Documentation/networking/ip-sysctl.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt index 3cce8ea6b139..cfc71ac0f764 100644 --- a/Documentation/networking/ip-sysctl.txt +++ b/Documentation/networking/ip-sysctl.txt | |||
| @@ -1152,6 +1152,11 @@ anycast_src_echo_reply - BOOLEAN | |||
| 1152 | FALSE: disabled | 1152 | FALSE: disabled |
| 1153 | Default: FALSE | 1153 | Default: FALSE |
| 1154 | 1154 | ||
| 1155 | mld_qrv - INTEGER | ||
| 1156 | Controls the MLD query robustness variable (see RFC3810 9.1). | ||
| 1157 | Default: 2 (as specified by RFC3810 9.1) | ||
| 1158 | Minimum: 1 (as specified by RFC6636 4.5) | ||
| 1159 | |||
| 1155 | IPv6 Fragmentation: | 1160 | IPv6 Fragmentation: |
| 1156 | 1161 | ||
| 1157 | ip6frag_high_thresh - INTEGER | 1162 | ip6frag_high_thresh - INTEGER |
