- 05 Oct, 2015 5 commits
-
-
* IntentSynchronizer can now handle any intent rather than having use case specific APIs * IntentSynchronizer does not generate or store intents anymore, it only perform synchronization * SdnIpFib generates and manages the procative route-based intents * ReactiveRoutingFib generates and manages the reactive intents * Unit tests have been tightned up to only test single components, rather than multiple components together * PeerConnectivityManager uses meaningful keys when creating intents Change-Id: I4bb036ec8d056f43ece46f7dfc71d5e5a136b77d
Jonathan Hart authored
- 02 Oct, 2015 21 commits
-
-
This is safe because getResourceCapacity(ResourceType, Link) never returns null Change-Id: Iabca2ef2dc933b4f2c0578bc4f9fb10848e1df1c
Sho SHIMIZU authored -
…n regardless of the component state Change-Id: Ia2e987c3b6d15339396737dfa68c6973d714798c
andrea authored -
moving package to API with BETA tag Change-Id: I62a611dcb67b6b4d3ee6f90ed2e963ea345b7d6e
alshabib authored -
- might be related to CORD-199 - Builder was not intended to be shared, since they are mutable - also unsubscribe from cluster communicator on deactivate() Change-Id: I0eebec1d5420277b33e2fb373119ffcb40a31c43
HIGUCHI Yuta authored
- 01 Oct, 2015 9 commits
-
-
- pulled some common code out into a method - fixed some spacing problems Change-Id: I7c4f0cc6f236e8c05188fb94df3ec9ebe70140bf
Ray Milkey authored -
…ts CLI Implementation and NewAdaptiveFlowStatsCollector update and typo - GetFlowStatistics.java .Fixed function name typo: immediateLoad() - SummaryFlowEntryWithLoad.java .Added javadoc - TypedFlowEntryWithLoad.java .Added javadoc, .and replace checknotnull and throw NullPointerException in typedPollInterval() at line 104 Change-Id: I23d2eaf234d0affeb5f927275148d9165c66c774
ssyoon90 authored
- 30 Sep, 2015 5 commits
-
-
- synchronizedMultiMaps needs to be synchronized, when iterating over it's contents. See: http://static.javadoc.io/com.google.guava/guava/18.0/com/google/common/collect/Multimaps.html#synchronizedMultimap(com.google.common.collect.Multimap) Change-Id: I398079a67e9fab58edc9d6f0295169939e640ba2
HIGUCHI Yuta authored -
Fixing the ICMP handlers in a couple of apps. Adding some sample configs. Change-Id: Id33e0effd9452558fc4d07d78b093f0818e96d23
Saurav Das authored