aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netns
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2008-11-04 14:30:46 +0100
committerPatrick McHardy <kaber@trash.net>2008-11-04 14:30:46 +0100
commitb71b30a626fd0e43c825a05036e7a2c3f377a563 (patch)
tree0e2f28638300c5ccb94e736461c77065815d069e /include/net/netns
parentnetfilter: netns ebtables: ebtable_filter in netns (diff)
downloadlinux-dev-b71b30a626fd0e43c825a05036e7a2c3f377a563.tar.xz
linux-dev-b71b30a626fd0e43c825a05036e7a2c3f377a563.zip
netfilter: netns ebtables: ebtable_nat 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 d258e16c894e..9554a644a8f8 100644
--- a/include/net/netns/x_tables.h
+++ b/include/net/netns/x_tables.h
@@ -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