aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking/ip-sysctl.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/networking/ip-sysctl.txt')
-rw-r--r--Documentation/networking/ip-sysctl.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt
index fbe427a6580c..a0e134dd2523 100644
--- a/Documentation/networking/ip-sysctl.txt
+++ b/Documentation/networking/ip-sysctl.txt
@@ -1086,6 +1086,24 @@ accept_dad - INTEGER
1086 2: Enable DAD, and disable IPv6 operation if MAC-based duplicate 1086 2: Enable DAD, and disable IPv6 operation if MAC-based duplicate
1087 link-local address has been found. 1087 link-local address has been found.
1088 1088
1089force_tllao - BOOLEAN
1090 Enable sending the target link-layer address option even when
1091 responding to a unicast neighbor solicitation.
1092 Default: FALSE
1093
1094 Quoting from RFC 2461, section 4.4, Target link-layer address:
1095
1096 "The option MUST be included for multicast solicitations in order to
1097 avoid infinite Neighbor Solicitation "recursion" when the peer node
1098 does not have a cache entry to return a Neighbor Advertisements
1099 message. When responding to unicast solicitations, the option can be
1100 omitted since the sender of the solicitation has the correct link-
1101 layer address; otherwise it would not have be able to send the unicast
1102 solicitation in the first place. However, including the link-layer
1103 address in this case adds little overhead and eliminates a potential
1104 race condition where the sender deletes the cached link-layer address
1105 prior to receiving a response to a previous solicitation."
1106
1089icmp/*: 1107icmp/*:
1090ratelimit - INTEGER 1108ratelimit - INTEGER
1091 Limit the maximal rates for sending ICMPv6 packets. 1109 Limit the maximal rates for sending ICMPv6 packets.