diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/ipv6.h | 1 | ||||
| -rw-r--r-- | include/uapi/linux/ipv6.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ipv6.h b/include/linux/ipv6.h index 4b2267e1b7c3..7edc14fb66b6 100644 --- a/include/linux/ipv6.h +++ b/include/linux/ipv6.h | |||
| @@ -62,6 +62,7 @@ struct ipv6_devconf { | |||
| 62 | struct in6_addr secret; | 62 | struct in6_addr secret; |
| 63 | } stable_secret; | 63 | } stable_secret; |
| 64 | __s32 use_oif_addrs_only; | 64 | __s32 use_oif_addrs_only; |
| 65 | __s32 keep_addr_on_down; | ||
| 65 | void *sysctl; | 66 | void *sysctl; |
| 66 | }; | 67 | }; |
| 67 | 68 | ||
diff --git a/include/uapi/linux/ipv6.h b/include/uapi/linux/ipv6.h index ec117b65d5a5..395876060f50 100644 --- a/include/uapi/linux/ipv6.h +++ b/include/uapi/linux/ipv6.h | |||
| @@ -176,6 +176,7 @@ enum { | |||
| 176 | DEVCONF_IGNORE_ROUTES_WITH_LINKDOWN, | 176 | DEVCONF_IGNORE_ROUTES_WITH_LINKDOWN, |
| 177 | DEVCONF_DROP_UNICAST_IN_L2_MULTICAST, | 177 | DEVCONF_DROP_UNICAST_IN_L2_MULTICAST, |
| 178 | DEVCONF_DROP_UNSOLICITED_NA, | 178 | DEVCONF_DROP_UNSOLICITED_NA, |
| 179 | DEVCONF_KEEP_ADDR_ON_DOWN, | ||
| 179 | DEVCONF_MAX | 180 | DEVCONF_MAX |
| 180 | }; | 181 | }; |
| 181 | 182 | ||
