aboutsummaryrefslogtreecommitdiffstats
path: root/net/mpls
diff options
context:
space:
mode:
authorMatteo Croce <mcroce@redhat.com>2019-06-08 14:50:19 +0200
committerDavid S. Miller <davem@davemloft.net>2019-06-09 19:57:24 -0700
commitc1a9d65954c68e13a6adc0225b0d38188fff68ca (patch)
tree0528ad83e10c87786f9e86b28adaf86233015d64 /net/mpls
parentMerge branch 'ibmvnic-Fixes-for-device-reset-handling' (diff)
downloadlinux-dev-c1a9d65954c68e13a6adc0225b0d38188fff68ca.tar.xz
linux-dev-c1a9d65954c68e13a6adc0225b0d38188fff68ca.zip
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>
Diffstat (limited to 'net/mpls')
-rw-r--r--net/mpls/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mpls/Kconfig b/net/mpls/Kconfig
index d9391beea980..2b802a48d5a6 100644
--- a/net/mpls/Kconfig
+++ b/net/mpls/Kconfig
@@ -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.