Add support for table offset
[ovsdb.git] / openstack / net-virt-providers / src / main / yang / netvirt-providers-impl.yang
index a784a4b6f1ab06140087ddf84af1579ff2302846..b02b37e2ad03baf4828aa6d352c0c4cd636805d4 100644 (file)
@@ -31,6 +31,7 @@ module netvirt-providers-impl {
                     }
                 }
             }
+
             container clustering-entity-ownership-service {
                 uses config:service-ref {
                     refine type {
@@ -39,6 +40,11 @@ module netvirt-providers-impl {
                     }
                 }
             }
+
+            leaf table-offset {
+                description "The table-offset is used to set the starting table for the netvirt pipeline";
+                type uint8;
+            }
         }
     }
 }