commit | 9a426f8ade54ce24f51b867ea91eb10557ceafce | [log] [tgz] |
---|---|---|
author | Jonathan Hart <jono@onlab.us> | Thu Sep 03 15:43:13 2015 +0200 |
committer | Gerrit Code Review <gerrit@onlab.us> | Mon Oct 05 16:06:56 2015 +0000 |
tree | 540fa644191c5efc0df43a8f12724fb6773d712b | |
parent | 6a4cd00be9d5ad70140fb6ddbd9bea51b00e4a14 [diff] |
Generalize IntentSynchronizer and separate reactive routing code * 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
ONOS is a new SDN network operating system designed for high availability, performance, scale-out.