- 13 Feb, 2015 9 commits
-
-
- Criteria.MetadataCriterion - Criteria.IPDscpCriterion - Criteria.IPEcnCriterion - Criteria.UdpPortCriterion - Criteria.SctpPortCriterion - Criteria.IcmpTypeCriterion - Criteria.IcmpCodeCriterion - Criteria.IPv6FlowLabelCriterion - Criteria.Icmpv6TypeCriterion - Criteria.Icmpv6CodeCriterion - Criteria.IPv6NDTargetAddressCriterion - Criteria.IPv6NDLinkLayerAddressCriterion - Criteria.IPv6ExthdrFlagsCriterion - Instructions.GroupInstruction - L2ModificationInstruction.PushHeaderInstructions - L2ModificationInstruction.ModMplsLabelInstruction - L2ModificationInstruction.ModMplsTtlInstruction - L3ModificationInstruction.ModTtlInstruction Change-Id: I6c2db9103c85b06120a5e471d015f387f04c5893
Pavlin Radoslavov authored -
on external ports. This fixes ONOS-1021 Also, a minor optimization when forwarding the ARP or NDP request on external ports. Change-Id: Ic745e1af1f0a0602751977726a850f48afe84262
Pavlin Radoslavov authored -
- default showHosts to equal false. - fixed bug on link immediate restyling on theme change. Change-Id: I3fc456086cc104df456725290f285a20309cdfe8
Simon Hunt authored -
2. Misc bug fixes uncovered during testing Change-Id: I1219c5264831bcfa93565f764511f89de35a949d
Madan Jampani authored -
- reworked SvgUtilService.makeVisible() to be dual-purpose .visible(el, [b]) method. Change-Id: I8e68994627d1022066cdc9dcbed006675431d91a
Simon Hunt authored -
- enableKeys(b) added to KeyService. - minor cleanup of Veil Service. Change-Id: I640720727a3f1249d81855a61f088a7f2e9525cc
Simon Hunt authored
-
- 12 Feb, 2015 13 commits
-
-
- added type and chassis ID to table data Change-Id: I5758bfb3f9dcd659325265d734ffe9aa7ae1b0ad
Bri Prebilic Cole authored -
with first IP address from Host service This fixes ONOS-1010 Also, add protocol-related constants to class NeighborAdvertisement. Change-Id: Iacf9e48a8a03a86e1cc4e89e7e2b2b4ccc4a7e3a
Dusan Pajin authored -
Work toward ONOS-509 The following treatments are added/implemented: - IPV6_SRC - IPV6_DST - IPV6_FLABEL Also: - Renamed L3ModificationInstruction.L3SubType.IP_SRC and IP_DST to IPV4_SRC and IPV4_DST (for naming consistency). - Few minor fixes in related code: Javadocs, comments, log messages, and IP address usage. Change-Id: I551056f767a37e7cb6ae7d79f4a3929183500b57
Pavlin Radoslavov authored -
The main goal of this is to allow routing code to be used by multiple applications. Changes include: * Created an onos-app-routing bundle and moved BGP code and routing code into it. * Created an onos-app-routing-api bundle as a common API bundle between onos-app-routing and onos-app-sdnip, to prevent circular dependencies. * Moved API classes into onos-app-routing-api bundle. * Made Router and BgpSessionManager into OSGi components. This is not quite clean, because there is still a chain of start() method calls from SdnIp through to BgpSessionManager to preserve startup order. This should be revisted so components can be started using activate() * Created BgpService and RoutingService APIs to glue different components together. * Many unit test changes. A lot of the previous unit tests spanned the Router and IntentSynchronizer classes, but this is not possible any more since these classes are in different bundles. I had to rewrite some of these tests so that each unit test class only tests one real class. A nice side-effect is that the tests are now simpler because each test tests less functionality. * Removed SdnIp test seeing as it doesn't run automatically, was already broken and has been largely superseded by other unit tests and the nightly functional tests. Change-Id: I70ecf5391aa353e99e7cdcf7ed38a530c87571bb
Jonathan Hart authored
-
- 11 Feb, 2015 18 commits
-
-
- Fixed a bug in OpenFlowGroupProvider of wrong handling of pending group operations. Change-Id: I70b80629f4eed000110d242f3558abe49b6b13bc
sangho authored -
…date the table data. Query parameters were created based on colId and sort direction. Change-Id: I27bc6ebab9f8f1ba332b4480171b8afc3a4fd3c4
Bri Prebilic Cole authored -
The subsystem no longer returns futures for tracking completion of work. Notifications are explicitely returned via a call back mechanism. Also, the subsystem is now asynchronous. Change-Id: I1a4cef931c24820f9ae9ed9a5398f163f05dfbc9 more flowservice improvements Change-Id: I5c9c1b6be4b2ebfa523b64f6f52e7634b7d3e05f more flowservice impl Change-Id: I05f6774460effb53ced8c36844bcda2f8f6c096f Manager to store functional (at least i believe it) Change-Id: I09b04989bd1004c98fe0bafed4c76714b9155d53 flow subsystem functional: need to fix unit tests Change-Id: I1667f25b91320f625a03e5e1d5e92823184d9de0 flow subsystem functional Change-Id: I429b3335c16d4fc16f5d55f233dd37c4d1d6111d finished refactor of flow subsystem Change-Id: I1899abc6ff6a974a2018d936cc555049c70a6804 fix for null flow provider to use new api Change-Id: If2fd9bd5baf74d9c61c5c8085cef8bc2d204cbdc
Brian O'Connor authored -
- also implemented toggleDetails keystroke 'D'. Change-Id: I99a9ee1235c8cc1174d8c2d542e6e40b7fb6b8dc
Simon Hunt authored -
- Explicitly specify app name encoding, which will go over the wire. - Commented out unused Map for now Change-Id: I9a076a5ef452850706bf15b0730aa149b4532fbd
Yuta HIGUCHI authored -
- Removal lister will be called even if the entry was manually invalidated. Timeout handler should check for the cause. Note: In both of the cases fixed in this patch, Future should silently ignore setException, external behavior-wise no change by this patch. Change-Id: Id46f23c9ff8dfa607874cfd94807000f03a95b31
Yuta HIGUCHI authored -
* IntentSynchronizer implements a more generalized FibListener interface * Updates to the FIB are signalled with FibUpdate to any FibListeners * generateRouteIntent logic has been pushed down into the IntentSynchronizer Change-Id: I6f0ccfd52ee4e16ce9974af5ee549d4ede6c2d0e
Jonathan Hart authored -
Change-Id: I51b2d954b7a8ff2c51c425d9a8125937d4eaa6b0 Change-Id: Ib27799d4eb60fc4bfaa8d2f21a904365ff5437eb Change-Id: I95c937600ceb8f282a482280217671c471f40b9c
Madan Jampani authored -
…pe because GROUP_STATS are also published now. Change-Id: I3b61fcc4b59f1b47b11debdb1863d87d36db7744
sangho authored