Options
The options setting currently only allows the sysctl setting. These network-related sysctl settings are not interface specific.
- sysctl.all - configures all interface-specific settings
- sysctl.default - configures the interface-specific default settings
- sysctl.mpls - configures MPLS1 settings
options:
# https://www.kernel.org/doc/Documentation/networking/ip-sysctl.txt
sysctl:
all:
# /proc/sys/net/ipv4/conf/all/
ipv4:
forwarding: 1
default:
# /proc/sys/net/ipv4/conf/default/
ipv4:
forwarding: 1
# /proc/sys/net/mpls/
# https://www.kernel.org/doc/Documentation/networking/mpls-sysctl.txt
mpls:
# set greater 0 to enable mpls forwarding
platform_labels: 1024
Examples:
-
Multiprotocol Label Switching ↩