From: Patrick McHardy Date: Mon, 6 Jan 2014 18:09:49 +0000 (+0000) Subject: netfilter: nft_ct: load both IPv4 and IPv6 conntrack modules for NFPROTO_INET X-Git-Tag: v3.14-rc1~94^2~245^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9638f33ecf7e1b7eb844603c1137bc3468902c17;p=pandora-kernel.git netfilter: nft_ct: load both IPv4 and IPv6 conntrack modules for NFPROTO_INET The ct expression can currently not be used in the inet family since we don't have a conntrack module for NFPROTO_INET, so nf_ct_l3proto_try_module_get() fails. Add some manual handling to load the modules for both NFPROTO_IPV4 and NFPROTO_IPV6 if the ct expression is used in the inet family. Signed-off-by: Patrick McHardy Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed