History log of /systemd/network/80-container-ve.network
Revision Date Author Comments Expand
539f2a73815136cb614e401fbf7807f1ff871d24 27-Aug-2015 Lennart Poettering <lennart@poettering.net>

networkd: emit DNS/NTP/Timezone info via DHCP server by default If we have the data, emit it by default.

e26b50585b29acfe1ca9346850490b8fbe84aece 26-Aug-2015 Lennart Poettering <lennart@poettering.net>

network: turn on DHCP timezone passing between container and host Let's turn on DHCP timezone passing from the host to a container, so that the timezone is always in sync.

0737984f6910fdffdf6494f20c1c64a027806273 14-Feb-2015 David Herrmann <dh.herrmann@gmail.com>

network: fix 'LinkLocal' -> 'LinkLocalAddressing' in network files 'LinkLocal' was renamed to 'LinkLocalAddressing' in: commit 56fd6bf795926409b087bce406ea851ad89f9fe8 Author: Tom Gundersen <teg@jklm.no> Date: Sat Feb 14 00:32:26 2015 +0100 networkd: .network - rename LinkLocal to LinkLocalAddressing ..but apparently the network files were not updated. Fix this.

d0d6a4cd70477970812bff0a37e70f66208d7c14 09-Feb-2015 Tom Gundersen <teg@jklm.no>

networkd: generalize IPv4LL to LinkLocal This allows both IPv4 and IPv6 link-local addresses to be enabled or disabled. By default we still enable IPv6LL and disable IPv4LL. The old config option is kept for backwards compatibility, but removed from the documentation.

db9fd84944807ebea04363dada761613360fa6f9 13-Jan-2015 Lennart Poettering <lennart@poettering.net>

network: IPMasquerade= implies IPForward=, hence remove it

2f6379a9ac333ead610bb58808b9b01abe05c1d9 13-Jan-2015 Tom Gundersen <teg@jklm.no>

doc: network - add comment about default prefix size Should hopefully make it clear that this is not some magic value, just the default we picked. Suggested by Jan Engelhardt.

5a8bcb674f71a20e95df55319b34c556638378ce 13-Jan-2015 Lennart Poettering <lennart@poettering.net>

networkd: add minimal IP forwarding and masquerading support to .network files 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.

7826397d925d92e813039fa0d2614ee7d2ecc808 18-Jun-2014 Lennart Poettering <lennart@poettering.net>

network: automatically assign each container veth link a /28 IP address range

4eaea66423ca58dfd7cfd1099ed902d7c81d8622 18-May-2014 Lennart Poettering <lennart@poettering.net>

network: always take possession of host side of nspawn veth tunnels and do IPv4LL on them