diff options
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2006-03-20 20:07:03 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-03-20 20:07:03 -0500 |
commit | 09c884d4c3b45cda904c2291d4723074ff523611 (patch) | |
tree | 90b893f1b83165d7088ecdead94085969e0a58ef /Documentation/networking | |
parent | e317da96227cef28a137e2d1ad790b23e518dd2b (diff) |
[IPV6]: ROUTE: Add accept_ra_rt_info_max_plen sysctl.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/ip-sysctl.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt index 88efed0a533f..35aed1c6dd98 100644 --- a/Documentation/networking/ip-sysctl.txt +++ b/Documentation/networking/ip-sysctl.txt | |||
@@ -729,6 +729,15 @@ accept_ra_pinfo - BOOLEAN | |||
729 | Functional default: enabled if accept_ra is enabled. | 729 | Functional default: enabled if accept_ra is enabled. |
730 | disabled if accept_ra is disabled. | 730 | disabled if accept_ra is disabled. |
731 | 731 | ||
732 | accept_ra_rt_info_max_plen - INTEGER | ||
733 | Maximum prefix length of Route Information in RA. | ||
734 | |||
735 | Route Information w/ prefix larger than or equal to this | ||
736 | variable shall be ignored. | ||
737 | |||
738 | Functional default: 0 if accept_ra_rtr_pref is enabled. | ||
739 | -1 if accept_ra_rtr_pref is disabled. | ||
740 | |||
732 | accept_ra_rtr_pref - BOOLEAN | 741 | accept_ra_rtr_pref - BOOLEAN |
733 | Accept Router Preference in RA. | 742 | Accept Router Preference in RA. |
734 | 743 | ||