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.
This commit is contained in:
Lennart Poettering 2016-02-21 14:06:08 +01:00
parent 8e1ad1eaf7
commit 2a5a6e05ca
2 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,8 @@ Name=host0
[Network]
DHCP=yes
LinkLocalAddressing=yes
LLDP=yes
EmitLLDP=yes
[DHCP]
UseTimezone=yes

View File

@ -15,3 +15,5 @@ Address=0.0.0.0/28
LinkLocalAddressing=yes
DHCPServer=yes
IPMasquerade=yes
LLDP=yes
EmitLLDP=yes