- 25 Sep, 2015 1 commit
- 24 Sep, 2015 10 commits
-
-
Also don't compile all failed on any Host event. Intents that care about hosts should have that host tracked and react to changes in that host only. ONOS-2978 Change-Id: I1f6b2b2fa31987cffff0f9a7a9aa0191dc1edbcf
Jonathan Hart authored -
- break up multi compilation unit class - improve exception handling - start on general clean up Change-Id: Ic0b4e19a25c2fc1d64c73bfc4273c82cbcaf5d45
Ray Milkey authored -
- added uitab overlay archetype. - renamed stuff so ui apps can coexist. - WIP ... custom view source needs to be pared down. Change-Id: I196e10d69ddc231eb0bc9cc5923f29872035b4fd
Simon Hunt authored -
This will be used by publishers to advertise multicast information and by consumers to realise it on the dataplane. This is currently an app but it may be moved to incubation. Change-Id: I6e350989207ce2207bf70da22ca15c8237b1d240
alshabib authored
- 23 Sep, 2015 20 commits
-
-
… 'redundant' packet requests due to different order of criteria serialization. Change-Id: Ice8a0fea11b993fd4fc50b8093e02203fd76c772
Thomas Vachuska authored -
Change-Id: Ie7187716db36b754e4cd687a8f9de004e27c7825 adding mfwd, pim, igmp apps Change-Id: Iddd2dcee24dc905d5ff0efe1d1d798fc83a7c736
alshabib authored -
- NewAdaptiveFlowStatsCollector.java .Bug fix to initialize callCountCalAndShortFlowsTask value .Added flowMissingXid variable to identify individual StatsRequest or match all StatsRequest message or not - DefaultTypedFlowEntry.java, TypedStoredFlowEntry.java .Added javadoc for class - OpenFlowRuleProvider.java .Line 2: 2014 -> 2015 .Added adaptiveFlowSampling boolean property with default .Added call providerService.pushFlowMetricsWithoutFlowMissing in case of individual StatsRequest - FlowRuleProviderService.java .Added pushFlowMetricsWithoutFlowMissing() function - FlowRuleManager.java .Added pushFlowMetricsWithoutFlowMissing() implementation - OpenFlowControllerImpl.java .Bug fix to unchange the StatsRequest Xid value in case of StatsReply Flow message type Change-Id: Id4dc4a164da654af7b6dfb090af7336e748ef118
ssyoon90 authored -
the value is empty, should return a 404 error Change-Id: I939191d44387cb3160b1cb325b7fb261dd916a9b
lishuai authored
- 22 Sep, 2015 9 commits
-
-
Also, cleaning up OFController config Change-Id: I5f1fe159a6c59d3bea99bd89303f2afc4cf269b6
Brian O'Connor authored -
- to TopologyStores - to TopologyServices - to PathServices - to REST API Change-Id: Ib2b5840df0f8e94f327ec8f91827d3d850634562 Change-Id: I03e59210e9c79c4f92dcfa8c7983642572708429 Change-Id: Ia5c17d1ded374ef688990bd30e7f99184aaca95b Change-Id: Ibebae50bc722701e8212263587727ad8abd79805
Nikhil Cheerla authored -
Depending on the order that the application calls the builder methods, there may not be any selector, priority, etc. added at the time fromApp() is called. This means there's no entropy to the hash function so all flows end up with the same flow ID. Change-Id: I9badedc343fdf6f3ee7f73547955cd84302d9226
Jonathan Hart authored