aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net/netns/ipv4.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/netns/ipv4.h b/include/net/netns/ipv4.h
index aeb0c3b8df11..a9b4f6086294 100644
--- a/include/net/netns/ipv4.h
+++ b/include/net/netns/ipv4.h
@@ -31,6 +31,7 @@ struct netns_ipv4 {
31 struct xt_table *iptable_filter; 31 struct xt_table *iptable_filter;
32 struct xt_table *iptable_mangle; 32 struct xt_table *iptable_mangle;
33 struct xt_table *iptable_raw; 33 struct xt_table *iptable_raw;
34 struct xt_table *arptable_filter;
34#endif 35#endif
35}; 36};
36#endif 37#endif