diff options
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2006-03-20 19:55:08 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-03-20 19:55:08 -0500 |
commit | 65f5c7c1143fb8eed5bc7e7d8c926346e00fe3c0 (patch) | |
tree | fb61c9f73577a7fec29b11039d1434b972796d8b /Documentation | |
parent | 073a8e0e154c1c440e0b33aaa887473d5cc843f4 (diff) |
[IPV6]: ROUTE: Add accept_ra_defrtr sysctl.
This controls whether we accept default router information
in RAs.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/networking/ip-sysctl.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt index 26364d06ae92..8001faa76ea2 100644 --- a/Documentation/networking/ip-sysctl.txt +++ b/Documentation/networking/ip-sysctl.txt | |||
@@ -717,6 +717,12 @@ accept_ra - BOOLEAN | |||
717 | Functional default: enabled if local forwarding is disabled. | 717 | Functional default: enabled if local forwarding is disabled. |
718 | disabled if local forwarding is enabled. | 718 | disabled if local forwarding is enabled. |
719 | 719 | ||
720 | accept_ra_defrtr - BOOLEAN | ||
721 | Learn default router in Router Advertisement. | ||
722 | |||
723 | Functional default: enabled if accept_ra is enabled. | ||
724 | disabled if accept_ra is disabled. | ||
725 | |||
720 | accept_redirects - BOOLEAN | 726 | accept_redirects - BOOLEAN |
721 | Accept Redirects. | 727 | Accept Redirects. |
722 | 728 | ||