summaryrefslogtreecommitdiffstats
path: root/libexec/container/stop
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-06-30 07:01:20 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-06-30 07:01:20 +0000
commit3e2503b6aafa19b370ecab1e8e71c4435fb92888 (patch)
tree65f1bfe6ecc330f819f446763f73c5837ede31b3 /libexec/container/stop
parentReleasing debian version 20210629-1. (diff)
downloadopen-infrastructure-compute-tools-3e2503b6aafa19b370ecab1e8e71c4435fb92888.tar.xz
open-infrastructure-compute-tools-3e2503b6aafa19b370ecab1e8e71c4435fb92888.zip
Merging upstream version 20210630.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'libexec/container/stop')
-rwxr-xr-xlibexec/container/stop6
1 files changed, 0 insertions, 6 deletions
diff --git a/libexec/container/stop b/libexec/container/stop
index 52b40d1..58fc0e9 100755
--- a/libexec/container/stop
+++ b/libexec/container/stop
@@ -261,12 +261,6 @@ case "${VERBOSE}" in
;;
esac
-VETHS="$(awk -Fnetwork-veth-extra= '/^network-veth-extra=/ { print $2 }' ${CONFIG}/${NAME}.conf | awk -F: '{ print $1 }')"
-for VETH in ${VETHS}
-do
- ovs-vsctl --if-exist del-port "${VETH}"
-done
-
machinectl ${MODE} ${NAME}
case "${FORCE}" in