- 01 Feb, 2016 8 commits
-
-
…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 20 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 -
- Implement REST API for gathering system metrics - Add unit test for REST API - Add swagger doc for REST API Change-Id: Iedd21a5f6ed14d595e4d35c1fa08270b48a5031e
Jian Li authored -
Existing implementation only monitors OpenFlow messages. This commit augments the metrics model in a way to monitor more number of control metrics including - CPU Load, total CPU time, sys CPU time, user CPU time, etc. - Used memory percentage, free memory percentage - Disk read/write bytes - Network incoming/outgoing bytes/packets Change-Id: I9e8eee163c3033132eb202f3c75bad246c87f133
Jian Li authored -
(also add linkupdate scenario). Change-Id: Ic0f6753745e43c5fc76a6cb180a0c8a66178c657
Simon Hunt authored
- 28 Jan, 2016 2 commits