Skip to content

Commit

Permalink
mpls: fix af_mpls dependencies
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
teknoraver authored and davem330 committed Jun 10, 2019
1 parent 7f0b44a commit c1a9d65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/mpls/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit c1a9d65

Please sign in to comment.