]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/ipv6.h
genetlink: Optimize and one bug fix in genl_generate_id()
[net-next-2.6.git] / include / linux / ipv6.h
index c662efa6828985a4025951a1c655cf5bf85300cf..56404251248c42969e83e15bc0d7ea67aa59c448 100644 (file)
@@ -167,6 +167,7 @@ struct ipv6_devconf {
 #endif
        __s32           disable_ipv6;
        __s32           accept_dad;
+       __s32           force_tllao;
        void            *sysctl;
 };
 
@@ -207,6 +208,7 @@ enum {
        DEVCONF_MC_FORWARDING,
        DEVCONF_DISABLE_IPV6,
        DEVCONF_ACCEPT_DAD,
+       DEVCONF_FORCE_TLLAO,
        DEVCONF_MAX
 };