From: Jan Engelhardt Date: Wed, 8 Oct 2008 09:35:15 +0000 (+0200) Subject: netfilter: ebtables: use generic table checking X-Git-Tag: v2.6.28-rc1~717^2~109^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2ff525c8dae57b3cda51d76443f60f764f34202;p=pandora-kernel.git netfilter: ebtables: use generic table checking Ebtables ORs (1 << NF_BR_NUMHOOKS) into the hook mask to indicate that the extension was called from a base chain. So this also needs to be present in the extensions' ->hooks. Signed-off-by: Jan Engelhardt Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed