commit | b8ecbee67c732ef9fc47fcf50aed6b7bb6231d98 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Thu Feb 06 09:17:41 2014 +0000 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Thu Feb 06 11:41:38 2014 +0100 |
tree | dac36b02c3026506d5fe2199ebbd0cc6e10ee61b | |
parent | 05513e9e33dbded8124567466a444d32173eecc6 [diff] |
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 <kaber@trash.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>