- 24 Sep, 2015 3 commits
-
-
- 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 13 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 -
o usage functions as precursor to more documentable scripts o `onos-start-network` takes mininet script as parameter o alias `tail -r` to `tac` for OS X Change-Id: I88e0fd16ca4b406f4250be88b275eda4d720b5d5
Ayaka Koshibe authored -
o Topology.json matches what the network configuration system expects. New method for converting opticalJSON added to add layer of indirection to (hopefully) make changes easier in the future if syntax changes for any files. o onos-topo-cfg takes a third argument for REST uri path. This is for backwards compatibility, and can hopefully be removed when everything is ported away from using the ConfigProvider. Change-Id: I56a117f33194dd420ea4970cd612c980b5c020b9
Ayaka Koshibe authored -
- Added ability to replace IPs for existing hosts to HostProviderService - Moved createOrUpdateHost to use compute() (rather than get/set) in HostStore Change-Id: I8ac035d010ae65f23158d2237f9fc97c8f811dd4
Brian O'Connor authored
- 21 Sep, 2015 4 commits
-
-
PIMHelloOption class. Also fixed a typo for pim regsiter stop message type. Change-Id: Iff06ce7d2746ebc34811205f4c4a4d4784e2740c
Rusty Eddy authored -
This has been superseded by the InterfaceService. Change-Id: I8aae4cfe00752a84e545a1030c199aea8b59da38
Jonathan Hart authored
-