Commit 89c69d3c authored by YOSHIFUJI Hideaki/吉藤英明's avatar YOSHIFUJI Hideaki/吉藤英明 Committed by David S. Miller

net: neighbour: Document {mcast, ucast}_solicit, mcast_resolicit.

Signed-off-by: default avatarYOSHIFUJI Hideaki <hideaki.yoshifuji@miraclelinux.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 8da86466
...@@ -1126,11 +1126,23 @@ arp_accept - BOOLEAN ...@@ -1126,11 +1126,23 @@ arp_accept - BOOLEAN
gratuitous arp frame, the arp table will be updated regardless gratuitous arp frame, the arp table will be updated regardless
if this setting is on or off. if this setting is on or off.
mcast_solicit - INTEGER
The maximum number of multicast probes in INCOMPLETE state,
when the associated hardware address is unknown. Defaults
to 3.
ucast_solicit - INTEGER
The maximum number of unicast probes in PROBE state, when
the hardware address is being reconfirmed. Defaults to 3.
app_solicit - INTEGER app_solicit - INTEGER
The maximum number of probes to send to the user space ARP daemon The maximum number of probes to send to the user space ARP daemon
via netlink before dropping back to multicast probes (see via netlink before dropping back to multicast probes (see
mcast_solicit). Defaults to 0. mcast_resolicit). Defaults to 0.
mcast_resolicit - INTEGER
The maximum number of multicast probes after unicast and
app probes in PROBE state. Defaults to 0.
disable_policy - BOOLEAN disable_policy - BOOLEAN
Disable IPSEC policy (SPD) for this interface Disable IPSEC policy (SPD) for this interface
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment