commit | cf7e3b5459075f2af091435ed9f990165854092b | [log] [tgz] |
---|---|---|
author | Simon Hunt <simon@onlab.us> | Mon Feb 29 23:26:16 2016 -0800 |
committer | Thomas Vachuska <tom@onlab.us> | Tue Mar 01 01:22:36 2016 -0800 |
tree | 3e271384494da12763eff1e16028580da7a47fd2 | |
parent | 0505f1df8d27cd095a0d0c03f95e4d2b70639c03 [diff] |
GUI -- UK TOPO -- clean up order of links added - add alias. Change-Id: Ic9902054505fdacff727b3d73a77bb628ca1a49e GUI topo - added alias for uk geo information. Change-Id: Ic32a74c086fe6c789c18b3e8e22cb87e0a30b783
diff --git a/tools/dev/bash_profile b/tools/dev/bash_profile index 9492f58..98a7b74 100644 --- a/tools/dev/bash_profile +++ b/tools/dev/bash_profile
@@ -194,3 +194,6 @@ # Load AT&T MPLS topo GEO data alias atttopo='onos-netcfg $OCI $ONOS_ROOT/tools/test/topos/attmpls-cfg.json' + +# Load UK topo GEO data +alias uktopo='onos-netcfg $OCI $ONOS_ROOT/tools/test/topos/uk-cfg.json'