summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-05-22 13:26:18 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-05-22 13:26:18 +0000
commit39b2ce0576bddb0aa05470cae5019558b330500a (patch)
treeabfdd4b08e98bfc40319711aec9af2b30b52d493
parentAdding upstream version 20220509. (diff)
downloadopen-infrastructure-compute-tools-39b2ce0576bddb0aa05470cae5019558b330500a.tar.xz
open-infrastructure-compute-tools-39b2ce0576bddb0aa05470cae5019558b330500a.zip
Adding upstream version 20220522.upstream/20220522
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--CHANGELOG.txt7
-rw-r--r--VERSION.txt2
-rwxr-xr-xlibexec/container/start7
3 files changed, 8 insertions, 8 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 7e1db98..ca36983 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,10 @@
+2022-05-22 Daniel Baumann <daniel.baumann@open-infrastructure.net>
+
+ * Releasing version 20220522.
+
+ [ Daniel Baumann ]
+ * Fixing copy&paste mistake in systemd-network run-files handling.
+
2022-05-09 Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Releasing version 20220509.
diff --git a/VERSION.txt b/VERSION.txt
index 6baccb8..99ebccd 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1 +1 @@
-20220509
+20220522
diff --git a/libexec/container/start b/libexec/container/start
index de6bd84..7b95866 100755
--- a/libexec/container/start
+++ b/libexec/container/start
@@ -420,13 +420,6 @@ Name=${INTERFACE}
[Network]
Bridge=${BRIDGE}
-cat > "/etc/network/interfaces.d/${INTERFACE}" << EOF
-allow-hotplug ${INTERFACE}
-iface ${INTERFACE} inet manual
- pre-up ip link set ${INTERFACE} up
- post-up ip link set ${INTERFACE} master ${BRIDGE}
- pre-down ip link set ${INTERFACE} nomaster
- post-down ip link set ${INTERFACE} down
EOF
networkctl reload