]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network: turn on LLDP tx+rx for the default container network configuration
authorLennart Poettering <lennart@poettering.net>
Sun, 21 Feb 2016 13:06:08 +0000 (14:06 +0100)
committerLennart Poettering <lennart@poettering.net>
Sun, 21 Feb 2016 19:58:59 +0000 (20:58 +0100)
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
network/80-container-ve.network

index b65cc6acbe446a4bea73dda7d61ac4b8c82b39fe..f0626f81b055d78386c6a9b1442b487f41135d5a 100644 (file)
@@ -12,6 +12,8 @@ Name=host0
 [Network]
 DHCP=yes
 LinkLocalAddressing=yes
+LLDP=yes
+EmitLLDP=yes
 
 [DHCP]
 UseTimezone=yes
index 72c20eba5598ad64fd028dc4b08c4369cae93d8e..abb265ddc49b59800e71115b55aacbbf6b5d79d8 100644 (file)
@@ -15,3 +15,5 @@ Address=0.0.0.0/28
 LinkLocalAddressing=yes
 DHCPServer=yes
 IPMasquerade=yes
+LLDP=yes
+EmitLLDP=yes