switchdev: Adding complete operation to deferred switchdev ops
[linux-2.6-block.git] / net / mpls / Kconfig
CommitLineData
0d89d203
SH
1#
2# MPLS configuration
3#
cec9166c
EB
4
5menuconfig MPLS
8a08919f 6 bool "MultiProtocol Label Switching"
cec9166c
EB
7 default n
8 ---help---
9 MultiProtocol Label Switching routes packets through logical
26c459a8 10 circuits. Originally conceived as a way of routing packets at
cec9166c 11 hardware speeds (before hardware was capable of routing ipv4 packets),
26c459a8 12 MPLS remains a simple way of making tunnels.
cec9166c
EB
13
14 If you have not heard of MPLS you probably want to say N here.
15
16if MPLS
17
0d89d203 18config NET_MPLS_GSO
8a08919f 19 tristate "MPLS: GSO support"
0d89d203
SH
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.
cec9166c 24
0189197f 25config MPLS_ROUTING
8a08919f 26 tristate "MPLS: routing support"
e3e4712e 27 ---help---
0189197f
EB
28 Add support for forwarding of mpls packets.
29
e3e4712e
RP
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
cec9166c 36endif # MPLS