summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2016-04-26 15:47:41 (GMT)
committerDavid S. Miller <davem@davemloft.net>2016-04-26 15:47:41 (GMT)
commit6a923934c33c750a595868af6bef5f1a1fa90054 (patch)
tree337dae9d15323478ce4b85ebf5a9f113b74718cc /include/linux
parentfc96256c906362e845d848d0f6a6354450059e81 (diff)
downloadlinux-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/linux')
-rw-r--r--include/linux/ipv6.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ipv6.h b/include/linux/ipv6.h
index 4b2267e..7edc14f 100644
--- a/include/linux/ipv6.h
+++ b/include/linux/ipv6.h
@@ -62,6 +62,7 @@ struct ipv6_devconf {
struct in6_addr secret;
} stable_secret;
__s32 use_oif_addrs_only;
+ __s32 keep_addr_on_down;
void *sysctl;
};