summaryrefslogtreecommitdiffstats
path: root/network/slirp4netns/README
diff options
context:
space:
mode:
author Vincent Batts <vbatts@hashbangbash.com>2019-02-22 09:27:40 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-02-22 09:27:40 +0700
commit6515d454c4f3a8fdc1ae76cc4d5ace3d666f26bc (patch)
treee03b0347686178c1fd5c0fa6052f84bafccb400e /network/slirp4netns/README
parent1fc00c955390dfaa87fd4b8db8270584533e5cea (diff)
downloadslackbuilds-6515d454c4f3a8fdc1ae76cc4d5ace3d666f26bc.tar.gz
slackbuilds-6515d454c4f3a8fdc1ae76cc4d5ace3d666f26bc.tar.xz
network/slirp4netns: Added (non-root networking utility).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/slirp4netns/README')
-rw-r--r--network/slirp4netns/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/network/slirp4netns/README b/network/slirp4netns/README
new file mode 100644
index 0000000000..88d35cf3bf
--- /dev/null
+++ b/network/slirp4netns/README
@@ -0,0 +1,14 @@
+slirp4netns
+
+slirp4netns provides user-mode networking ("slirp") for unprivileged network
+namespaces.
+
+Starting with Linux 3.8, unprivileged users can create network_namespaces(7)
+along with user_namespaces(7). However, unprivileged network namespaces had
+not been very useful, because creating veth(4) pairs across the host and
+network namespaces still requires the root privileges. (i.e. No internet
+connection)
+
+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").