diff options
author | David S. Miller <davem@davemloft.net> | 2016-04-26 18:47:41 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-04-26 18:47:41 +0300 |
commit | 6a923934c33c750a595868af6bef5f1a1fa90054 (patch) | |
tree | 337dae9d15323478ce4b85ebf5a9f113b74718cc /include/uapi | |
parent | fc96256c906362e845d848d0f6a6354450059e81 (diff) | |
download | linux-6a923934c33c750a595868af6bef5f1a1fa90054.tar.xz |
Revert "ipv6: Revert optional address flusing on ifdown."
This reverts commit 841645b5f2dfceac69b78fcd0c9050868d41ea61.
Ok, this puts the feature back. I've decided to apply David A.'s
bug fix and run with that rather than make everyone wait another
whole release for this feature.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi')
-rw-r--r-- | include/uapi/linux/ipv6.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { DEVCONF_IGNORE_ROUTES_WITH_LINKDOWN, DEVCONF_DROP_UNICAST_IN_L2_MULTICAST, DEVCONF_DROP_UNSOLICITED_NA, + DEVCONF_KEEP_ADDR_ON_DOWN, DEVCONF_MAX }; |