diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2008-11-04 08:29:58 -0500 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2008-11-04 08:29:58 -0500 |
commit | 4aad10938d4e4e8364b664cd5420c3bfeb9b679b (patch) | |
tree | 1d0f8908c738ee385aa1c12de86876af54ca3e56 /include/net/netns/x_tables.h | |
parent | 8157e6d16af86e4a8d31a035db7be02a8a171c26 (diff) |
netfilter: netns ebtables: ebtable_filter in netns
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include/net/netns/x_tables.h')
-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 055e684d29b6..d258e16c894e 100644 --- a/include/net/netns/x_tables.h +++ b/include/net/netns/x_tables.h | |||
@@ -9,5 +9,6 @@ struct ebt_table; | |||
9 | struct netns_xt { | 9 | struct netns_xt { |
10 | struct list_head tables[NFPROTO_NUMPROTO]; | 10 | struct list_head tables[NFPROTO_NUMPROTO]; |
11 | struct ebt_table *broute_table; | 11 | struct ebt_table *broute_table; |
12 | struct ebt_table *frame_filter; | ||
12 | }; | 13 | }; |
13 | #endif | 14 | #endif |