slirp4netns: add slirp4netns user-mode networking

slirp4netns allows connecting a network namespace to the Internet
in a completely unprivileged way, by connecting a TAP device in a
network namespace to the usermode TCP/IP stack ("slirp")."

Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Stefan Agner 2019-09-20 09:18:06 +02:00 committed by Bruce Ashfield
parent 9b234f5245
commit 05db2367cc

View File

@ -0,0 +1,16 @@
SUMMARY = "User-mode networking for unprivileged network namespaces."
DESCRIPTION = "slirp4netns allows connecting a network namespace to the \
Internet in a completely unprivileged way, by connecting a TAP device in a \
network namespace to the usermode TCP/IP stack ("slirp")."
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=1e2efd29c201480c6be2744d9edade26"
SRCREV = "4d38845e2e311b684fc8d1c775c725bfcd5ddc27"
SRC_URI = "git://github.com/rootless-containers/slirp4netns.git;nobranch=1"
DEPENDS = "glib-2.0 libcap libseccomp"
S = "${WORKDIR}/git"
inherit autotools pkgconfig