forked from Minki/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
@ -26,6 +26,7 @@ config NET_MPLS_GSO
|
||||
config MPLS_ROUTING
|
||||
tristate "MPLS: routing support"
|
||||
depends on NET_IP_TUNNEL || NET_IP_TUNNEL=n
|
||||
select PROC_SYSCTL
|
||||
---help---
|
||||
Add support for forwarding of mpls packets.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user