From a5f9a57a16ef34a5c6ed11ad6bd159797b47972b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 29 Jun 2021 14:09:27 +0200 Subject: Adding upstream version 20210629. Signed-off-by: Daniel Baumann --- libexec/container/stop | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libexec/container/stop') diff --git a/libexec/container/stop b/libexec/container/stop index 58fc0e9..52b40d1 100755 --- a/libexec/container/stop +++ b/libexec/container/stop @@ -261,6 +261,12 @@ 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 -- cgit v1.2.3