]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
namespaces.7, network_namespaces.7: Move content from namespaces(7) to network_namesp...
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 8 Dec 2017 09:23:09 +0000 (10:23 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 10 Dec 2017 22:19:17 +0000 (23:19 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man7/namespaces.7
man7/network_namespaces.7

index 477fc1e4737211463ab937875c4d0725366ade59..b4da1aa73c3f83d99aed7871a490302cfc74a58b 100644 (file)
@@ -365,31 +365,8 @@ option.
 .\" ==================== Network namespaces ====================
 .\"
 .SS Network namespaces (CLONE_NEWNET)
-Network namespaces provide isolation of the system resources associated
-with networking: network devices, IPv4 and IPv6 protocol stacks,
-IP routing tables, firewalls, the
-.I /proc/net
-directory, the
-.I /sys/class/net
-directory, port numbers (sockets), and so on.
-A physical network device can live in exactly one
-network namespace.
-A virtual network
-.RB ( veth (4))
-device pair provides a pipe-like abstraction
-.\" FIXME . Add pointer to veth(4) page when it is eventually completed
-that can be used to create tunnels between network namespaces,
-and can be used to create a bridge to a physical network device
-in another namespace.
-.PP
-When a network namespace is freed
-(i.e., when the last process in the namespace terminates),
-its physical network devices are moved back to the
-initial network namespace (not to the parent of the process).
-.PP
-Use of network namespaces requires a kernel that is configured with the
-.B CONFIG_NET_NS
-option.
+See
+.BR network_namespaces (7).
 .\"
 .\" ==================== Mount namespaces ====================
 .\"
@@ -445,8 +422,8 @@ and
 .BR cgroup_namespaces (7),
 .BR cgroups (7),
 .BR credentials (7),
+.BR network_namespaces (7),
 .BR pid_namespaces (7),
 .BR user_namespaces (7),
-.BR ip-netns (8),
 .BR lsns (8),
 .BR switch_root (8)
index d3489ddaa8da77e2bc4034c8d35273f951b76aa2..8d99ebc8d748e3247da8b7b947b60be22e62883b 100644 (file)
 .SH NAME
 network_namespaces \- overview of Linux network namespaces
 .SH DESCRIPTION
-/sys/class/net -- see sysfs(5)
-
-/proc/net
-
-/var/run/netns
-
-.SH EXAMPLE
+.\" FIXME: /sys/class/net -- see sysfs(5)
+.\" FIXME : /proc/net
+.\" FIXME : /var/run/netns
+Network namespaces provide isolation of the system resources associated
+with networking: network devices, IPv4 and IPv6 protocol stacks,
+IP routing tables, firewalls, the
+.I /proc/net
+directory, the
+.I /sys/class/net
+directory, port numbers (sockets), and so on.
+A physical network device can live in exactly one
+network namespace.
+A virtual network
+.RB ( veth (4))
+device pair provides a pipe-like abstraction
+that can be used to create tunnels between network namespaces,
+and can be used to create a bridge to a physical network device
+in another namespace.
+.PP
+When a network namespace is freed
+(i.e., when the last process in the namespace terminates),
+its physical network devices are moved back to the
+initial network namespace (not to the parent of the process).
+.PP
+Use of network namespaces requires a kernel that is configured with the
+.B CONFIG_NET_NS
+option.
+.\" FIXME .SH EXAMPLE
 .SH SEE ALSO
 .BR nsenter (1),
 .BR unshare (1),