diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2022-07-04 13:28:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2022-07-04 13:35:26 +0000 |
commit | 91e13902a47b8f8b5deac054b71a1ce81ee10d2c (patch) | |
tree | af982195fb54813ba5727ccd7b79a72db4dda23e | |
parent | Updating links about related articles in compute-tools manpage. (diff) | |
download | compute-tools-91e13902a47b8f8b5deac054b71a1ce81ee10d2c.tar.xz compute-tools-91e13902a47b8f8b5deac054b71a1ce81ee10d2c.zip |
Reverting adding LinkLocalAddressing=no to ipv6 interfaces as its only desirable on container bridges but breaks a few other things in normal containers.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rwxr-xr-x | share/build-scripts/debconf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/share/build-scripts/debconf b/share/build-scripts/debconf index 168f985..ac5f9cd 100755 --- a/share/build-scripts/debconf +++ b/share/build-scripts/debconf @@ -958,7 +958,6 @@ EOF cat >> "${DIRECTORY}/etc/systemd/network/eno${NUMBER}.network" << EOF DHCP=no IPv6AcceptRA=no -LinkLocalAddressing=no Address=${IPV6_ADDRESS}/${IPV6_NETMASK} EOF @@ -977,7 +976,6 @@ EOF cat >> "${DIRECTORY}/etc/systemd/network/eno${NUMBER}.network" << EOF DHCP=no IPv6AcceptRA=no -LinkLocalAddressing=no EOF ;; |