link executor: Make link deletion MOCKable again.
Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
This commit is contained in:
parent
d24b4ab3e6
commit
aa3e94acf8
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ post-down)
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ip link del "${IFACE}"
|
${MOCK} ip link del "${IFACE}"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
depend)
|
depend)
|
||||||
|
|
Loading…
Reference in a new issue