diff options
author | Matteo Croce <[email protected]> | 2019-06-08 14:50:19 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2019-06-09 19:57:24 -0700 |
commit | c1a9d65954c68e13a6adc0225b0d38188fff68ca (patch) | |
tree | 0528ad83e10c87786f9e86b28adaf86233015d64 | |
parent | 7f0b44a42e22edc15f8f189f8dc12b867b1bef04 (diff) |
mpls: fix af_mpls dependencies
MPLS routing code relies on sysctl to work, so let it select PROC_SYSCTL.
Reported-by: Randy Dunlap <[email protected]>
Suggested-by: David Ahern <[email protected]>
Signed-off-by: Matteo Croce <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
-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. |