diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2022-03-19 10:30:47 +0100 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2022-03-29 15:35:38 +0200 |
commit | bc4ec1a8e95d0787d5a6780e91e9d78e117e7da8 (patch) | |
tree | dbff57c0c58c7d8c4f8d5f28dd2a94b0cab9a42a | |
parent | e80f60871053b14d92ecae9493e80a13ea2c5cc6 (diff) | |
download | passt-bc4ec1a8e95d0787d5a6780e91e9d78e117e7da8.tar passt-bc4ec1a8e95d0787d5a6780e91e9d78e117e7da8.tar.gz passt-bc4ec1a8e95d0787d5a6780e91e9d78e117e7da8.tar.bz2 passt-bc4ec1a8e95d0787d5a6780e91e9d78e117e7da8.tar.lz passt-bc4ec1a8e95d0787d5a6780e91e9d78e117e7da8.tar.xz passt-bc4ec1a8e95d0787d5a6780e91e9d78e117e7da8.tar.zst passt-bc4ec1a8e95d0787d5a6780e91e9d78e117e7da8.zip |
README: Update Interfaces and Availability sections
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
-rw-r--r-- | README.md | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -325,19 +325,24 @@ speeding up local connections, and usually requiring NAT. _pasta_: ### Interfaces * ✅ qemu, libvirt support with [`qrap` wrapper](/passt/tree/qrap.c) -* ✅ out-of-tree patches for [qemu](/passt/tree/qemu) and - [libvirt](/passt/tree/libvirt) available -* 🛠 bug-to-bug compatible +* ✅ out-of-tree patches for [qemu](/passt/tree/contrib/qemu) and + [libvirt](/passt/tree/contrib/libvirt) available +* ✅ bug-to-bug compatible [_slirp4netns_ replacement](/passt/tree/slirp4netns.sh) (rootless Podman, RootlessKit) +* ✅ out-of-tree patch for [Podman](/passt/tree/contrib/podman) available +* ✅ out-of-tree patch for + [Kata Containers](/passt/tree/contrib/kata-containers) available * 🛠 native [qemu](https://bugs.passt.top/show_bug.cgi?id=11), [libvirt](https://bugs.passt.top/show_bug.cgi?id=12) support +* 🛠 native Podman integration * ⌚ drop-in replacement for VPNKit (rootless Docker) ### Availability * ✅ convenience unofficial packages for Debian, RPM-based distributions on x86_64 (static builds) -* ✅ testing on non-x86 architectures +* ✅ testing on non-x86_64 architectures (aarch64, armv7l, i386, ppc64, ppc64le, + s390x) * 🛠 official [OpenSUSE packages](https://build.opensuse.org/package/show/home:mnhauke/passt) * ⌚ packages for Debian, Fedora, etc. |