File: control

package info (click to toggle)
passt 0.0~git20250919.623dbf6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,052 kB
  • sloc: ansic: 17,865; sh: 3,187; makefile: 361; python: 51
file content (26 lines) | stat: -rw-r--r-- 1,060 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: passt
Section: net
Priority: optional
Maintainer: Stefano Brivio <sbrivio@redhat.com>
Build-Depends: debhelper-compat (= 13), dh-apparmor
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://passt.top/
Vcs-Browser: https://salsa.debian.org/sbrivio/passt
Vcs-Git: https://salsa.debian.org/sbrivio/passt.git

Package: passt
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: apparmor
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.