File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff 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
11301138app_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
11351147disable_policy - BOOLEAN
11361148 Disable IPSEC policy (SPD) for this interface
You can’t perform that action at this time.
0 commit comments