mirror of
https://passt.top/passt
synced 2025-02-21 18:32:22 +00:00
demo/passt: Bring interface up before starting dhclient in guest
...I forgot about one occurrence of this. Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
parent
220759efb8
commit
8fc8fb7afe
@ -111,6 +111,8 @@ guest ip link show
|
||||
sleep 3
|
||||
say Guest is up. Let's configure IPv4 first...
|
||||
sleep 2
|
||||
ns ip link set dev eth0 up
|
||||
sleep 2
|
||||
guest dhclient -4
|
||||
sleep 2
|
||||
guest ip addr show
|
||||
|
Loading…
x
Reference in New Issue
Block a user