1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-31 01:47:15 +03:00

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] [Network]
DHCP=yes DHCP=yes
LinkLocalAddressing=yes LinkLocalAddressing=yes
LLDP=yes
EmitLLDP=yes
[DHCP] [DHCP]
UseTimezone=yes UseTimezone=yes

View File

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