mirror of
https://passt.top/passt
synced 2025-04-10 07:25:03 +02: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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue