1
0
mirror of https://passt.top/passt synced 2024-09-30 19:15:47 +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:
Stefano Brivio 2022-07-14 12:38:42 +02:00
parent 220759efb8
commit 8fc8fb7afe

View File

@ -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