- 01 Feb, 2016 16 commits
-
-
CpqdOFDPA2 doesn't need the extension selector for VLAN matching in bridging table Implement its own processEthDstSpecific instead of using the one inherited from OFDPA Change-Id: I0dae1e2ccdc062182f3f373bbd8669b3418cd7c1
Charles Chan authored -
Opened up DefaultDriverHandler to accept arbitrary DriverData. Added clarifying documentation to DriverData. Change-Id: Ic96251703bf0461caef4f3950658e2073d889653
Thomas Vachuska authored -
-c option now returns term and term start time. -j option returns all info (including candidates) -fixes the NPE identified in ONOS-3846 Change-Id: Ifbbd1aab92df78113f5abab09d360cee7f43c2d0
Madan Jampani authored -
…nd MPLS labels simultaneously, we cannot emulate correct behavior in the same driver. This checkin separates the emulation, with one driver meant for MPLS with untagged packets, and the other meant for untagged/tagged VLAN packets without MPLS. Change-Id: Ia6112f4d26c7b32c93e1db2e9b1ae4673c553d87
Saurav Das authored -
- events now have old and new values - simplify implementation by using map.replace for compareAndSet - Removed option for disabling it from builder. Will make it a system wide option in a subsequent update Change-Id: I7c1424f8671c0e54688172c273b9262f305b0920
Madan Jampani authored
- 31 Jan, 2016 5 commits
-
-
- Now tracking leader and candidates for a topic using a single map. - Using term numbers that are incremented by one every time a new leader is elected. - Introduced a separate LeadershipStore to conform to the manager-store pattern Change-Id: I1d03a6c5e8ff0e68ef0c1e3a6c2d425c4856e470
Madan Jampani authored
- 30 Jan, 2016 5 commits
-
-
Same resources are not allowed for a parent and Set is more suitable than Collection Change-Id: Ib45179819d81376678bf8949864b12b5bd721085
Sho SHIMIZU authored
- 29 Jan, 2016 14 commits
-
-
Stage 1: (this commit) Add a component config purgeOnDisconnection, which is false by default. When set to true, GroupManager and FlowManager will purge groups/flows associated with a device when the device goes offline. Stage 2: (upcoming commit) Enable these configs in SegmentRoutingManager Clean up group related information in SegmentRountingManager Change-Id: I46d047d690d4641e030f6cdd084ce16ac02d8919
Charles Chan authored -
- Remove the word "path" as no ResourcePath anymore - Write conditions that a method throws an exception Change-Id: Ie2f2e1cfd1c6c68051e6700ef4308363a71d9453
Sho SHIMIZU authored -
Will emit a RULE_UPDATE event if the state is changed. Update unit test accordingly. Change-Id: Ie84778c62f52f15b7636d41db246814145e73f77
Charles Chan authored -
With this commit, we can substitute the copyright year during archetype generation phase, so that we do not need to manually input the copyright year. Change-Id: I3c0e4cdc69a3fad7a90335332d5489604107b892
Jian Li authored -
- added size() function to radio button sets - removed noisy warning (panel resize when contents not defined) Change-Id: Id39cffe5c6c9f608b9d9af672b1535610a97f0fc
Simon Hunt authored