From: Alexey Dobriyan Date: Tue, 4 Nov 2008 13:27:15 +0000 (+0100) Subject: netfilter: netns ebtables: part 2 X-Git-Tag: v2.6.29-rc1~581^2~367^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6beceee5aa2cb94c4ae9f0784c7d3135d343f5b5;p=pandora-kernel.git netfilter: netns ebtables: part 2 * return ebt_table from ebt_register_table(), module code will save it into per-netns data for unregistration * duplicate ebt_table at the very beginning of registration -- it's added into list, so one ebt_table wouldn't end up in many lists (and each netns has different one) * introduce underscored tables in individial modules, this is temporary to not break bisection. Signed-off-by: Alexey Dobriyan Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed