- 13 Feb, 2015 32 commits
-
-
- use Key class rather than String for intent keys - add CLI option to specify a string key - add key field to constructors for connectivity intents - translate id into a key if no key is specified Change-Id: I69ffbad93bc3daddf06a67cb0cffa2130e781b37
Ray Milkey authored -
- Define FlowRuleBatchOperationConvertionException, which is a new IntentException sub-class Change-Id: I798303fa986f573c885b8712ac1dfee1bcaadf95
Sho SHIMIZU authored -
We are changing the write behavior to IntentStore, then calls of IntentStore.batchWrite will be replaced. Change-Id: Id9685d5631fea02f1d2ef30e12c503c7cf2c44ef
Sho SHIMIZU authored -
IntentBatchLeaderEvent IntentBatchListener IntentBatchService Change-Id: I712f0eb0b26d9bfaa820a14022c1dd30943fab27
Ray Milkey authored -
Introduced IntentData and reworked APIs Change-Id: I1fa437ceb1b72c4017ac2da1573bfbeb64c0632a
Brian O'Connor authored -
- 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 8 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
-