Add OpenFlow ID to ovsdb-bridge-attributes. 92/18292/7
authorAlexis de Talhouët <adetalhouet@inocybe.com>
Tue, 14 Apr 2015 20:59:07 +0000 (16:59 -0400)
committerAlexis de Talhouët <adetalhouet@inocybe.com>
Wed, 15 Apr 2015 17:25:54 +0000 (17:25 +0000)
Change-Id: I93e26ab56f2d6b543012f4a494f6bcfff5c0e156
Signed-off-by: Alexis de Talhouët <adetalhouet@inocybe.com>
southbound/southbound-api/src/main/yang/ovsdb.yang

index aab3e2b14571395c8ec75b6f77780fbcdd39eedc..9f6b96600dbae088529dcb8da0493514d9d67094 100755 (executable)
@@ -124,6 +124,10 @@ module ovsdb {
             description "The unique identifier of the bridge";
             type yang:uuid;
         }
+        leaf bridge-openflow-node-ref {
+            description "A reference to the openflow node";
+            type instance-identifier;
+        }
 
         leaf bridge-name {
             description "The name of the bridge";