diff options
author | Matteo Croce <mcroce@redhat.com> | 2019-06-08 14:50:19 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-06-09 19:57:24 -0700 |
commit | c1a9d65954c68e13a6adc0225b0d38188fff68ca (patch) | |
tree | 0528ad83e10c87786f9e86b28adaf86233015d64 /net/mpls | |
parent | 7f0b44a42e22edc15f8f189f8dc12b867b1bef04 (diff) | |
download | linux-stable-c1a9d65954c68e13a6adc0225b0d38188fff68ca.tar.gz linux-stable-c1a9d65954c68e13a6adc0225b0d38188fff68ca.tar.bz2 linux-stable-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/Kconfig | 1 |
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. |