Files
linux-apfs/net/netfilter
Thomas Graf 400b871ba6 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 <tgraf@redhat.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
2011-03-16 18:32:13 +01:00
..
2011-03-15 20:17:44 +01:00
2010-11-15 18:17:21 +01:00
2010-05-13 15:02:08 +02:00
2010-07-15 17:20:46 +02:00
2010-06-15 11:56:19 -07:00