aboutgitcodebugslistschat
path: root/test/demo
diff options
context:
space:
mode:
authorStefano Brivio <sbrivio@redhat.com>2022-07-14 12:38:42 +0200
committerStefano Brivio <sbrivio@redhat.com>2022-07-14 12:38:42 +0200
commit8fc8fb7afe9df12ca5e12429c919f353fc82f6ee (patch)
treed1e3f11fd6099e3e36d2c8b796ea7e747ab00246 /test/demo
parent220759efb89ab7f272386db89c9dbbb46e851a4f (diff)
downloadpasst-8fc8fb7afe9df12ca5e12429c919f353fc82f6ee.tar
passt-8fc8fb7afe9df12ca5e12429c919f353fc82f6ee.tar.gz
passt-8fc8fb7afe9df12ca5e12429c919f353fc82f6ee.tar.bz2
passt-8fc8fb7afe9df12ca5e12429c919f353fc82f6ee.tar.lz
passt-8fc8fb7afe9df12ca5e12429c919f353fc82f6ee.tar.xz
passt-8fc8fb7afe9df12ca5e12429c919f353fc82f6ee.tar.zst
passt-8fc8fb7afe9df12ca5e12429c919f353fc82f6ee.zip
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>
Diffstat (limited to 'test/demo')
-rw-r--r--test/demo/passt2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/demo/passt b/test/demo/passt
index f71392b..bcad718 100644
--- a/test/demo/passt
+++ b/test/demo/passt
@@ -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