aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netns
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2008-11-04 08:30:46 -0500
committerPatrick McHardy <kaber@trash.net>2008-11-04 08:30:46 -0500
commitb71b30a626fd0e43c825a05036e7a2c3f377a563 (patch)
tree0e2f28638300c5ccb94e736461c77065815d069e /include/net/netns
parent4aad10938d4e4e8364b664cd5420c3bfeb9b679b (diff)
netfilter: netns ebtables: ebtable_nat in netns
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include/net/netns')
-rw-r--r--include/net/netns/x_tables.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/netns/x_tables.h b/include/net/netns/x_tables.h
index d258e16c894e..9554a644a8f8 100644
--- a/include/net/netns/x_tables.h
+++ b/include/net/netns/x_tables.h
@@ -10,5 +10,6 @@ struct netns_xt {
10 struct list_head tables[NFPROTO_NUMPROTO]; 10 struct list_head tables[NFPROTO_NUMPROTO];
11 struct ebt_table *broute_table; 11 struct ebt_table *broute_table;
12 struct ebt_table *frame_filter; 12 struct ebt_table *frame_filter;
13 struct ebt_table *frame_nat;
13}; 14};
14#endif 15#endif