Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[firefly-linux-kernel-4.4.55.git] / include / linux / ipv6.h
index 4d5169f5d7d1844d99d2af6c8d2cb89ad9879bdf..82806c60aa4273d67ff5592dfc11e4eaa57c51d7 100644 (file)
@@ -53,6 +53,10 @@ struct ipv6_devconf {
        __s32           ndisc_notify;
        __s32           suppress_frag_ndisc;
        __s32           accept_ra_mtu;
+       struct ipv6_stable_secret {
+               bool initialized;
+               struct in6_addr secret;
+       } stable_secret;
        void            *sysctl;
 };