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 /include/linux/sysctl.h | |
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 'include/linux/sysctl.h')
-rw-r--r-- | include/linux/sysctl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index f49488ffefef..8ad4beab2888 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h | |||
@@ -535,6 +535,7 @@ enum { | |||
535 | NET_IPV6_ACCEPT_RA_PINFO=19, | 535 | NET_IPV6_ACCEPT_RA_PINFO=19, |
536 | NET_IPV6_ACCEPT_RA_RTR_PREF=20, | 536 | NET_IPV6_ACCEPT_RA_RTR_PREF=20, |
537 | NET_IPV6_RTR_PROBE_INTERVAL=21, | 537 | NET_IPV6_RTR_PROBE_INTERVAL=21, |
538 | NET_IPV6_ACCEPT_RA_RT_INFO_MAX_PLEN=22, | ||
538 | __NET_IPV6_MAX | 539 | __NET_IPV6_MAX |
539 | }; | 540 | }; |
540 | 541 | ||