mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-31 17:17:43 +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:
parent
8e1ad1eaf7
commit
2a5a6e05ca
@ -12,6 +12,8 @@ Name=host0
|
||||
[Network]
|
||||
DHCP=yes
|
||||
LinkLocalAddressing=yes
|
||||
LLDP=yes
|
||||
EmitLLDP=yes
|
||||
|
||||
[DHCP]
|
||||
UseTimezone=yes
|
||||
|
@ -15,3 +15,5 @@ Address=0.0.0.0/28
|
||||
LinkLocalAddressing=yes
|
||||
DHCPServer=yes
|
||||
IPMasquerade=yes
|
||||
LLDP=yes
|
||||
EmitLLDP=yes
|
||||
|
Loading…
Reference in New Issue
Block a user