X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=openflowjava.git;a=blobdiff_plain;f=openflow-protocol-api%2Fsrc%2Fmain%2Fyang%2Fopenflow-extensible-match.yang;fp=openflow-protocol-api%2Fsrc%2Fmain%2Fyang%2Fopenflow-extensible-match.yang;h=e265eb0991ae43b4b7d90fc9f7b832fa60a99c51;hp=ff3960aa3d0de39285527dc48e973c5433029465;hb=138faab735adbfe386941d9302853dd6b20c31be;hpb=4892efadc4ef9a61831828bddfe0e939b4334779 diff --git a/openflow-protocol-api/src/main/yang/openflow-extensible-match.yang b/openflow-protocol-api/src/main/yang/openflow-extensible-match.yang index ff3960aa..e265eb09 100644 --- a/openflow-protocol-api/src/main/yang/openflow-extensible-match.yang +++ b/openflow-protocol-api/src/main/yang/openflow-extensible-match.yang @@ -26,27 +26,27 @@ } // 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 @@ -236,7 +236,7 @@ config false; leaf oxm-class { type identityref { - base clazz; + base oxm-class-base; } } leaf oxm-match-field {