From: Thomas Graf Date: Wed, 16 Mar 2011 17:32:13 +0000 (+0100) Subject: netfilter ebtables: fix xt_AUDIT to work with ebtables X-Git-Tag: v2.6.39-rc1~468^2~10^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=400b871ba623b5e8263a3a43de7b45fab0103a57;p=pandora-kernel.git netfilter ebtables: fix xt_AUDIT to work with ebtables Even though ebtables uses xtables it still requires targets to return EBT_CONTINUE instead of XT_CONTINUE. This prevented xt_AUDIT to work as ebt module. Upon Jan's suggestion, use a separate struct xt_target for NFPROTO_BRIDGE having its own target callback returning EBT_CONTINUE instead of cloning the module. Signed-off-by: Thomas Graf Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed