From 4b6127d7dc0b87a2ef6fdf3a2e98d510c0362f78 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Mon, 9 Apr 2018 11:05:37 +0200 Subject: [systemd-networkd] disable ipv6 in stage4 bridge interfaces (an others?) stay stuck in "configuring" state while trying to configure ipv6 leading to systemd-networkd-wait-online to never pass. Thus we disable it for now. --- .../modules.d/systemd-networkd-ext/hooks/configure-dhcp-for-newroot.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'builder/modules.d/systemd-networkd-ext') diff --git a/builder/modules.d/systemd-networkd-ext/hooks/configure-dhcp-for-newroot.sh b/builder/modules.d/systemd-networkd-ext/hooks/configure-dhcp-for-newroot.sh index 59311fb0..a5e59371 100644 --- a/builder/modules.d/systemd-networkd-ext/hooks/configure-dhcp-for-newroot.sh +++ b/builder/modules.d/systemd-networkd-ext/hooks/configure-dhcp-for-newroot.sh @@ -45,6 +45,8 @@ if [ -z "${SLX_VLAN_ID}" ]; then [Network] DHCP=ipv4 + LinkLocalAddressing=no + IPv6AcceptRA=no [DHCP] UseDNS=true -- cgit v1.2.3-55-g7522