- 27 Sep, 2016 2 commits
-
-
topo and topo2 instance panel css seperated Change-Id: I4460471d424100f942cc6f19c964437b649d01b2
Steven Burrows authored
- 26 Sep, 2016 4 commits
-
-
Removed Weight from the Node Models Removed console.log Added new device and region icons Change-Id: I3203bd5a3acf371088af0a71fc40b182c95e0b7b
Steven Burrows authored -
Change-Id: Ia7a56644ad55c458ef17f31b2cf7ec9b9210dd06 (cherry picked from commit 726839c5)
Jayasree Ghosh authored -
Change-Id: I625640fba84bd2fabd140d6449cdceb0079ad3f4 (cherry picked from commit f5c17fd7)
Jayasree Ghosh authored
-
- 23 Sep, 2016 9 commits
-
-
Also fixed HostLocationProvider to not learn hosts with broadcast addresses. ONOS-5317. Change-Id: Ie94032cca6e488960d7181839882db55dd2da743 (cherry picked from commit 338991e5)
Jonathan Hart authored -
This could further cause NPE somewhere else where a default value is expected Change-Id: I71c8f87b5e25b6e5445e03527ee82d84ff05086c
Charles Chan authored
- 22 Sep, 2016 2 commits
-
-
OFDPA_MPLS_TYPE experimenter OXM is introduced in 0.9.6.onos Change-Id: I4acbc98d80cc418b12006059618dcad9311cd277
Charles Chan authored -
Added Map Background Prevent click on node drag event Change-Id: Ibb13085e3aa51eae49a2017251486f00d52f6265
Steven Burrows authored
-
- 21 Sep, 2016 19 commits
-
-
The GroupStore exposes purgeGroupEntry, which purges from the store by a specific device. Add purgeGroupEntries, to purge entries from all devices from the GroupStore, and expose purgeGroupEntries to allow applications to purge all group entries from the GroupStore without specifying a device. Change-Id: I735f011a1fbbfa3ce8f1dd57a591a81c4377b012
Victor Silva authored -
Added common constants to AbstractCellFormatter. Change-Id: I02081506c705e15dedb56e9895106b52e2c0aa7c
Simon Hunt authored -
Added common constants to AbstractCellFormatter. Change-Id: Ie20ea62f059646e7d6c7f3660dd60a60c40532fe
Simon Hunt authored -
Promoted Glyphs inner class to GlyphConstants. Change-Id: Ib12a4556a75d98edb3544b9ae45605fab554fdcf
Simon Hunt authored -
- Consolidate JSON object key constants on Config class Change-Id: I7f3b74dd171d1589e259f4b6d3371509359c757d
Yuta HIGUCHI authored -
useRegionForBalance roles has been available for a while but seems to only be accessed directly (it's a public field). It'd be useful to be able to change that using the CLI. Change-Id: If8c6dfbb300513e4d8dc0ba3d0d8f6ce9eac036a
Victor Silva authored
- 20 Sep, 2016 4 commits
-
-
Changes: - Discards Link events if one of the switch is down; - Triggers the paths optimization after device-down event; Change-Id: I4114f2450401e0d1ff5658d592daf319d977f20e
Pier Ventre authored -
Description for REGION_REMOVED and REGION_UPDATED were mistakenly switched. Change-Id: I7b4dcb19980c47f544693d207ea12cf6ffd75e42
Victor Silva authored -
Use outputPorts.keys() might generate duplicate flow rules. Use keySet() can fix this problem. Change-Id: I8c1c47ccb8835c174b639cf4a5e94c1c1b36484d
Yi Tseng authored -
Call modified() to grab configuration, if it exists. Current behavior is to ignore previous cfg files and only really change the property after configuration events. Co-Authored-By: Thiago Sousa Santos <thiago@waltznetworks.com> Change-Id: I48408cc77a296f4ed47a026856ca41458c9c62b7
Victor Silva authored
-