NXM_NX_NSI openflow extended match support.
[ovsdb.git] / of-extension / nx-sal / src / main / yang / ovs-nx-sal-match.yang
index 7ed8d5dae0b63532a2e69c9983f78bb2b69b65cd..c24d273fba6d4594c5876fc1c0f98a16a6de7e5c 100644 (file)
@@ -26,6 +26,10 @@ module ovs-nx-sal-match {
         base ext-gen:extension-key;
     }
 
+    identity nxm-nx-nsi-key {
+        base ext-gen:extension-key;
+    }
+
     grouping nxm-nx-nsp-grouping {
         container nxm-nx-nsp {
             leaf value {
@@ -34,8 +38,17 @@ module ovs-nx-sal-match {
         }
     }
 
+    grouping nxm-nx-nsi-grouping {
+        container nxm-nx-nsi {
+            leaf nsi {
+                type uint8;
+            }
+        }
+    }
+
     grouping all-matches-grouping {
         uses nxm-nx-nsp-grouping;
+        uses nxm-nx-nsi-grouping;
     }
 
     // MATCH augmentations