- 19 Feb, 2015 30 commits
-
-
…ll command to kill all monitors. Change-Id: Id76b13f801aae0d9878baa265601717ef20613c8
Thomas Vachuska authored -
packet options. Fixes ONOS-1011 Change-Id: I94daa3f3c1297fb9a7b44901927738a29aff030a
Pavlin Radoslavov authored -
partition choice was sometimes negative Change-Id: I97354360bebe6f8981f926f15661005adf7482c0
Brian O'Connor authored -
Plus added some package-info.java files. Change-Id: I0b68a7f4cea7a5f089b37b1a1c016d1c3b7a8702
Jonathan Hart authored -
Problem is due to two packet requests from different services for the same selector resulting in the same flow rule. Since these rules where the same, only one ended up on the data plane, but sadly only the first request made it into the flow service meaning that in cases where what was in the flow service does not match what is on the dataplane resulting in a PENDING_ADD situation. Change-Id: I4c03e753be6e198e04f0b5263a2aa8cf2edc51e1
alshabib authored -
- Will log warnings if no toolbar id is given, there are no tools, and if the tool's ids are duplicated - creates toolbar div and calls add button functions based on tool input - Created skeleton dispatchers to ButtonService - Wrote unit tests for current ToolbarService Change-Id: I3d05158c5ce132cb94d465674949ade81ed12664
Bri Prebilic Cole authored
- 18 Feb, 2015 10 commits
-
-
Added BGP tunnelling and received routes. Added pushing groups and can now ping through the router. Change-Id: I21a265bd72e40fc430bd392201fadccbdd67be94
Jonathan Hart authored -
Added a number of app.xml files for built-in apps. Added ability to install & activate in one command. Change-Id: I3fa5fa487ef76d9fe3da4d6dce8045d538cba423
Thomas Vachuska authored -
Resolve ONOS-1051 - Create package "phase" under intent.impl - Rename IntentUpdate and CompletedIntentUpdate - IntentUpdate -> IntentProcessPhase - CompletedIntentUpdate -> FinalIntentProcessPhase - Loosen method/field visibility as short term hack Change-Id: Idc0fd9a74aadd227d62006d00fee473c63b1fc05
Sho SHIMIZU authored -
…hierarchical thread groups. Change-Id: Iaab3251c13e14b73c54a8edc945f5aa476a7ca54
Thomas Vachuska authored -
This allows the configuration to be used from multiple applications. * The class that reads the configuration file is now a service so that config can be consumed by components in other bundles. * Name of config reader classes has been generalized to RoutingConfigService * All config has been added to RoutingConfigService, instead of having two service interfaces like we did previously Change-Id: Iaec9daf0f5b72abe2d6709fb75188d6d81947478
Jonathan Hart authored
-