diff options
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2008-06-28 01:17:11 -0400 |
---|---|---|
committer | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2008-07-03 04:51:55 -0400 |
commit | 778d80be52699596bf70e0eb0761cf5e1e46088d (patch) | |
tree | 607d0bd6fe7c7d6f59d88b9287fc534f6693998d /Documentation/networking/ip-sysctl.txt | |
parent | 5ce83afaac956238c3c25f60a899c511e9d8cbf4 (diff) |
ipv6: Add disable_ipv6 sysctl to disable IPv6 operaion on specific interface.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Diffstat (limited to 'Documentation/networking/ip-sysctl.txt')
-rw-r--r-- | Documentation/networking/ip-sysctl.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt index 71c7bea97160..dae980e8f1b9 100644 --- a/Documentation/networking/ip-sysctl.txt +++ b/Documentation/networking/ip-sysctl.txt | |||
@@ -1025,6 +1025,10 @@ max_addresses - INTEGER | |||
1025 | autoconfigured addresses. | 1025 | autoconfigured addresses. |
1026 | Default: 16 | 1026 | Default: 16 |
1027 | 1027 | ||
1028 | disable_ipv6 - BOOLEAN | ||
1029 | Disable IPv6 operation. | ||
1030 | Default: FALSE (enable IPv6 operation) | ||
1031 | |||
1028 | icmp/*: | 1032 | icmp/*: |
1029 | ratelimit - INTEGER | 1033 | ratelimit - INTEGER |
1030 | Limit the maximal rates for sending ICMPv6 packets. | 1034 | Limit the maximal rates for sending ICMPv6 packets. |