- 19 Feb, 2015 11 commits
-
-
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 23 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 -
We can't use both setInstructions and setActions, because the actions get overwritten by the call to setInstructions. Fixes ONOS-1113. Change-Id: Id8bb1afd3da91966ce1345c6a1927f8fde5de3f4
Jonathan Hart authored -
… as one more parameter in constraints. Added exception catch for parsing parameters. Fixed Jenkins checking errors. Use intent key and 2way intent P2P setup. Change-Id: Ib2bd25deb793b2a34179cbf8794ca5aa3e427f91
Hongtao Yin authored -
- Delete obsolete TODO comment - Write Javadoc for IntentUpdate subclasses which have no Javadoc Change-Id: I2b233fa9741733fd3642bbbe639990b1ce0b7405
Sho SHIMIZU authored -
Also, demoting some log levels Change-Id: I4c7e85bc2bc06e08fe62819d4f66ec8111050a07
Brian O'Connor authored -
Also sorted output of leaders command by leader IP. Change-Id: Ie85896a4f6f50489ebd7994c905808ce34fca94c
Jonathan Hart authored -
…ks of code that can be committed atomically. Change-Id: I6ba21050a2644a42f3c073fa04ff776ef2c5ff4c
Madan Jampani authored
-
- 17 Feb, 2015 6 commits
-
-
Change-Id: Ib977f4cf9a59ddec360072891fd803c6f9ee84f1 Injecting optical device annotations and ports works for multi-instance (ONOS-870). Change-Id: Icdde16ef72fc4e47eec7213250b04902083f0537
Marc De Leenheer authored -
… and sortable-header directives. Change-Id: Iccf9348a4697f494a4234b024781fede0719491d
Bri Prebilic Cole authored -
- Use subtype() instead of type() inside method ModMplsLabelInstruction.toString() - Check whether the MPLS value is negative inside the MplsLabel() constructor. Change-Id: I770194774219f0c919474928803e078226f2005d
Pavlin Radoslavov authored
-