summaryrefslogtreecommitdiffstats
path: root/libexec/container/stop
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-06-30 06:54:24 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-06-30 06:54:53 +0000
commitd6fea0bc206f5785fb457d15c2ebee9212d07993 (patch)
treeb286e6d22ebb6b8411ea2763739c9146ae83aeff /libexec/container/stop
parentReleasing version 20210629. (diff)
downloadcompute-tools-d6fea0bc206f5785fb457d15c2ebee9212d07993.tar.xz
compute-tools-d6fea0bc206f5785fb457d15c2ebee9212d07993.zip
Reverting openvswitch, not really ready yet.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
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