commit | 4aad10938d4e4e8364b664cd5420c3bfeb9b679b | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@gmail.com> | Tue Nov 04 14:29:58 2008 +0100 |
committer | Patrick McHardy <kaber@trash.net> | Tue Nov 04 14:29:58 2008 +0100 |
tree | 1d0f8908c738ee385aa1c12de86876af54ca3e56 | |
parent | 8157e6d16af86e4a8d31a035db7be02a8a171c26 [diff] [blame] |
netfilter: netns ebtables: ebtable_filter 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 055e684..d258e16 100644 --- a/include/net/netns/x_tables.h +++ b/include/net/netns/x_tables.h
@@ -9,5 +9,6 @@ struct netns_xt { struct list_head tables[NFPROTO_NUMPROTO]; struct ebt_table *broute_table; + struct ebt_table *frame_filter; }; #endif