From: Patrick McHardy Date: Wed, 5 Feb 2014 15:03:38 +0000 (+0000) Subject: netfilter: nft_reject: split up reject module into IPv4 and IPv6 specifc parts X-Git-Tag: v3.14-rc3~36^2~28^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc4723ca316742891954efa346298e7c747c0d17;p=pandora-kernel.git netfilter: nft_reject: split up reject module into IPv4 and IPv6 specifc parts Currently the nft_reject module depends on symbols from ipv6. This is wrong since no generic module should force IPv6 support to be loaded. Split up the module into AF-specific and a generic part. Signed-off-by: Patrick McHardy Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed