diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2022-03-01 21:43:41 +0100 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2022-03-01 21:43:41 +0100 |
commit | 628c4f0caeb507993bf49f16a8d46966e8286241 (patch) | |
tree | 957db0ba5640bbee94a5f699d8e62e6de477b5da | |
parent | 06f8e4f960b27ff5dd044e5098e597a40e64f4b8 (diff) | |
download | passt-628c4f0caeb507993bf49f16a8d46966e8286241.tar passt-628c4f0caeb507993bf49f16a8d46966e8286241.tar.gz passt-628c4f0caeb507993bf49f16a8d46966e8286241.tar.bz2 passt-628c4f0caeb507993bf49f16a8d46966e8286241.tar.lz passt-628c4f0caeb507993bf49f16a8d46966e8286241.tar.xz passt-628c4f0caeb507993bf49f16a8d46966e8286241.tar.zst passt-628c4f0caeb507993bf49f16a8d46966e8286241.zip |
README: s/guest/namespace/ in pasta "Try it" section
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -553,7 +553,7 @@ Test logs [here](/builds/latest/test/). dhclient -6 * and that's it, you should now have TCP connections, UDP, and ICMP/ICMPv6 - echo working from/to the guest for IPv4 and IPv6 + echo working from/to the namespace for IPv4 and IPv6 * to connect to a service inside the namespace, just connect to the same port using the loopback address. |