summaryrefslogtreecommitdiffstats
path: root/recipes-networking/slirp4netns
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2019-09-20 09:18:06 +0200
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-10-02 14:13:35 -0400
commit05db2367ccc54fb04fd1abe20a39c6114a482817 (patch)
tree56ea1e2e3e45d59b5221e4baa47f88d07f48eb72 /recipes-networking/slirp4netns
parent9b234f52455b3eab423e719bce7b91b887e68b0f (diff)
downloadmeta-virtualization-05db2367ccc54fb04fd1abe20a39c6114a482817.tar.gz
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>
Diffstat (limited to 'recipes-networking/slirp4netns')
-rw-r--r--recipes-networking/slirp4netns/slirp4netns_0.4.1.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-networking/slirp4netns/slirp4netns_0.4.1.bb b/recipes-networking/slirp4netns/slirp4netns_0.4.1.bb
new file mode 100644
index 00000000..b47df968
--- /dev/null
+++ b/recipes-networking/slirp4netns/slirp4netns_0.4.1.bb
@@ -0,0 +1,16 @@
1SUMMARY = "User-mode networking for unprivileged network namespaces."
2DESCRIPTION = "slirp4netns allows connecting a network namespace to the \
3Internet in a completely unprivileged way, by connecting a TAP device in a \
4network namespace to the usermode TCP/IP stack ("slirp")."
5
6LICENSE = "GPLv2+"
7LIC_FILES_CHKSUM = "file://COPYING;md5=1e2efd29c201480c6be2744d9edade26"
8
9SRCREV = "4d38845e2e311b684fc8d1c775c725bfcd5ddc27"
10SRC_URI = "git://github.com/rootless-containers/slirp4netns.git;nobranch=1"
11
12DEPENDS = "glib-2.0 libcap libseccomp"
13
14S = "${WORKDIR}/git"
15
16inherit autotools pkgconfig