diff options
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2006-03-20 19:55:26 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-03-20 19:55:26 -0500 |
commit | c4fd30eb18666972230689eb30e8f90844bce635 (patch) | |
tree | f1b8daddeb21d7d1390fa1ae820bf2b5ffa8d276 /Documentation/networking/ip-sysctl.txt | |
parent | 65f5c7c1143fb8eed5bc7e7d8c926346e00fe3c0 (diff) |
[IPV6]: ADDRCONF: Add accept_ra_pinfo sysctl.
This controls whether we accept Prefix 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/networking/ip-sysctl.txt')
-rw-r--r-- | Documentation/networking/ip-sysctl.txt | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt index 8001faa76ea2..404afacb468d 100644 --- a/Documentation/networking/ip-sysctl.txt +++ b/Documentation/networking/ip-sysctl.txt | |||
@@ -723,6 +723,12 @@ accept_ra_defrtr - BOOLEAN | |||
723 | Functional default: enabled if accept_ra is enabled. | 723 | Functional default: enabled if accept_ra is enabled. |
724 | disabled if accept_ra is disabled. | 724 | disabled if accept_ra is disabled. |
725 | 725 | ||
726 | accept_ra_pinfo - BOOLEAN | ||
727 | Learn Prefix Inforamtion in Router Advertisement. | ||
728 | |||
729 | Functional default: enabled if accept_ra is enabled. | ||
730 | disabled if accept_ra is disabled. | ||
731 | |||
726 | accept_redirects - BOOLEAN | 732 | accept_redirects - BOOLEAN |
727 | Accept Redirects. | 733 | Accept Redirects. |
728 | 734 | ||
@@ -733,8 +739,8 @@ autoconf - BOOLEAN | |||
733 | Autoconfigure addresses using Prefix Information in Router | 739 | Autoconfigure addresses using Prefix Information in Router |
734 | Advertisements. | 740 | Advertisements. |
735 | 741 | ||
736 | Functional default: enabled if accept_ra is enabled. | 742 | Functional default: enabled if accept_ra_pinfo is enabled. |
737 | disabled if accept_ra is disabled. | 743 | disabled if accept_ra_pinfo is disabled. |
738 | 744 | ||
739 | dad_transmits - INTEGER | 745 | dad_transmits - INTEGER |
740 | The amount of Duplicate Address Detection probes to send. | 746 | The amount of Duplicate Address Detection probes to send. |