diff options
author | Patrick McHardy <kaber@trash.net> | 2015-03-25 08:09:55 (GMT) |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2015-03-25 11:09:39 (GMT) |
commit | d95797252a9d967d462d9581fb72546d6a92e14b (patch) | |
tree | efb84ae84fba5f6780c528afd6d8b87f55d40533 /net | |
parent | fce1528ef619bf55bf5e5bca8acaa8a37f0d4202 (diff) | |
download | linux-d95797252a9d967d462d9581fb72546d6a92e14b.tar.xz |
netfilter: nf_tables: nft_queue does not depend on x_tables
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net')
-rw-r--r-- | net/netfilter/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig index 971cd75..f70e34a 100644 --- a/net/netfilter/Kconfig +++ b/net/netfilter/Kconfig @@ -522,7 +522,6 @@ config NFT_NAT typical Network Address Translation (NAT) packet transformations. config NFT_QUEUE - depends on NETFILTER_XTABLES depends on NETFILTER_NETLINK_QUEUE tristate "Netfilter nf_tables queue module" help |