diff options
| author | Jonathan Bauer | 2018-04-09 11:05:37 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2018-04-09 11:05:37 +0200 |
| commit | 4b6127d7dc0b87a2ef6fdf3a2e98d510c0362f78 (patch) | |
| tree | 8e915e9941258133211bc669edc1a5351e7660f1 | |
| parent | Revert "[dnbd3-rfs] also check for PARTTYPE when lsblk'ing for disk partitions" (diff) | |
| download | systemd-init-4b6127d7dc0b87a2ef6fdf3a2e98d510c0362f78.tar.gz systemd-init-4b6127d7dc0b87a2ef6fdf3a2e98d510c0362f78.tar.xz systemd-init-4b6127d7dc0b87a2ef6fdf3a2e98d510c0362f78.zip | |
[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.
| -rw-r--r-- | builder/modules.d/systemd-networkd-ext/hooks/configure-dhcp-for-newroot.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
