link executor: Make dummy creation MOCKable, too
Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
This commit is contained in:
parent
37a7d8f097
commit
d24b4ab3e6
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ pre-up)
|
|||
fi
|
||||
fi
|
||||
|
||||
ip link add "${IFACE}" type dummy
|
||||
${MOCK} ip link add "${IFACE}" type dummy
|
||||
fi
|
||||
|
||||
if is_vlan; then
|
||||
|
|
Loading…
Reference in a new issue