- 14 Jun, 2016 15 commits
-
-
Bug fix when optimized SR re-routing fails, do full re-route Bug fix filtering objectives should be called for new device even if there is an existing grouphandler Bug fix NPE in ofdpa driver due to null check on the wrong variable New cli command for debugging flow-objectives for pending next-objectives Flow objective cli commands now start with "obj-" Change-Id: I819f82d1d67769cb9fbbde60f099d29b8e7f7c9e
Saurav Das authored -
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 11 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