Skip to content

Commit 89c69d3

Browse files
yoshfujidavem330
authored andcommitted
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>
1 parent 8da8646 commit 89c69d3

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

Documentation/networking/ip-sysctl.txt

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1126,11 +1126,23 @@ arp_accept - BOOLEAN
11261126
gratuitous arp frame, the arp table will be updated regardless
11271127
if this setting is on or off.
11281128

1129+
mcast_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+
1134+
ucast_solicit - INTEGER
1135+
The maximum number of unicast probes in PROBE state, when
1136+
the hardware address is being reconfirmed. Defaults to 3.
11291137

11301138
app_solicit - INTEGER
11311139
The maximum number of probes to send to the user space ARP daemon
11321140
via netlink before dropping back to multicast probes (see
1133-
mcast_solicit). Defaults to 0.
1141+
mcast_resolicit). Defaults to 0.
1142+
1143+
mcast_resolicit - INTEGER
1144+
The maximum number of multicast probes after unicast and
1145+
app probes in PROBE state. Defaults to 0.
11341146

11351147
disable_policy - BOOLEAN
11361148
Disable IPSEC policy (SPD) for this interface

0 commit comments

Comments
 (0)