Plug A Simple Socket Transport
https://passt.top/passt/about/
passt implements a translation layer between a Layer-2 network interface and
native Layer-4 sockets (TCP, UDP, ICMP/ICMPv6 echo) on a host. It doesn't
require any capabilities or privileges, and it can be used as a simple
replacement for Slirp.
- Devel package for openSUSE:Factory
-
3
derived packages
- Links to openSUSE:Factory / passt
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Virtualization:containers/passt && cd $_
- Create Badge
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
_service | 0000000497 497 Bytes | |
_servicedata | 0000000221 221 Bytes | |
passt-20241127.c0fbc7e.tar.zst | 0000236785 231 KB | |
passt.changes | 0000087131 85.1 KB | |
passt.spec | 0000005878 5.74 KB |
Comments 6
The currently packaged version of pasta does not seem to work at all (MicroOS). Only ping does work in a pasta netns but curl does not and neither do port forwards with podman.
This does work on Fedora and Arch Linux.
For me
pasta
gives error messages:Are there any permissions I have to set?
If I understand the spec file correctly, it fails to install the install the apparmor rules for pasta alongside the passt rules:
Isn't there a line missing like
?
The fixes discussed in boo#1221840 have been merged, can you now try to see if you're still facing the issue?
Probably related to boo#1221840
We should change the .spec file to hardlink pasta to passt, as per https://bugzilla.suse.com/show_bug.cgi?id=1221840#c28