forked from mirrors/linux
		
	netfilter: remove unused "config IP_NF_QUEUE"
Kconfig symbol IP_NF_QUEUE is unused since commit
d16cf20e2f ("netfilter: remove ip_queue
support"). Let's remove it too.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
			
			
This commit is contained in:
		
							parent
							
								
									bf93ad72cd
								
							
						
					
					
						commit
						3dd6664fac
					
				
					 1 changed files with 0 additions and 13 deletions
				
			
		| 
						 | 
					@ -36,19 +36,6 @@ config NF_CONNTRACK_PROC_COMPAT
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	  If unsure, say Y.
 | 
						  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
 | 
					config IP_NF_IPTABLES
 | 
				
			||||||
	tristate "IP tables support (required for filtering/masq/NAT)"
 | 
						tristate "IP tables support (required for filtering/masq/NAT)"
 | 
				
			||||||
	default m if NETFILTER_ADVANCED=n
 | 
						default m if NETFILTER_ADVANCED=n
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue