]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
networkd: Enable IPv6SendRA on builtin network files
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sat, 26 Dec 2020 14:27:55 +0000 (15:27 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 6 Jan 2021 19:00:49 +0000 (20:00 +0100)
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.

network/80-container-ve.network
network/80-container-vz.network
network/80-vm-vt.network

index 7e8ff48d75ceb91198c55706ec638829287cf52d..393bd639e0f5d6820a9bd4561cc8392744acd7c9 100644 (file)
@@ -23,3 +23,4 @@ DHCPServer=yes
 IPMasquerade=yes
 LLDP=yes
 EmitLLDP=customer-bridge
+IPv6SendRA=yes
index b0ea57a67c17d5b9a102ae0cc84782ed4d2025a6..aec3b9fc8499e81b3948b86118ac76e90b3176ef 100644 (file)
@@ -22,3 +22,4 @@ DHCPServer=yes
 IPMasquerade=yes
 LLDP=yes
 EmitLLDP=customer-bridge
+IPv6SendRA=yes
index 45c5ab173465518b36d100e0dec51753ed913838..b54196353a492af777393c72b20be1fc4f2d8624 100644 (file)
@@ -22,3 +22,4 @@ DHCPServer=yes
 IPMasquerade=yes
 LLDP=yes
 EmitLLDP=customer-bridge
+IPv6SendRA=yes