mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
24 lines
867 B
Plaintext
24 lines
867 B
Plaintext
config BR2_PACKAGE_PASST
|
|
bool "passt"
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_0
|
|
help
|
|
passt: Plug A Simple Socket Transport
|
|
pasta: Pack A Subtle Tap Abstraction
|
|
|
|
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.
|
|
|
|
https://passt.top/passt/about/
|
|
|
|
comment "passt needs a toolchain w/ headers >= 5.0"
|
|
depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_0
|