Merge tag 'staging-4.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[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"
0189197f
EB
27 help
28 Add support for forwarding of mpls packets.
29
cec9166c 30endif # MPLS