commit | c038a767cd697238b09f7a4ea5a504b4891774e9 | [log] [tgz] |
---|---|---|
author | Amerigo Wang <[email protected]> | Tue Sep 18 16:50:08 2012 +0000 |
committer | David S. Miller <[email protected]> | Wed Sep 19 17:23:28 2012 -0400 |
tree | c6cbe9f5b641a7f5cc4e1fb520724b77682e9810 | |
parent | 8c4c49df5cfeb8d56e5b85a430c8cbcb86c2ac37 [diff] [blame] |
ipv6: add a new namespace for nf_conntrack_reasm As pointed by Michal, it is necessary to add a new namespace for nf_conntrack_reasm code, this prepares for the second patch. Cc: Herbert Xu <[email protected]> Cc: Michal Kubeček <[email protected]> Cc: David Miller <[email protected]> Cc: Patrick McHardy <[email protected]> Cc: Pablo Neira Ayuso <[email protected]> Cc: [email protected] Signed-off-by: Cong Wang <[email protected]> Signed-off-by: David S. Miller <[email protected]>
diff --git a/include/net/net_namespace.h b/include/net/net_namespace.h index 5ae57f1..d61e2b3 100644 --- a/include/net/net_namespace.h +++ b/include/net/net_namespace.h
@@ -93,6 +93,9 @@ #if defined(CONFIG_NF_CONNTRACK) || defined(CONFIG_NF_CONNTRACK_MODULE) struct netns_ct ct; #endif +#if IS_ENABLED(CONFIG_NF_DEFRAG_IPV6) + struct netns_nf_frag nf_frag; +#endif struct sock *nfnl; struct sock *nfnl_stash; #endif