Committed by
Gerrit Code Review
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
Showing
14 changed files
with
626 additions
and
224 deletions
protocols/ovsdb/api/src/main/java/org/onosproject/ovsdb/controller/OvsdbBridgeName.java
deleted
100644 → 0
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment