X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openflow-protocol-api%2Fsrc%2Fmain%2Fyang%2Fopenflow-types.yang;h=6d7bf2fb4c94cf48a73a3c339afc4ff1677810cf;hb=df99e165d75ba6d890c31690172f249fa7b519e7;hp=e00b8277bd9770d0eb4fcdb87151b49c5e9f01f8;hpb=7ec08418c1c54142deaa0d3a15726447f86c36a0;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 e00b8277..6d7bf2fb 100644 --- a/openflow-protocol-api/src/main/yang/openflow-types.yang +++ b/openflow-protocol-api/src/main/yang/openflow-types.yang @@ -1799,47 +1799,33 @@ module openflow-types { type bits { bit IN_PORT { position 0; - /* Switch input port. */ } bit DL_VLAN { position 1; - /* Switch input port. */ } bit DL_SRC { position 2; - /* Switch input port. */ } bit DL_DST { position 3; - /* Switch input port. */ } bit DL_TYPE { position 4; - /* Switch input port. */ } bit NW_PROTO { position 5; - /* Switch input port. */ } bit TP_SRC { position 6; - /* Switch input port. */ } bit TP_DST { position 7; - /* Switch input port. */ } bit DL_VLAN_PCP { position 20; - /* Switch input port. */ } bit NW_TOS { position 21; - /* Switch input port. */ - } - bit ALL { - position 22; - /* Switch input port. */ } } }