aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYOSHIFUJI Hideaki/吉藤英明 <hideaki.yoshifuji@miraclelinux.com>2015-03-19 09:42:04 -0400
committerDavid S. Miller <davem@davemloft.net>2015-03-20 21:47:40 -0400
commit89c69d3ce5ff0d1d73c19ff0b53268e3325cb3ef (patch)
tree7693e951ccea3c8d0a243017885128865e76cfef
parent8da86466b83787df0d4b89ec81c310de072d101c (diff)
net: neighbour: Document {mcast, ucast}_solicit, mcast_resolicit.
Signed-off-by: YOSHIFUJI Hideaki <hideaki.yoshifuji@miraclelinux.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--Documentation/networking/ip-sysctl.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt
index 4412f695a62f..6c07c2b36909 100644
--- a/Documentation/networking/ip-sysctl.txt
+++ b/Documentation/networking/ip-sysctl.txt
@@ -1126,11 +1126,23 @@ arp_accept - BOOLEAN
1126 gratuitous arp frame, the arp table will be updated regardless 1126 gratuitous arp frame, the arp table will be updated regardless
1127 if this setting is on or off. 1127 if this setting is on or off.
1128 1128
1129mcast_solicit - INTEGER
1130 The maximum number of multicast probes in INCOMPLETE state,
1131 when the associated hardware address is unknown. Defaults
1132 to 3.
1133
1134ucast_solicit - INTEGER
1135 The maximum number of unicast probes in PROBE state, when
1136 the hardware address is being reconfirmed. Defaults to 3.
1129 1137
1130app_solicit - INTEGER 1138app_solicit - INTEGER
1131 The maximum number of probes to send to the user space ARP daemon 1139 The maximum number of probes to send to the user space ARP daemon
1132 via netlink before dropping back to multicast probes (see 1140 via netlink before dropping back to multicast probes (see
1133 mcast_solicit). Defaults to 0. 1141 mcast_resolicit). Defaults to 0.
1142
1143mcast_resolicit - INTEGER
1144 The maximum number of multicast probes after unicast and
1145 app probes in PROBE state. Defaults to 0.
1134 1146
1135disable_policy - BOOLEAN 1147disable_policy - BOOLEAN
1136 Disable IPSEC policy (SPD) for this interface 1148 Disable IPSEC policy (SPD) for this interface