diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2021-08-26 14:37:14 +0200 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2021-09-01 17:00:27 +0200 |
commit | 564fbca39a729d639ae9d6832cbd0f6cd2f0fad9 (patch) | |
tree | cc8c150b5d430223e61be670c251bcaed1425d20 /doc | |
parent | e1c94637ad50164292fe7e76a990b5e18b7de776 (diff) | |
download | passt-564fbca39a729d639ae9d6832cbd0f6cd2f0fad9.tar passt-564fbca39a729d639ae9d6832cbd0f6cd2f0fad9.tar.gz passt-564fbca39a729d639ae9d6832cbd0f6cd2f0fad9.tar.bz2 passt-564fbca39a729d639ae9d6832cbd0f6cd2f0fad9.tar.lz passt-564fbca39a729d639ae9d6832cbd0f6cd2f0fad9.tar.xz passt-564fbca39a729d639ae9d6832cbd0f6cd2f0fad9.tar.zst passt-564fbca39a729d639ae9d6832cbd0f6cd2f0fad9.zip |
doc/demo: Explicitly run in foreground, drop pipe to cat
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/demo.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/demo.sh b/doc/demo.sh index 06a80b1..5a29705 100755 --- a/doc/demo.sh +++ b/doc/demo.sh @@ -122,4 +122,4 @@ echo echo "Starting passt..." echo -ip netns exec "${ns}" ./passt | cat +ip netns exec "${ns}" ./passt -f -e -t all |