]> err.no Git - linux-2.6/blobdiff - include/net/netns/ipv6.h
[NETNS][IPV6]: Make ip6_frags per namespace.
[linux-2.6] / include / net / netns / ipv6.h
index 42b9b412fb87165fe719a60eb21ba553d4afaed1..ea4a71ac23d49edcb0490f350da3f3d7090e2a47 100644 (file)
@@ -2,6 +2,8 @@
  * ipv6 in net namespaces
  */
 
+#include <net/inet_frag.h>
+
 #ifndef __NETNS_IPV6_H__
 #define __NETNS_IPV6_H__
 
@@ -11,6 +13,7 @@ struct netns_sysctl_ipv6 {
 #ifdef CONFIG_SYSCTL
        struct ctl_table_header *table;
 #endif
+       struct inet_frags_ctl frags;
        int bindv6only;
 };