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
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ip link add "${IFACE}" type dummy
|
${MOCK} ip link add "${IFACE}" type dummy
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if is_vlan; then
|
if is_vlan; then
|
||||||
|
|
Loading…
Reference in a new issue