mirror of
https://github.com/systemd/systemd.git
synced 2024-11-07 09:56:51 +03:00
5a8bcb674f
This adds two new settings to networkd's .network files: IPForwarding=yes and IPMasquerade=yes. The former controls the "forwarding" sysctl setting of the interface, thus controlling whether IP forwarding shall be enabled on the specific interface. The latter controls whether a firewall rule shall be installed that exposes traffic coming from the interface as coming from the local host to all other interfaces. This also enables both options by default for container network interfaces, thus making "systemd-nspawn --network-veth" have network connectivity out of the box. |
||
---|---|---|
.. | ||
80-container-host0.network | ||
80-container-ve.network | ||
99-default.link | ||
Makefile |