]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3e21efda57305870bf416387568c138390614989
treedae05e9ed5cee0d1fbd257058b953f21df4ca9b1
parentc2ef0ea9f9a0bef79ac6ad7ac33d1ae86a95bea1
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