diff options
-rw-r--r-- | Documentation/networking/ip-sysctl.txt | 14 |
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 | ||
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 | app_solicit - INTEGER | 1138 | app_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 | |||
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 | disable_policy - BOOLEAN | 1147 | disable_policy - BOOLEAN |
1136 | Disable IPSEC policy (SPD) for this interface | 1148 | Disable IPSEC policy (SPD) for this interface |