- 13 Feb, 2015 40 commits
-
-
assigned to instances. Also updated GossipIntentStore a little to the new API. This work is not yet complete. Change-Id: I64d1779b669de51c35da686b65006a80ac4819b0
Jonathan Hart authored -
Implementation based on Hazelcast IAtomicLong. Change-Id: I9dca40228a84fdb3edf02ffd2cc32d7d38c90378
Jonathan Hart authored -
- Catch an IntentException in InstallCoordinating and Installing - Remove FlowRuleBatchOperationConvertionException because it is unused Change-Id: I99cf07df811ba8489feb75088f83ddc4ebd93c9e
Sho SHIMIZU authored -
- Change arguments of the constructor of PathNotFoundException - Change the catched exception in Compiling.execute() Change-Id: I3b639ffd585900c2a6dd99aeeb313bf20c6104f4
Sho SHIMIZU authored -
Resolve ONOS-992 - Rename Coordinating to InstallCoordinating for naming consistency - Add Javadoc to newly added/modified classes - Rename uninstallIntent() to uninstallCoordinate() in IntentManager - Rename coordinate() to installCoordinate() in IntentManager Change-Id: I226592d96cfd8caf248addab2db0d28803c7ca12
Sho SHIMIZU authored -
Also deactivating GossipIntentStore for now. Change-Id: I9af7352c64adcf252ed01f7c32c84358146aee93
Brian O'Connor authored -
- aggregate installables into FlowRuleOperations - added some impl. to SimpleIntentStore - created Coordinating State Change-Id: I5b26ec1fdb7aaff9d5da4f21b2d5a249568ac5ac
Brian O'Connor authored -
- 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