link executor: Make link deletion MOCKable again.

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
This commit is contained in:
Maximilian Wilhelm 2020-09-05 00:18:43 +02:00
parent d24b4ab3e6
commit aa3e94acf8

View file

@ -82,7 +82,7 @@ post-down)
exit 0
fi
ip link del "${IFACE}"
${MOCK} ip link del "${IFACE}"
fi
;;
depend)