Renamed base identity for match oxm_classes
[openflowjava.git] / openflow-protocol-api / src / main / yang / openflow-extensible-match.yang
index ff3960aa3d0de39285527dc48e973c5433029465..e265eb0991ae43b4b7d90fc9f7b832fa60a99c51 100644 (file)
     }
     
     // oxm classes
-        identity clazz {
+        identity oxm-class-base {
             description "Base identity for OXM classes";
         }
 
         identity nxm-0-class {
             description "Match class for backward compatibility with NXM";
-            base clazz;
+            base oxm-class-base;
         }
         identity nxm-1-class {
             description "Match class for backward compatibility with NXM";
-            base clazz;
+            base oxm-class-base;
         }
         identity openflow-basic-class {
             description "Basic class for OpenFlow";
-            base clazz;
+            base oxm-class-base;
         }
         identity experimenter-class {
             description 
                 "Marks Experimenter match type class.
                 All experimenter match classes MUST use this class as a base.";
-            base clazz;
+            base oxm-class-base;
         }
 
     // field types
                 config false;
                 leaf oxm-class {
                     type identityref {
-                        base clazz;
+                        base oxm-class-base;
                     }
                 }
                 leaf oxm-match-field {