1
0
mirror of https://passt.top/passt synced 2024-07-01 23:42:41 +00:00

test: In passt demo, bring up eth0 in guest, not in namespace pane

Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
Stefano Brivio 2022-07-21 13:50:50 +02:00
parent 3b7ba0c432
commit 95f7b4ec3f

View File

@ -111,7 +111,7 @@ guest ip link show
sleep 3
say Guest is up. Let's configure IPv4 first...
sleep 2
ns ip link set dev eth0 up
guest ip link set dev eth0 up
sleep 2
guest dhclient -4
sleep 2