* [PATCH] netfilter: remove unused "config IP_NF_QUEUE"
@ 2013-03-19 23:09 Paul Bolle
2013-03-19 23:12 ` Pablo Neira Ayuso
0 siblings, 1 reply; 2+ messages in thread
From: Paul Bolle @ 2013-03-19 23:09 UTC (permalink / raw)
To: Pablo Neira Ayuso, Patrick McHardy, David S. Miller,
Alexey Kuznetsov, James Morris, Hideaki YOSHIFUJI
Cc: netfilter-devel, netfilter, coreteam, netdev, linux-kernel
Kconfig symbol IP_NF_QUEUE is unused since commit
d16cf20e2f2f13411eece7f7fb72c17d141c4a84 ("netfilter: remove ip_queue
support"). Let's remove it too.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
Eyeball tested.
net/ipv4/netfilter/Kconfig | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/net/ipv4/netfilter/Kconfig b/net/ipv4/netfilter/Kconfig
index ce2d43e..0d755c5 100644
--- a/net/ipv4/netfilter/Kconfig
+++ b/net/ipv4/netfilter/Kconfig
@@ -36,19 +36,6 @@ config NF_CONNTRACK_PROC_COMPAT
If unsure, say Y.
-config IP_NF_QUEUE
- tristate "IP Userspace queueing via NETLINK (OBSOLETE)"
- depends on NETFILTER_ADVANCED
- help
- Netfilter has the ability to queue packets to user space: the
- netlink device can be used to access them using this driver.
-
- This option enables the old IPv4-only "ip_queue" implementation
- which has been obsoleted by the new "nfnetlink_queue" code (see
- CONFIG_NETFILTER_NETLINK_QUEUE).
-
- To compile it as a module, choose M here. If unsure, say N.
-
config IP_NF_IPTABLES
tristate "IP tables support (required for filtering/masq/NAT)"
default m if NETFILTER_ADVANCED=n
--
1.7.11.7
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] netfilter: remove unused "config IP_NF_QUEUE"
2013-03-19 23:09 [PATCH] netfilter: remove unused "config IP_NF_QUEUE" Paul Bolle
@ 2013-03-19 23:12 ` Pablo Neira Ayuso
0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2013-03-19 23:12 UTC (permalink / raw)
To: Paul Bolle
Cc: Patrick McHardy, David S. Miller, Alexey Kuznetsov, James Morris,
Hideaki YOSHIFUJI, netfilter-devel, netfilter, coreteam, netdev,
linux-kernel
On Wed, Mar 20, 2013 at 12:09:59AM +0100, Paul Bolle wrote:
> Kconfig symbol IP_NF_QUEUE is unused since commit
> d16cf20e2f2f13411eece7f7fb72c17d141c4a84 ("netfilter: remove ip_queue
> support"). Let's remove it too.
Applied, thanks for catching up this leftover.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-03-19 23:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-19 23:09 [PATCH] netfilter: remove unused "config IP_NF_QUEUE" Paul Bolle
2013-03-19 23:12 ` Pablo Neira Ayuso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).