mirror of
https://passt.top/passt
synced 2024-11-06 04:41:10 +00:00
23 lines
929 B
Plaintext
23 lines
929 B
Plaintext
|
Source: passt
|
||
|
Section: net
|
||
|
Priority: optional
|
||
|
Maintainer: Stefano Brivio <sbrivio@redhat.com>
|
||
|
Build-Depends: debhelper-compat (= 12), dh-apparmor
|
||
|
Standards-Version: 4.5.0
|
||
|
Homepage: https://passt.top/
|
||
|
|
||
|
Suggests: apparmor
|
||
|
Package: passt
|
||
|
Architecture: any
|
||
|
Multi-Arch: foreign
|
||
|
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||
|
Description: user-mode networking daemons for virtual machines and namespaces
|
||
|
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.
|
||
|
pasta (same binary as passt, different command) offers equivalent functionality,
|
||
|
for network namespaces: traffic is forwarded using a tap interface inside the
|
||
|
namespace, without the need to create further interfaces on the host, hence not
|
||
|
requiring any capabilities or privileges.
|