Skip to content

Commit

Permalink
network: turn on LLDP tx+rx for the default container network configu…
Browse files Browse the repository at this point in the history
…ration

Containers are relatively trusted and the veth tunnels are small networks,
hence let's turn on LLDP both ways for them.
  • Loading branch information
poettering committed Feb 21, 2016
1 parent 8e1ad1e commit 2a5a6e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions network/80-container-host0.network
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Name=host0
[Network]
DHCP=yes
LinkLocalAddressing=yes
LLDP=yes
EmitLLDP=yes

[DHCP]
UseTimezone=yes
2 changes: 2 additions & 0 deletions network/80-container-ve.network
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ Address=0.0.0.0/28
LinkLocalAddressing=yes
DHCPServer=yes
IPMasquerade=yes
LLDP=yes
EmitLLDP=yes

0 comments on commit 2a5a6e0

Please sign in to comment.