aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netns
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2008-11-04 14:29:58 +0100
committerPatrick McHardy <kaber@trash.net>2008-11-04 14:29:58 +0100
commit4aad10938d4e4e8364b664cd5420c3bfeb9b679b (patch)
tree1d0f8908c738ee385aa1c12de86876af54ca3e56 /include/net/netns
parentnetfilter: netns ebtables: ebtable_broute in netns (diff)
downloadlinux-dev-4aad10938d4e4e8364b664cd5420c3bfeb9b679b.tar.xz
linux-dev-4aad10938d4e4e8364b664cd5420c3bfeb9b679b.zip
netfilter: netns ebtables: ebtable_filter 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 055e684d29b6..d258e16c894e 100644
--- a/include/net/netns/x_tables.h
+++ b/include/net/netns/x_tables.h
@@ -9,5 +9,6 @@ struct ebt_table;
struct netns_xt {
struct list_head tables[NFPROTO_NUMPROTO];
struct ebt_table *broute_table;
+ struct ebt_table *frame_filter;
};
#endif