diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-02-21 14:06:08 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-02-21 20:58:59 +0100 |
commit | 2a5a6e05ca6e97a1764063174f452513ebed36d8 (patch) | |
tree | 198f5b5f881722afd703447dc97ff372a5ddec2e /network/80-container-host0.network | |
parent | 8e1ad1eaf74cd8eadf6a9b14e5d6edb24ab2da91 (diff) |
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.
Diffstat (limited to 'network/80-container-host0.network')
-rw-r--r-- | network/80-container-host0.network | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/network/80-container-host0.network b/network/80-container-host0.network index b65cc6acbe..f0626f81b0 100644 --- a/network/80-container-host0.network +++ b/network/80-container-host0.network @@ -12,6 +12,8 @@ Name=host0 [Network] DHCP=yes LinkLocalAddressing=yes +LLDP=yes +EmitLLDP=yes [DHCP] UseTimezone=yes |