X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openflow-protocol-api%2Fsrc%2Fmain%2Fyang%2Fopenflow-types.yang;h=d17f69a807b7290e886a52a7e7dbb40361ed7090;hb=24bb09d52b5dc86300a6ea43911463bb8f980359;hp=6d7bf2fb4c94cf48a73a3c339afc4ff1677810cf;hpb=df99e165d75ba6d890c31690172f249fa7b519e7;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 6d7bf2fb..d17f69a8 100644 --- a/openflow-protocol-api/src/main/yang/openflow-types.yang +++ b/openflow-protocol-api/src/main/yang/openflow-types.yang @@ -1364,6 +1364,47 @@ module openflow-types { } } + typedef ipv6-exthdr-flags { + type bits { + bit nonext { + description " encountered."; + position 0; + } + bit esp { + description "Encrypted Sec Payload header present."; + position 1; + } + bit auth { + description "Authentication header present."; + position 2; + } + bit dest { + description "1 or 2 dest headers present."; + position 3; + } + bit frag { + description "Fragment header present."; + position 4; + } + bit router { + description "Router header present."; + position 5; + } + bit hop { + description "Hop-by-hop header present."; + position 6; + } + bit unrep { + description "Unexpected repeats encountered."; + position 7; + } + bit unseq { + description "Unexpected sequencing encountered."; + position 8; + } + } + } + // OPENFLOW v1.0 STRUCTURES // Structures under this line are needed to support OpenFlow version 1.0 // wire protocol 0x01;