X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openflow-protocol-api%2Fsrc%2Fmain%2Fyang%2Fopenflow-types.yang;h=1a0240896d57b0c12e9311a601fffb2a86c679d7;hb=519a86d1ddcfb8f0fe264174e62e5424e1efba1f;hp=48fd179c2bb22c33359d87d41b9594c2abe4d90b;hpb=d85c80c60aedb20c472dda502e8ffcaa6a5669d0;p=openflowjava.git diff --git a/openflow-protocol-api/src/main/yang/openflow-types.yang b/openflow-protocol-api/src/main/yang/openflow-types.yang index 48fd179c..1a024089 100644 --- a/openflow-protocol-api/src/main/yang/openflow-types.yang +++ b/openflow-protocol-api/src/main/yang/openflow-types.yang @@ -198,11 +198,11 @@ base oft:match-type-base; } - identity instruction { + identity instruction-base { description "Base identity for instruction types"; } - identity action { + identity action-base { description "Base identity for action types"; } @@ -226,7 +226,13 @@ typedef ether-type { type uint16; } - + typedef experimenter-id { + description "This type represents experimenter ID used in experimenter messages. + It also represents vendor ID - as it is the same for OF version 1.3+. + (VENDOR naming convention has been changed in OF v1.3 specification + to EXPERIMENTER)"; + type uint32; + } typedef error-type { type enumeration { enum HELLO_FAILED { @@ -1645,7 +1651,7 @@ position 0; } bit no-stp { - description" Disable 802.1D spanning tree on port."; + description "Disable 802.1D spanning tree on port."; position 1; } bit no-recv {