From: Lennart Poettering Date: Sun, 21 Feb 2016 13:06:08 +0000 (+0100) Subject: network: turn on LLDP tx+rx for the default container network configuration X-Git-Tag: v230~328^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2a5a6e05ca6e97a1764063174f452513ebed36d8;p=thirdparty%2Fsystemd.git network: turn on LLDP tx+rx for the default container network configuration Containers are relatively trusted and the veth tunnels are small networks, hence let's turn on LLDP both ways for them. --- diff --git a/network/80-container-host0.network b/network/80-container-host0.network index b65cc6acbe4..f0626f81b05 100644 --- a/network/80-container-host0.network +++ b/network/80-container-host0.network @@ -12,6 +12,8 @@ Name=host0 [Network] DHCP=yes LinkLocalAddressing=yes +LLDP=yes +EmitLLDP=yes [DHCP] UseTimezone=yes diff --git a/network/80-container-ve.network b/network/80-container-ve.network index 72c20eba559..abb265ddc49 100644 --- a/network/80-container-ve.network +++ b/network/80-container-ve.network @@ -15,3 +15,5 @@ Address=0.0.0.0/28 LinkLocalAddressing=yes DHCPServer=yes IPMasquerade=yes +LLDP=yes +EmitLLDP=yes