netfilter: nf_tables: add AF specific expression support
authorPatrick McHardy <kaber@trash.net>
Wed, 5 Feb 2014 15:03:37 +0000 (15:03 +0000)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 5 Feb 2014 23:05:36 +0000 (00:05 +0100)
commit64d46806b6218c97f68742c5663a8ae3a5fbe838
treedae05e9ed5cee0d1fbd257058b953f21df4ca9b1
parent51292c0735eb2d9e29115cbf6264845e19a6c77d
netfilter: nf_tables: add AF specific expression support

For the reject module, we need to add AF-specific implementations to
get rid of incorrect module dependencies. Try to load an AF-specific
module first and fall back to generic modules.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/net/netfilter/nf_tables.h
net/netfilter/nf_tables_api.c