netfilter: netns ebtables: ebtable_nat 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:30:46 +01:00
committed by Patrick McHardy
parent 4aad10938d
commit b71b30a626
2 changed files with 33 additions and 15 deletions

View File

@@ -10,5 +10,6 @@ struct netns_xt {
struct list_head tables[NFPROTO_NUMPROTO];
struct ebt_table *broute_table;
struct ebt_table *frame_filter;
struct ebt_table *frame_nat;
};
#endif