mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
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:
parent
8b1ac00fa9
commit
2ec6191c38
@ -23,3 +23,4 @@ DHCPServer=yes
|
||||
IPMasquerade=yes
|
||||
LLDP=yes
|
||||
EmitLLDP=customer-bridge
|
||||
IPv6SendRA=yes
|
||||
|
@ -22,3 +22,4 @@ DHCPServer=yes
|
||||
IPMasquerade=yes
|
||||
LLDP=yes
|
||||
EmitLLDP=customer-bridge
|
||||
IPv6SendRA=yes
|
||||
|
@ -22,3 +22,4 @@ DHCPServer=yes
|
||||
IPMasquerade=yes
|
||||
LLDP=yes
|
||||
EmitLLDP=customer-bridge
|
||||
IPv6SendRA=yes
|
||||
|
Loading…
Reference in New Issue
Block a user