Skip to content

Commit

Permalink
shortcut commands to get a shell into the network namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
capr committed Nov 14, 2015
1 parent 4d75bca commit e47c404
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/program/lisper/dev-env/app1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ip netns exec app1 bash
1 change: 1 addition & 0 deletions src/program/lisper/dev-env/app2
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ip netns exec app2 bash
1 change: 1 addition & 0 deletions src/program/lisper/dev-env/r2
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ip netns exec r2 bash

0 comments on commit e47c404

Please sign in to comment.