- 27 May, 2015 2 commits
-
-
- added some unit tests for UrlFilterFunction. Change-Id: Ic241818e260b84541665031e659c87f61f8899cf
Simon Hunt authored
- 26 May, 2015 1 commit
- 22 May, 2015 21 commits
-
-
… bundles user is subscribed to. WIP. Change-Id: Iedc42682ea7d939a540a1c60ef1b61e26dab8fca
Bri Prebilic Cole authored -
…t to monitor any errors Change-Id: Ic710a756b7fec411a52a356409639c3f96c3129d
Srikanth Vavilapalli authored -
adding ability to intercept messages at the switch driver for modification before being sent down. Reference: ONOS-1980 Change-Id: I405b89a0fc3844555c9efa0cd9fc887a90d00280
Ayaka Koshibe authored -
Following is the main idea of this approach. An UnsupportedOperationException indicates that: 1. The OF version is not supported (other than OF10 and OF13) 2. The flow contains unsupported match field (e.g. install ICMPv6 match to an OF10 switch) I believe retrying are not going to help in both cases. Therefore, I directly change the flow state into FAILED. In case 2, if the switch is reconnected/reconfigured with correct OF version, the flow will be reinstalled to the switch correctly. Change-Id: I954f3597a77934e46695b82a6d17363d41636ebe
Charles M.C. Chan authored -
… to capture the parameter state per user. Change-Id: I678249f63a68172db66a5d3faa0b1747c670bf6e
Simon Hunt authored -
Also, fixed onos-upload-bits script to upload rc's to nightly/ Change-Id: I9bb8fe685492e23c740796879f0b66c307e26e56
Brian O'Connor authored
- 21 May, 2015 16 commits
-
-
…es page to use the new JSON format. WIP. Change-Id: I8d6b8c5c5d3de0a23d9cb7e2ccf7529bb27de299
Bri Prebilic Cole authored -
- Prevents tunnel delete from removing groups used for default flows - Removes SegmentRoutingManager reference from Tunnel and Policy class - Adds some error checks such as duplicates tunnel IDs or duplicate polices Change-Id: I0e7d5e2eff0aea6dad13137a872fee58e083b11c
sangho authored -
- Added comments and updated counters command display. - Modified Json output for counters command. - Fixed indentation and wrapped long code lines Change-Id: I4ccc7f67071ea587ee0b12e2f59582f5e5ca760f Change-Id: Id6cdeda344dd429e3a9f9ab7f027b45e7d6f293a Change-Id: I6b90a868cedfa405f8deabb1cee6988ba6c1f96e Change-Id: I93710bd69e266779220c5d1a240e6a06090da55c
Kaouther Abrougui authored -
MessagingService::sendAsync now returns a CompletableFuture<Void> in place of boolean Change-Id: I98134c4c0ea65b9c7e9ba705eebd1669067324ef
Madan Jampani authored -
Breaking apart resource package into {device, link, label} Refactored cluster serializers so they are visible Change-Id: I71051bcd5e790ae6abeb154bf58286e584c32858
Brian O'Connor authored -
- deleted obsolete classes. Change-Id: Ied2dbc36c0c74894789e2aba6ddddd29c2e90b49
Simon Hunt authored -
git clone https://gerrit.onosproject.org/onos-app-samples Change-Id: I786fb5795d732b4bea53f50cfe1d137c2df262b8
Brian O'Connor authored
-