summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-07-04 13:39:38 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-10-02 12:20:18 +0000
commitbff7ee2c0cc8d4f2e087fb3786984f042963240b (patch)
treef0c5b9df6edd092e64d67c5100b7dcf19d874f16 /share
parentReleasing debian version 20220605-1. (diff)
downloadopen-infrastructure-compute-tools-bff7ee2c0cc8d4f2e087fb3786984f042963240b.tar.xz
open-infrastructure-compute-tools-bff7ee2c0cc8d4f2e087fb3786984f042963240b.zip
Merging upstream version 20220704.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share')
-rwxr-xr-xshare/build-scripts/debconf2
-rw-r--r--share/man/compute-tools.7.rst6
2 files changed, 6 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
;;
diff --git a/share/man/compute-tools.7.rst b/share/man/compute-tools.7.rst
index 95e765b..33e6aea 100644
--- a/share/man/compute-tools.7.rst
+++ b/share/man/compute-tools.7.rst
@@ -119,6 +119,12 @@ See container(1) for a list of all container commands.
Links
=====
+| * Linux Weekly News: Kernel / Containers
+| (https://lwn.net/Kernel/Index/#Containers)
+
+| * Linux Weekly News: Security / Containers
+| (https://lwn.net/Security/Index/#Containers)
+
| * 2016-02-24: Systemd vs. Docker
| (https://lwn.net/Articles/676831/)