networkd: Enable IPv6SendRA on builtin network files

RAs trigger neighbor discovery which allows users to query the
LL address of the container/VM via `ip neighbor get dev`. This is
useful as it gives users an easy way to connect to the container
without needing LLMNR or mDNS to resolve the hostname of the container
to an IP address. In practice, this allows connecting with only
networkd enabled and without resolved running in the host/container.
This commit is contained in:
Daan De Meyer 2020-12-26 15:27:55 +01:00 committed by Lennart Poettering
parent 8b1ac00fa9
commit 2ec6191c38
3 changed files with 3 additions and 0 deletions

View File

@ -23,3 +23,4 @@ DHCPServer=yes
IPMasquerade=yes IPMasquerade=yes
LLDP=yes LLDP=yes
EmitLLDP=customer-bridge EmitLLDP=customer-bridge
IPv6SendRA=yes

View File

@ -22,3 +22,4 @@ DHCPServer=yes
IPMasquerade=yes IPMasquerade=yes
LLDP=yes LLDP=yes
EmitLLDP=customer-bridge EmitLLDP=customer-bridge
IPv6SendRA=yes

View File

@ -22,3 +22,4 @@ DHCPServer=yes
IPMasquerade=yes IPMasquerade=yes
LLDP=yes LLDP=yes
EmitLLDP=customer-bridge EmitLLDP=customer-bridge
IPv6SendRA=yes