mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user