Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | network: IPMasquerade= implies IPForward=, hence remove it | Lennart Poettering | 2015-01-13 | 1 | -1/+0 |
| | |||||
* | doc: network - add comment about default prefix size | Tom Gundersen | 2015-01-13 | 1 | -0/+1 |
| | | | | | | Should hopefully make it clear that this is not some magic value, just the default we picked. Suggested by Jan Engelhardt. | ||||
* | networkd: add minimal IP forwarding and masquerading support to .network files | Lennart Poettering | 2015-01-13 | 1 | -0/+2 |
| | | | | | | | | | | | | | | 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. | ||||
* | network: automatically assign each container veth link a /28 IP address range | Lennart Poettering | 2014-06-18 | 1 | -0/+2 |
| | |||||
* | network: always take possession of host side of nspawn veth tunnels and do ↵ | Lennart Poettering | 2014-05-18 | 1 | -0/+13 |
IPv4LL on them |