netfilter: netns ebtables: ebtable_filter 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:58 +01:00
committed by Patrick McHardy
parent 8157e6d16a
commit 4aad10938d
2 changed files with 38 additions and 13 deletions

View File

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