From ca325e7583ad7c2f02193813289d1a1cfa17bf7a Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Mon, 27 Sep 2021 13:45:17 +0200 Subject: README: Add demo section Signed-off-by: Stefano Brivio --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 85b2e90..6f9108c 100644 --- a/README.md +++ b/README.md @@ -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 + +

+ +### passt + +

+ ## Continuous Integration