commit | b71b30a626fd0e43c825a05036e7a2c3f377a563 | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@gmail.com> | Tue Nov 04 14:30:46 2008 +0100 |
committer | Patrick McHardy <kaber@trash.net> | Tue Nov 04 14:30:46 2008 +0100 |
tree | 0e2f28638300c5ccb94e736461c77065815d069e | |
parent | 4aad10938d4e4e8364b664cd5420c3bfeb9b679b [diff] [blame] |
netfilter: netns ebtables: ebtable_nat in netns Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Patrick McHardy <kaber@trash.net>
diff --git a/include/net/netns/x_tables.h b/include/net/netns/x_tables.h index d258e16..9554a64 100644 --- a/include/net/netns/x_tables.h +++ b/include/net/netns/x_tables.h
@@ -10,5 +10,6 @@ struct list_head tables[NFPROTO_NUMPROTO]; struct ebt_table *broute_table; struct ebt_table *frame_filter; + struct ebt_table *frame_nat; }; #endif