From: Patrick McHardy Date: Thu, 6 Feb 2014 09:17:41 +0000 (+0000) Subject: netfilter: nf_tables: fix log/queue expressions for NFPROTO_INET X-Git-Tag: v3.14-rc3~36^2~28^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8ecbee67c732ef9fc47fcf50aed6b7bb6231d98;p=pandora-kernel.git netfilter: nf_tables: fix log/queue expressions for NFPROTO_INET The log and queue expressions both store the family during ->init() and use it to deliver packets. This is wrong when used in NFPROTO_INET since they should both deliver to the actual AF of the packet, not the dummy NFPROTO_INET. Use the family from the hook ops to fix this. Signed-off-by: Patrick McHardy Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed