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 #3269

Signed-off-by: Lawrence Lee <t-lale@microsoft.com>
(cherry picked from commit c1444e3)
  • Loading branch information
Lawrence Lee authored and SuvarnaMeenakshi committed Dec 12, 2019
1 parent f3c48d6 commit d5c4a0d
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 d5c4a0d

Please sign in to comment.