commit | a689779d17eb8b298ea4b1fda2fabab069772501 | [log] [tgz] |
---|---|---|
author | tom <tom@onlab.us> | Wed Oct 08 22:21:05 2014 -0700 |
committer | tom <tom@onlab.us> | Wed Oct 08 22:21:05 2014 -0700 |
tree | 8f1069cc992237e9e04c05b3f5d76fc905079571 | |
parent | 05be0eed7d5d10881da66bcb9ad7d6a3a226b5b3 [diff] [blame] |
Added output of appId to the flow list command. Fixed defect in CoreManager - we forgot to put registered ids in our map.
diff --git a/tools/dev/bash_profile b/tools/dev/bash_profile index 6c1444f..a17ae2a 100644 --- a/tools/dev/bash_profile +++ b/tools/dev/bash_profile
@@ -33,6 +33,7 @@ alias op='onos-package' alias ot='onos-test' alias ol='onos-log' +alias ow='onos-watch' alias go='ob && ot && onos -w' alias pub='onos-push-update-bundle'