diff options
Diffstat (limited to 'Documentation/networking/ip-sysctl.txt')
-rw-r--r-- | Documentation/networking/ip-sysctl.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt index 17a6e46fbd43..71c7bea97160 100644 --- a/Documentation/networking/ip-sysctl.txt +++ b/Documentation/networking/ip-sysctl.txt | |||
@@ -548,8 +548,9 @@ icmp_echo_ignore_broadcasts - BOOLEAN | |||
548 | icmp_ratelimit - INTEGER | 548 | icmp_ratelimit - INTEGER |
549 | Limit the maximal rates for sending ICMP packets whose type matches | 549 | Limit the maximal rates for sending ICMP packets whose type matches |
550 | icmp_ratemask (see below) to specific targets. | 550 | icmp_ratemask (see below) to specific targets. |
551 | 0 to disable any limiting, otherwise the maximal rate in jiffies(1) | 551 | 0 to disable any limiting, |
552 | Default: 100 | 552 | otherwise the minimal space between responses in milliseconds. |
553 | Default: 1000 | ||
553 | 554 | ||
554 | icmp_ratemask - INTEGER | 555 | icmp_ratemask - INTEGER |
555 | Mask made of ICMP types for which rates are being limited. | 556 | Mask made of ICMP types for which rates are being limited. |
@@ -1027,8 +1028,9 @@ max_addresses - INTEGER | |||
1027 | icmp/*: | 1028 | icmp/*: |
1028 | ratelimit - INTEGER | 1029 | ratelimit - INTEGER |
1029 | Limit the maximal rates for sending ICMPv6 packets. | 1030 | Limit the maximal rates for sending ICMPv6 packets. |
1030 | 0 to disable any limiting, otherwise the maximal rate in jiffies(1) | 1031 | 0 to disable any limiting, |
1031 | Default: 100 | 1032 | otherwise the minimal space between responses in milliseconds. |
1033 | Default: 1000 | ||
1032 | 1034 | ||
1033 | 1035 | ||
1034 | IPv6 Update by: | 1036 | IPv6 Update by: |