diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2021-08-26 21:09:28 +0200 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2021-09-01 17:00:27 +0200 |
commit | cd04d238b2d98688962ee372232b04466dc8f938 (patch) | |
tree | 49c8a01a02812d97229b14cbbe19f6cb804beb8a | |
parent | 564fbca39a729d639ae9d6832cbd0f6cd2f0fad9 (diff) | |
download | passt-cd04d238b2d98688962ee372232b04466dc8f938.tar passt-cd04d238b2d98688962ee372232b04466dc8f938.tar.gz passt-cd04d238b2d98688962ee372232b04466dc8f938.tar.bz2 passt-cd04d238b2d98688962ee372232b04466dc8f938.tar.lz passt-cd04d238b2d98688962ee372232b04466dc8f938.tar.xz passt-cd04d238b2d98688962ee372232b04466dc8f938.tar.zst passt-cd04d238b2d98688962ee372232b04466dc8f938.zip |
doc/demo: Also forward all UDP ports from namespace
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
-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 5a29705..87fad1c 100755 --- a/doc/demo.sh +++ b/doc/demo.sh @@ -122,4 +122,4 @@ echo echo "Starting passt..." echo -ip netns exec "${ns}" ./passt -f -e -t all +ip netns exec "${ns}" ./passt -f -e -t all -u all |