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
1126
1126
gratuitous arp frame, the arp table will be updated regardless
1127
1127
if this setting is on or off.
1128
1128
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.
1129
1137
1130
1138
app_solicit - INTEGER
1131
1139
The maximum number of probes to send to the user space ARP daemon
1132
1140
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.
1134
1146
1135
1147
disable_policy - BOOLEAN
1136
1148
Disable IPSEC policy (SPD) for this interface
You can’t perform that action at this time.
0 commit comments