- 14 Jun, 2016 7 commits
-
-
The arp CLI command sends gratuitous ARPs from all hosts - this makes it easier for ONOS to discover hosts. Previously checkLog returned None, None if the log file didn't exist; now we return an empty list, to avoid breaking when we take the len() of errors or warnings (which was happening before) and to avoid having to check for None, None, which didn't seem to add a lot of value to justify its complexity. Change-Id: I84847fcf70525c82ac037d8a84cf40d21ab2a106
Bob Lantz authored
- 13 Jun, 2016 9 commits
-
-
We check for: - process exits - log ERRORs - log WARNings - low memory Also added a "status" CLI command to check for exits and errors. Change-Id: I6e65fe49619e338f1827fc616ca52a82de7ba470
Bob Lantz authored -
entries probe after device events Helpful for devices that do not provide configuration persistency, to quickly restore flow rules after a reboot or an update. Change-Id: I35dee1ff56076ddda7d22c353a01d518f2f88eed (cherry picked from commit 0969e6f2)
Carmelo Cascone authored
-
- 10 Jun, 2016 3 commits
- 09 Jun, 2016 2 commits
-
-
- Implements select group handler for vxlan tunnel based network - Implements update bucket method for select type group Change-Id: Ic58f298f9be6d5c9c8036fb521c2ffb6d0bb62ee
Kyuhwi Choi authored
- 08 Jun, 2016 16 commits
-
-
Previously, uploading invalid config results in a generic error message which makes it difficult to figure out what is wrong with the config Change-Id: I307d2fc0669679b067389c722556eef3aae098b9
Jonathan Hart authored -
Bug fix where filtering objectives are not installed due to available ports becoming enabled later. Bug fix where flow objective store had no listener for notifications from drivers across multiple instances of the controller. NPE fix in ofdpa driver for non-existing groups. Preventing ofdpa driver from sending spurious pass notification to app. Incrementing retry filter timer from 1 to 5 secs in default routing handler. Made several debug messages clearer. Change-Id: I828671ee4c8bcfe03c946d051e1d1aac9d8f68dd
Saurav Das authored -
…tor as a single value Change-Id: Ie4deac82c4e08eb7fccb12df7c2687a1adead889
David K. Bainbridge authored
- 07 Jun, 2016 3 commits
-
-
- bug introduced in ONOS-3503. - added exact equality comparison method to PortNumber - removed null PortNumber case handling test Change-Id: I6d1f191b5a64b79426de9d80cffadd6c9de96d56 (cherry picked from commit fdb82fa4)
HIGUCHI Yuta authored -
Make buck app name consistent with maven app name Change-Id: I847f1d53a1c3a884ea46adf96de6828661a791d7
Jon Hall authored
-