diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-06-30 06:54:24 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-06-30 06:54:53 +0000 |
commit | d6fea0bc206f5785fb457d15c2ebee9212d07993 (patch) | |
tree | b286e6d22ebb6b8411ea2763739c9146ae83aeff /libexec/container/stop | |
parent | Releasing version 20210629. (diff) | |
download | compute-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-x | libexec/container/stop | 6 |
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 |