Bug 7757 -Removing qos deprecations in carbon
[ovsdb.git] / southbound / southbound-api / src / main / yang / ovsdb.yang
index 2e1694c94810e1f83b389c9ca7fe87726e7bd4cc..0cfd6ff885c9d5166e84aa428fab63aeea18a24b 100755 (executable)
@@ -167,6 +167,21 @@ module ovsdb {
             leaf is-connected {
                 type boolean;
             }
+            leaf max_backoff {
+                description
+                    "Maximum  number  of  milliseconds  to  wait between
+                connection attempts";
+                type uint32 {
+                    range "1000..max";
+                }
+            }
+            leaf inactivity_probe {
+                description
+                    "Maximum number of milliseconds of idle time on connection
+                to controller before sending an inactivity probe message.
+                A value of 0 disables inactivity probes.";
+                type uint32;
+            }
 
         }
 
@@ -536,11 +551,6 @@ module ovsdb {
                     type ovsdb-queue-ref;
                 }
 
-                leaf queue-uuid {
-                    description "The unique identifier of the queue record.";
-                    type yang:uuid;
-                    status deprecated;
-                }
             }
             list qos-external-ids {
                 key "qos-external-id-key";
@@ -1288,12 +1298,6 @@ module ovsdb {
             }
         }
 
-        leaf qos {
-            description "The unique identifier of the QoS entry for this port.";
-            status deprecated;
-            type yang:uuid;
-        }
-
         list qos-entry {
             key "qos-key";
             max-elements 1;