- 27 May, 2015 13 commits
-
-
- refactored XosManager appropriately. Change-Id: I34c4627b5f5b55f56b46ead65e7da8b16bf07e54
Simon Hunt authored -
A cast error occurred in FlowModBuilder when the type of Criterion was OCH_SIGID. Move two convertion methods from FlowModBuilderVer13 to FlowModBuilderHelper for refactoring. Change-Id: I4634d57fc70cfb144de64d72140cbca81e060248
Sho SHIMIZU authored -
SDN-IP will bring the onos-app-config bundle for now, because we need to make sure this reads the config before SDN-IP activates. SDN-IP won't depend on proxyarp and it will be up to the user to ensure this is loaded. Change-Id: I5add6294e51ee7f41c943f7862055dc41c7629ac
Jonathan Hart authored -
Change-Id: I1e82f0ab191edc6b0f52c7d7b0307aa3d2ef9d1f Change-Id: I4c5982fe6596f716729b7885eb584a60735cd41b
Madan Jampani authored -
- 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 5 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
-