Skip to content

Commit

Permalink
[files]: change namespace name
Browse files Browse the repository at this point in the history
* use 'asic' as namespace prefix instead of 'namespace' in accordance
with PR sonic-net#3269

Signed-off-by: Lawrence Lee <[email protected]>
  • Loading branch information
Lawrence Lee committed Aug 2, 2019
1 parent 08af0db commit c1444e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/scripts/namespace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
NS=$1
shift

sudo ip netns exec namespace$NS $@
sudo ip netns exec asic$NS $@

0 comments on commit c1444e3

Please sign in to comment.