Default experimenters moved to separate bundle + unit tests
[openflowjava.git] / openflow-protocol-api / src / main / yang / openflow-extensible-match.yang
index 92b94e7ac1fb581b8350d5f7f4792c0a260b2ba6..ff3960aa3d0de39285527dc48e973c5433029465 100644 (file)
             base match-field;
             description "OXM field for IPv6 Extension Header pseudo-field";
         }
-
+        identity tcp_flag {
+            base match-field;
+            description "NXM field for NXM_NX_TCP_FLAGS";
+        }
+        identity tunnel_ipv4_dst {
+            base match-field;
+            description "NXM field for NXM_NX_TUN_IPV4_DST";
+        }
+        identity tunnel_ipv4_src {
+            base match-field;
+            description "NXM field for NXM_NX_TUN_IPV4_SRC";
+        }
         container oxm-container {
             uses oxm-fields-grouping;
         }