- 27 Feb, 2015 3 commits
- 26 Feb, 2015 37 commits
-
-
- Workaround fix for ONOS-1193 - If locking the whole link collection damages the performance, apply the fix suggested on GossipLinkStore comment. Change-Id: Idd4d2e5b8e3a50843fe7abd10a615cfbd9a16478
HIGUCHI Yuta authored -
- Removed synchronized block on Map updates which may result in anti-entropy AD sent to the peer containing out-of-sync update/remove, such as update and remove for the same key, but stale information will be ignored on the remote peer by timestamp if timestamps are properly generated. Change-Id: Id4f993eb44b7858d37486be0d4baaff1f9025efa
HIGUCHI Yuta authored -
* Removed HazelcastIntentStore * Moved SimpleIntentStore back to trivial bundle (and removed older version that was already in the trivial bundle) * Removed default methods from IntentStore interface ONOS-1056 Change-Id: Id5e15f44e287f51cca3e0b12a85d49cb4a07a9d3
Jonathan Hart authored -
…ining node up/down status. Initially off by default, until futher testing is done. Change-Id: I0ac8850d76af717e7804d4503bedb227d5894a0a
Madan Jampani authored -
- add/remove mousemove handler. - removed commented out test code. Change-Id: Ice47db36491d466d2d73f6cef1dfc90ff9d8b088
Simon Hunt authored -
Also reworked some logic to make delete routes work. Change-Id: I1f65279284b85144a847f1295fcbd7695cb59167
Jonathan Hart authored -
Nullable check is not needed because argument is known to be non null Change-Id: Ie3574ad9bbd1eff8a2088ac8da2804ea2f5e90a1
Ray Milkey authored -
- refactored common code from intent installer tests into a base class. Change-Id: Iab4d01531748dd014ba73cc2fbed5930d8018977
Ray Milkey authored -
(IPv6 Neighbor Discovery related flow mods). The default configuration is false (disabled). This fixes ONOS-1146 The configurable parameters are: tools/package/etc/org.onosproject.provider.host.impl.HostLocationProvider.cfg - Enable host removal on port/device down events. (NOTE: not IPv6 related, added for completeness) hostRemovalEnabled = true - Enable using IPv6 Neighbor Discovery by the Host Location Provider. ipv6NeighborDiscovery = false tools/package/etc/org.onosproject.proxyarp.ProxyArp.cfg - Enable IPv6 Neighbor Discovery. ipv6NeighborDiscovery = false NOTE: The above IPv6-related configuration has drawbacks, partially because of some PacketService-related side effects. Currently, we don't support enabling ipv6NeighborDiscovery in one of the configuration files, and disabling it in another. Enabling ipv6NeighborDiscovery in one configuration file is practically equivalent to enabling it in both places. Change-Id: Ief558697d85c8dcffc8941c575d0bf7d1397d90d
Pavlin Radoslavov authored -
Modified to not use Corsa driver by default. Change-Id: If8df5769cf084346121d34bf4490f578e6b6f2d0
alshabib authored -
currentState was poorly named, and also was hidden by a better named local variable. Change-Id: Ia61eb73890009812d63026d5811553b2ff1bd94e
Brian O'Connor authored -
…minor radio button edit. Change-Id: I52c3ef8af13a2b743cf7d71a83d42d7c9b5e5d6b
Bri Prebilic Cole authored -
(e.g., Multipoint-to-singlepoint and Singlepoint-to-multipoint) * Apply the Intent-defined traffic treatment only on the flowmods on the ingress switch with ingress inport for a flowmod. Previously, the traffic treatments were applied on each switch, and semantically it is not the correct (default) behavior. * Express the flowmods by explicitly specifying the expected inport in the matching conditions for each flowmod. Previously, the inport was not included in the matching conditions. [Merge from branch onos-1.0 - manually] Change-Id: Ic378b6e8be033a70b016f4ba5550d91fe08ddd9a
Pavlin Radoslavov authored