From 9f7ce0c2e8807387c7e9cefbbbd6664a245e952f Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 7 Dec 2017 20:22:34 +0100 Subject: [PATCH] network_namespaces.7: New page describing network namespaces Signed-off-by: Michael Kerrisk --- man7/network_namespaces.7 | 52 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 man7/network_namespaces.7 diff --git a/man7/network_namespaces.7 b/man7/network_namespaces.7 new file mode 100644 index 000000000..d3489ddaa --- /dev/null +++ b/man7/network_namespaces.7 @@ -0,0 +1,52 @@ +.\" Copyright (c) 2017 by Michael Kerrisk +.\" +.\" %%%LICENSE_START(VERBATIM) +.\" Permission is granted to make and distribute verbatim copies of this +.\" manual provided the copyright notice and this permission notice are +.\" preserved on all copies. +.\" +.\" Permission is granted to copy and distribute modified versions of this +.\" manual under the conditions for verbatim copying, provided that the +.\" entire resulting derived work is distributed under the terms of a +.\" permission notice identical to this one. +.\" +.\" Since the Linux kernel and libraries are constantly changing, this +.\" manual page may be incorrect or out-of-date. The author(s) assume no +.\" responsibility for errors or omissions, or for damages resulting from +.\" the use of the information contained herein. The author(s) may not +.\" have taken the same level of care in the production of this manual, +.\" which is licensed free of charge, as they might when working +.\" professionally. +.\" +.\" Formatted or processed versions of this manual, if unaccompanied by +.\" the source, must acknowledge the copyright and authors of this work. +.\" %%%LICENSE_END +.\" +.\" +.TH NETWORK_NAMESPACES 7 2017-09-15 "Linux" "Linux Programmer's Manual" +.SH NAME +network_namespaces \- overview of Linux network namespaces +.SH DESCRIPTION +/sys/class/net -- see sysfs(5) + +/proc/net + +/var/run/netns + +.SH EXAMPLE +.SH SEE ALSO +.BR nsenter (1), +.BR unshare (1), +.BR clone (2), +.BR veth (4), +.BR proc (5), +.BR sysfs (5), +.BR namespaces (7), +.BR user_namespaces (7), +.BR brctl (8), +.BR ip (8), +.BR ip-address (8), +.BR ip-link (8), +.BR ip-netns (8), +.BR iptables (8), +.BR ovs-vsctl (8)