diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-09-03 18:19:44 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-09-04 14:53:21 -0400 |
commit | f21278108204ab244cd534a0d45c174ecc559267 (patch) | |
tree | 80785e51cef410de3c1088f641423d678239c71a | |
parent | b4af8def5c083e5424c66051fe400444a01c4644 (diff) |
net: ipv6: mld: document force_mld_version in ip-sysctl.txt
Document force_mld_version parameter in ip-sysctl.txt.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Cc: Hannes Frederic Sowa <hannes@stressinduktion.org>
Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
-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 1cb3aeb4baff..a46d78583ae1 100644 --- a/Documentation/networking/ip-sysctl.txt +++ b/Documentation/networking/ip-sysctl.txt | |||
@@ -1358,6 +1358,11 @@ mldv2_unsolicited_report_interval - INTEGER | |||
1358 | MLDv2 report retransmit will take place. | 1358 | MLDv2 report retransmit will take place. |
1359 | Default: 1000 (1 second) | 1359 | Default: 1000 (1 second) |
1360 | 1360 | ||
1361 | force_mld_version - INTEGER | ||
1362 | 0 - (default) No enforcement of a MLD version, MLDv1 fallback allowed | ||
1363 | 1 - Enforce to use MLD version 1 | ||
1364 | 2 - Enforce to use MLD version 2 | ||
1365 | |||
1361 | suppress_frag_ndisc - INTEGER | 1366 | suppress_frag_ndisc - INTEGER |
1362 | Control RFC 6980 (Security Implications of IPv6 Fragmentation | 1367 | Control RFC 6980 (Security Implications of IPv6 Fragmentation |
1363 | with IPv6 Neighbor Discovery) behavior: | 1368 | with IPv6 Neighbor Discovery) behavior: |