Lines Matching full:namespace
3 ip-netns \- process network namespace management
27 A network namespace is logically another copy of the network stack,
30 By convention a named network namespace is an object at
34 refers to the specified network namespace. Holding that file
35 descriptor open keeps the network namespace alive. The file
38 system call to change the network namespace associated with a task.
40 The convention for network namespace aware applications is to look
47 for a network namespace used to isolate your vpn you would name it
52 namespace unaware applications, by creating a mount namespace and
53 bind mounting all of the per network namespace configure files into
57 .SS ip netns add NAME - create a new named network namespace
58 .SS ip netns delete NAME - delete the name of a network namespace
59 .SS ip netns exec NAME cmd ... - Run cmd in the named network namespace