commit | 1251e19d7a6d94e7906afe7b1838e7a27dbef3ad | [log] [tgz] |
---|---|---|
author | Hyunsun Moon <hyunsun.moon@gmail.com> | Tue Jun 07 16:57:05 2016 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Thu Jun 16 07:52:07 2016 +0000 |
tree | d3958ec3db112c5ec5b2a8d32d2d2ad11944c458 | |
parent | 0e03f59bf538fdeda3ff3b2acbbf6c72f9e9fb11 [diff] |
Refactored bridge config to take bridge description OVSDB provides lots of bridge configuration options but the exisisting bridge config implementation only allows some of them by overloading addBridge method. Also some of the bridge properties were set static and unable to configure. This patch fixes these limitations. - Added some bridge config options to the bridge description - Deprecated multiple overloaded addBridge methods - Some code clean up Change-Id: Ibc828177b210bd4b215aea0b63cc359776c13e03
ONOS is a new SDN network operating system designed for high availability, performance, scale-out.