forked from systemd/systemd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
network: turn on LLDP tx+rx for the default container network configu…
…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
1 parent
8e1ad1e
commit 2a5a6e0
Showing
2 changed files
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,8 @@ Name=host0 | |
[Network] | ||
DHCP=yes | ||
LinkLocalAddressing=yes | ||
LLDP=yes | ||
EmitLLDP=yes | ||
|
||
[DHCP] | ||
UseTimezone=yes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,5 @@ Address=0.0.0.0/28 | |
LinkLocalAddressing=yes | ||
DHCPServer=yes | ||
IPMasquerade=yes | ||
LLDP=yes | ||
EmitLLDP=yes |