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

demo/pasta: Fix bad sleep directive

'sleep' always needs an argument, this was meant to introduce
a 2 seconds delay.

Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
Stefano Brivio 2022-05-19 01:22:33 +02:00
parent b4d41ac4b6
commit c447344158

View File

@ -110,7 +110,7 @@ nl
say Now the other way around...
nl
say we can use a loopback address
sleep
sleep 2
hostb nc -l -p 31337
sleep 2
ns echo "Hello from the namespace" | nc -N 127.0.0.1 31337