mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
hvtools: Force down the interface is config changes
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
7f7abf722e
commit
68af3a7c22
@ -65,7 +65,7 @@ outf=/etc/network/interfaces
|
||||
. $1
|
||||
|
||||
# Down the interface
|
||||
ifdown $DEVICE
|
||||
ifdown -f $DEVICE
|
||||
|
||||
# create a new interfaces file
|
||||
echo "auto lo" > $outf
|
||||
|
Loading…
Reference in New Issue
Block a user