From 2a5a6e05ca6e97a1764063174f452513ebed36d8 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 21 Feb 2016 14:06:08 +0100 Subject: 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. --- network/80-container-host0.network | 2 ++ 1 file changed, 2 insertions(+) (limited to 'network/80-container-host0.network') diff --git a/network/80-container-host0.network b/network/80-container-host0.network index b65cc6acbe..f0626f81b0 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 -- cgit v1.2.3-54-g00ecf