netfilter: netns ebtables: ebtable_broute in netns

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
This commit is contained in:
Alexey Dobriyan
2008-11-04 14:29:03 +01:00
committed by Patrick McHardy
parent dbcdf85a2e
commit 8157e6d16a
2 changed files with 30 additions and 8 deletions

View File

@@ -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