diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2008-11-04 14:30:46 +0100 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2008-11-04 14:30:46 +0100 |
commit | b71b30a626fd0e43c825a05036e7a2c3f377a563 (patch) | |
tree | 0e2f28638300c5ccb94e736461c77065815d069e /include/net/netns | |
parent | 4aad10938d4e4e8364b664cd5420c3bfeb9b679b (diff) |
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.h | 1 |
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 |