Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/openmul/openmul
Browse files Browse the repository at this point in the history
  • Loading branch information
dipjyoti committed Feb 25, 2015
2 parents 2767263 + 316fb54 commit 15b6bce
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion mul.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ case "$1" in
pushd $curr_dir/application/cli/ >> /dev/null
sudo ./mulcli -V 10000 -d
popd >> /dev/null
source pythonpath.sh
pushd $curr_dir/application/nbapi/py-tornado/ >> /dev/null
sudo PYTHONPATH=$PYTHONPATH ./mulnbapi start > /dev/null 2>&1
popd >> /dev/null
echo "OpenMUL l2switch mode is running.."
;;
"fabric")
Expand All @@ -99,7 +103,10 @@ case "$1" in
pushd $curr_dir/application/cli/ >> /dev/null
sudo ./mulcli -V 10000 -d
popd >> /dev/null

source pythonpath.sh
pushd $curr_dir/application/nbapi/py-tornado/ >> /dev/null
sudo PYTHONPATH=$PYTHONPATH ./mulnbapi start > /dev/null 2>&1
popd >> /dev/null
echo "OpenMUL fabric mode is running.."
;;
"prism")
Expand Down

0 comments on commit 15b6bce

Please sign in to comment.