- 27 May, 2015 18 commits
-
-
…recent refactor. (175e8fde) Change-Id: I4a4cb097ba7aa23dd00ebe59e8ebbbff68630dae
Thomas Vachuska authored -
- 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