X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=inline;f=openflow-protocol-api%2Fsrc%2Fmain%2Fyang%2Fopenflow-extensible-match.yang;h=e1f5514faf74c001962da2aa9856061a62fc3a53;hb=07de1ed897da9d7dc70c6d550f38c59339ed751e;hp=e265eb0991ae43b4b7d90fc9f7b832fa60a99c51;hpb=519a86d1ddcfb8f0fe264174e62e5424e1efba1f;p=openflowjava.git 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 e265eb09..e1f5514f 100644 --- a/openflow-protocol-api/src/main/yang/openflow-extensible-match.yang +++ b/openflow-protocol-api/src/main/yang/openflow-extensible-match.yang @@ -5,7 +5,7 @@ * terms of the Eclipse Public License v1.0 which accompanies this distribution, * and is available at http://www.eclipse.org/legal/epl-v10.html */ - + module openflow-extensible-match { namespace "urn:opendaylight:openflow:oxm"; prefix "oxm"; @@ -19,12 +19,12 @@ } identity oxm-match-type { - description + description "The OpenFlow Extensible Match type must be supported by all OpenFlow switches."; base oft:match-type-base; } - + // oxm classes identity oxm-class-base { description "Base identity for OXM classes"; @@ -43,7 +43,7 @@ base oxm-class-base; } identity experimenter-class { - description + description "Marks Experimenter match type class. All experimenter match classes MUST use this class as a base."; base oxm-class-base; @@ -229,7 +229,7 @@ container oxm-container { uses oxm-fields-grouping; } - + grouping oxm-fields-grouping { list match-entries { description "OXM TLV-structures (Type Length Value)"; @@ -246,7 +246,7 @@ } leaf has-mask { type boolean; - } + } } } @@ -330,5 +330,5 @@ } } } - + } \ No newline at end of file