forked from mirrors/linux
		
	mpls: fix af_mpls dependencies
MPLS routing code relies on sysctl to work, so let it select PROC_SYSCTL. Reported-by: Randy Dunlap <rdunlap@infradead.org> Suggested-by: David Ahern <dsahern@gmail.com> Signed-off-by: Matteo Croce <mcroce@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
		
							parent
							
								
									7f0b44a42e
								
							
						
					
					
						commit
						c1a9d65954
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -26,6 +26,7 @@ config NET_MPLS_GSO
 | 
				
			||||||
config MPLS_ROUTING
 | 
					config MPLS_ROUTING
 | 
				
			||||||
	tristate "MPLS: routing support"
 | 
						tristate "MPLS: routing support"
 | 
				
			||||||
	depends on NET_IP_TUNNEL || NET_IP_TUNNEL=n
 | 
						depends on NET_IP_TUNNEL || NET_IP_TUNNEL=n
 | 
				
			||||||
 | 
						select PROC_SYSCTL
 | 
				
			||||||
	---help---
 | 
						---help---
 | 
				
			||||||
	 Add support for forwarding of mpls packets.
 | 
						 Add support for forwarding of mpls packets.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue