From fef7c55270e990094f617f37c62afd8c289d9279 Mon Sep 17 00:00:00 2001 From: Maximilian Wilhelm Date: Fri, 2 Oct 2020 02:29:39 +0200 Subject: [PATCH] link exectutor: Don't re-create dummy interface when present. Signed-off-by: Maximilian Wilhelm --- executor-scripts/linux/link | 2 ++ 1 file changed, 2 insertions(+) diff --git a/executor-scripts/linux/link b/executor-scripts/linux/link index 7ede189..9df5294 100755 --- a/executor-scripts/linux/link +++ b/executor-scripts/linux/link @@ -36,6 +36,8 @@ create) echo "Interface ${IFACE} exists but is of type ${iface_type} instead of dummy" exit 1 fi + + exit 0 fi ${MOCK} ip link add "${IFACE}" type dummy