diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2021-09-27 13:45:17 +0200 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2021-09-27 13:45:17 +0200 |
commit | ca325e7583ad7c2f02193813289d1a1cfa17bf7a (patch) | |
tree | dac2cd18df3795b39cf2376d95dc0b02f428df3e /README.md | |
parent | 9657b6ed05cc67273f6bab1751ae98ca4e89f114 (diff) | |
download | passt-ca325e7583ad7c2f02193813289d1a1cfa17bf7a.tar passt-ca325e7583ad7c2f02193813289d1a1cfa17bf7a.tar.gz passt-ca325e7583ad7c2f02193813289d1a1cfa17bf7a.tar.bz2 passt-ca325e7583ad7c2f02193813289d1a1cfa17bf7a.tar.lz passt-ca325e7583ad7c2f02193813289d1a1cfa17bf7a.tar.xz passt-ca325e7583ad7c2f02193813289d1a1cfa17bf7a.tar.zst passt-ca325e7583ad7c2f02193813289d1a1cfa17bf7a.zip |
README: Add demo section
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -115,6 +115,7 @@ for TCP and UDP, respectively. - [Addresses](#addresses) - [Protocols](#protocols) - [Ports](#ports) +- [Demo](#demo) - [Continuous Integration](#continuous-integration) - [Performance](#performance) - [Try it](#try-it) @@ -286,6 +287,20 @@ With default options, _pasta_ scans for bound ports on init and non-init namespaces, and automatically forwards them from the other side. Port forwarding is fully configurable with command line options. +## Demo + +### pasta + +<p><video id="demo_pasta_video" style="width: 70%; height: auto; max-height: 90%" controls> + <source src="/builds/latest/web/demo_pasta.webm" type="video/webm"> +</video></p> + +### passt + +<p><video id="demo_passt_video" style="width: 70%; height: auto; max-height: 90%" controls> + <source src="/builds/latest/web/demo_passt.webm" type="video/webm"> +</video></p> + ## Continuous Integration <p><video id="ci_video" style="width: 90%; height: auto; max-height: 90%" controls> |