summaryrefslogtreecommitdiff
path: root/include/linux/ipv6.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ipv6.h')
-rw-r--r--include/linux/ipv6.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/linux/ipv6.h b/include/linux/ipv6.h
index 9c8f4c9ed429..501ddc9ae2b3 100644
--- a/include/linux/ipv6.h
+++ b/include/linux/ipv6.h
@@ -145,6 +145,7 @@ struct ipv6_devconf {
__s32 max_desync_factor;
#endif
__s32 max_addresses;
+ __s32 accept_source_route;
void *sysctl;
};
@@ -167,6 +168,14 @@ enum {
DEVCONF_MAX_DESYNC_FACTOR,
DEVCONF_MAX_ADDRESSES,
DEVCONF_FORCE_MLD_VERSION,
+ __DEVCONF_ACCEPT_RA_DEFRTR,
+ __DEVCONF_ACCEPT_RA_PINFO,
+ __DEVCONF_ACCEPT_RA_RTR_PREF,
+ __DEVCONF_RTR_PROBE_INTERVAL,
+ __DEVCONF_ACCEPT_RA_RT_INFO_MAX_PLEN,
+ __DEVCONF_PROXY_NDP,
+ __DEVCONF_OPTIMISTIC_DAD,
+ DEVCONF_ACCEPT_SOURCE_ROUTE,
DEVCONF_MAX
};