commit | 511061e2dd1b84bb21bb97c9216a19606c29ac02 | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@gmail.com> | Tue Nov 04 14:22:55 2008 +0100 |
committer | Patrick McHardy <kaber@trash.net> | Tue Nov 04 14:22:55 2008 +0100 |
tree | 8979b8d7708fb29520afca9ae76feec92d5b6c6d | |
parent | 19223f26d97077da8cf25251458afe00cae20cbb [diff] |
netfilter: netns ebtables: part 1 * propagate netns from userspace, register table in passed netns * remporarily register every ebt_table in init_net P. S.: one needs to add ".netns_ok = 1" to igmp_protocol to test with ebtables(8) in netns. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Patrick McHardy <kaber@trash.net>