# # MPLS configuration # menuconfig MPLS bool "MultiProtocol Label Switching" default n ---help--- MultiProtocol Label Switching routes packets through logical circuits. Originally conceived as a way of routing packets at hardware speeds (before hardware was capable of routing ipv4 packets), MPLS remains a simple way of making tunnels. If you have not heard of MPLS you probably want to say N here. if MPLS config NET_MPLS_GSO tristate "MPLS: GSO support" 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. config MPLS_ROUTING tristate "MPLS: routing support" ---help--- Add support for forwarding of mpls packets. config MPLS_IPTUNNEL tristate "MPLS: IP over MPLS tunnel support" depends on LWTUNNEL && MPLS_ROUTING ---help--- mpls ip tunnel support. endif # MPLS '923c7538236564c46ee80c253a416705321f13e3'/> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorLi Zefan <lizefan@huawei.com>2012-12-27 11:39:12 +0800
committerEric W. Biederman <ebiederm@xmission.com>2012-12-26 20:29:30 -0800
commit923c7538236564c46ee80c253a416705321f13e3 (patch)
treed57765040dc118a83f2a7c8892b1d9f051d4c5ff /kernel
parent48c6d1217e3dc743e7d3ad9b9def8d4810d13a85 (diff)
userns: Allow unprivileged reboot
In a container with its own pid namespace and user namespace, rebooting the system won't reboot the host, but terminate all the processes in it and thus have the container shutdown, so it's safe. Signed-off-by: Li Zefan <lizefan@huawei.com> Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Diffstat (limited to 'kernel')