diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-05-09 14:34:05 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-05-09 14:34:05 -0400 |
commit | 36c9a0728dc64739022569e9134274b34ba89c79 (patch) | |
tree | c8c2d5cd5b0bcf91d09abd141194b7be6e4150f3 /network/80-container-host0.network | |
parent | 7be8fb7bfc5c429131521ebc0bbf47ba3a22eb2b (diff) | |
parent | 54ff1d6913a2b69dc6a544a44b04baf111d8196a (diff) |
Merge pull request #3209 from poettering/nspawn-network-zones
introduce simple "network zones" concept to nspawn
Diffstat (limited to 'network/80-container-host0.network')
-rw-r--r-- | network/80-container-host0.network | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/network/80-container-host0.network b/network/80-container-host0.network index f0626f81b0..b012cf98cb 100644 --- a/network/80-container-host0.network +++ b/network/80-container-host0.network @@ -5,6 +5,10 @@ # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. +# This network file matches the container-side of the virtual Ethernet link +# created by systemd-nspawn's --network-veth switch. See systemd-nspawn(1) for +# details. + [Match] Virtualization=container Name=host0 @@ -13,7 +17,7 @@ Name=host0 DHCP=yes LinkLocalAddressing=yes LLDP=yes -EmitLLDP=yes +EmitLLDP=customer-bridge [DHCP] UseTimezone=yes |