- 18 Oct, 2014 1 commit
- 17 Oct, 2014 34 commits
-
-
Jonathan Hart authored
-
Jonathan Hart authored
-
When multiple provider register Links (e.g., LLDP, Config), and one of the provider remove a Link, all the Links sharering the same ConnectionPoint will be removed. Change-Id: I8e607edd3eeabd849ff8ec9d92367019a42892ac
Yuta HIGUCHI authored -
Jonathan Hart authored
-
Jonathan Hart authored
-
Jonathan Hart authored
-
Madan Jampani authored
-
Madan Jampani authored
-
Jonathan Hart authored
-
Conflicts: core/store/hz/net/src/main/java/org/onlab/onos/store/device/impl/DistributedDeviceStore.java core/store/hz/net/src/test/java/org/onlab/onos/store/device/impl/DistributedDeviceStoreTest.java features/features.xml tools/test/cells/office Change-Id: I08e6d7c6a0bdaae072dd50ff7ac36d94f16d77e1
alshabib authored -
but with several differences: * Default ONOS_ROOT value is $HOME/onos instead of $HOME/onos-next * Convenience utility functions and aliases are not included * $MAVEN/bin is not included in the executable path * The 'cell' funcion from BASH is renamed to 'onos-setup-cell' Also, 'onos-setup-cell' always requires an argument: the cell name Displaying the current cell setup can be done by the 'onos-show-cell' script
Pavlin Radoslavov authored -
- add a mechanism to print the usage. - If the target is "--cell", the service command is executed on each node in the current ONOS cell. Usage: onos-service <TARGET> [COMMAND] onos-service [-h | --help] Options: TARGET The target of the command COMMAND The command to execute. Default value is 'status' [-h | --help] Print this help TARGET: <hostname | --cell> hostname Execute on the specified host name --cell Execute on the current ONOS cell COMMAND: [start|stop|restart|status]
Pavlin Radoslavov authored
- 16 Oct, 2014 5 commits
-
-
Unit tests for HostToHost and MultiPointToSinglePoint intents and intent compilers. Made Intent classes final to make them immutable.
Ray Milkey authored -
Jonathan Hart authored
-
Thomas Vachuska authored
-
Thomas Vachuska authored
-
Toshio Koide authored
-