aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netns/x_tables.h
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2008-11-04 14:29:03 +0100
committerPatrick McHardy <kaber@trash.net>2008-11-04 14:29:03 +0100
commit8157e6d16af86e4a8d31a035db7be02a8a171c26 (patch)
tree0970115fc55f94c9d1da3a65be9986b0a816770a /include/net/netns/x_tables.h
parentnetfilter: netns ebtables: more cleanup during ebt_unregister_table() (diff)
downloadlinux-dev-8157e6d16af86e4a8d31a035db7be02a8a171c26.tar.xz
linux-dev-8157e6d16af86e4a8d31a035db7be02a8a171c26.zip
netfilter: netns ebtables: ebtable_broute in netns
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include/net/netns/x_tables.h')
-rw-r--r--include/net/netns/x_tables.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/netns/x_tables.h b/include/net/netns/x_tables.h
index b8093971ccb4..055e684d29b6 100644
--- a/include/net/netns/x_tables.h
+++ b/include/net/netns/x_tables.h
@@ -4,7 +4,10 @@
#include <linux/list.h>
#include <linux/netfilter.h>
+struct ebt_table;
+
struct netns_xt {
struct list_head tables[NFPROTO_NUMPROTO];
+ struct ebt_table *broute_table;
};
#endif