2013-05-24 05:02:52 +08:00
|
|
|
#
|
|
|
|
# MPLS configuration
|
|
|
|
#
|
2015-03-04 09:10:23 +08:00
|
|
|
|
|
|
|
menuconfig MPLS
|
2015-03-11 00:37:59 +08:00
|
|
|
bool "MultiProtocol Label Switching"
|
2015-03-04 09:10:23 +08:00
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
MultiProtocol Label Switching routes packets through logical
|
2015-03-09 19:54:48 +08:00
|
|
|
circuits. Originally conceived as a way of routing packets at
|
2015-03-04 09:10:23 +08:00
|
|
|
hardware speeds (before hardware was capable of routing ipv4 packets),
|
2015-03-09 19:54:48 +08:00
|
|
|
MPLS remains a simple way of making tunnels.
|
2015-03-04 09:10:23 +08:00
|
|
|
|
|
|
|
If you have not heard of MPLS you probably want to say N here.
|
|
|
|
|
|
|
|
if MPLS
|
|
|
|
|
2013-05-24 05:02:52 +08:00
|
|
|
config NET_MPLS_GSO
|
2015-03-11 00:37:59 +08:00
|
|
|
tristate "MPLS: GSO support"
|
2013-05-24 05:02:52 +08:00
|
|
|
help
|
|
|
|
This is helper module to allow segmentation of non-MPLS GSO packets
|
|
|
|
that have had MPLS stack entries pushed onto them and thus
|
|
|
|
become MPLS GSO packets.
|
2015-03-04 09:10:23 +08:00
|
|
|
|
2015-03-04 09:10:47 +08:00
|
|
|
config MPLS_ROUTING
|
2015-03-11 00:37:59 +08:00
|
|
|
tristate "MPLS: routing support"
|
2015-03-04 09:10:47 +08:00
|
|
|
help
|
|
|
|
Add support for forwarding of mpls packets.
|
|
|
|
|
2015-03-04 09:10:23 +08:00
|
|
|
endif # MPLS
|