Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
iproute2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
iproute2
Commits
bbf2f7c6
Commit
bbf2f7c6
authored
Apr 02, 2015
by
Vadim Kochan
Committed by
Stephen Hemminger
Apr 07, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
man ip-netns: Fix shifted layout at bottom of 'ip netns del'
Signed-off-by:
Vadim Kochan
<
vadim4j@gmail.com
>
parent
8b90a990
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
man/man8/ip-netns.8
man/man8/ip-netns.8
+8
-2
No files found.
man/man8/ip-netns.8
View file @
bbf2f7c6
...
...
@@ -116,12 +116,18 @@ $ ip netns exec net0 SOME_PROCESS_IN_BACKGROUND
$ ip netns del net0
.RE
.RS
and eth0 will appear in the default netns only after SOME_PROCESS_IN_BACKGROUND
will exit or will be killed. To prevent this the processes running in net0
should be killed before deleting the netns:
$ ip netns pids net0 | xargs kill
$ ip netns del net0
.RE
.RS 10
$ ip netns pids net0 | xargs kill
.RE
.RS 10
$ ip netns del net0
.RE
.TP
.B ip netns set NAME NETNSID - assign an id to a peer network namespace
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment