mirror of
https://passt.top/passt
synced 2024-11-05 20:31:11 +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
|
sleep 3
|
||||||
say Guest is up. Let's configure IPv4 first...
|
say Guest is up. Let's configure IPv4 first...
|
||||||
sleep 2
|
sleep 2
|
||||||
|
ns ip link set dev eth0 up
|
||||||
|
sleep 2
|
||||||
guest dhclient -4
|
guest dhclient -4
|
||||||
sleep 2
|
sleep 2
|
||||||
guest ip addr show
|
guest ip addr show
|
||||||
|
Loading…
Reference in New Issue
Block a user