Kconfig (c57d5621d2f2dc238f4b9c4d00b2a54187a75445) Kconfig (e3e4712ec0961ed586a8db340bd994c4ad7f5dba)
1#
2# MPLS configuration
3#
4
5menuconfig MPLS
6 bool "MultiProtocol Label Switching"
7 default n
8 ---help---

--- 10 unchanged lines hidden (view full) ---

19 tristate "MPLS: GSO support"
20 help
21 This is helper module to allow segmentation of non-MPLS GSO packets
22 that have had MPLS stack entries pushed onto them and thus
23 become MPLS GSO packets.
24
25config MPLS_ROUTING
26 tristate "MPLS: routing support"
1#
2# MPLS configuration
3#
4
5menuconfig MPLS
6 bool "MultiProtocol Label Switching"
7 default n
8 ---help---

--- 10 unchanged lines hidden (view full) ---

19 tristate "MPLS: GSO support"
20 help
21 This is helper module to allow segmentation of non-MPLS GSO packets
22 that have had MPLS stack entries pushed onto them and thus
23 become MPLS GSO packets.
24
25config MPLS_ROUTING
26 tristate "MPLS: routing support"
27 help
27 ---help---
28 Add support for forwarding of mpls packets.
29
28 Add support for forwarding of mpls packets.
29
30config MPLS_IPTUNNEL
31 tristate "MPLS: IP over MPLS tunnel support"
32 depends on LWTUNNEL && MPLS_ROUTING
33 ---help---
34 mpls ip tunnel support.
35
30endif # MPLS
36endif # MPLS