X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fmodel%2Fmodel-flow-base%2Fsrc%2Fmain%2Fyang%2Fmatch-types.yang;h=7dcd254ad7cc751e64d30bf275a8629781f625be;hp=f58f6a459741e569578c5133b8e6d118e953d2a6;hb=43b37a609662f705d2dd701cb8b7c479144d2ef1;hpb=1a898f3bd37baec93cc13140a5eb24b30d4ea999 diff --git a/opendaylight/md-sal/model/model-flow-base/src/main/yang/match-types.yang b/opendaylight/md-sal/model/model-flow-base/src/main/yang/match-types.yang index f58f6a4597..7dcd254ad7 100644 --- a/opendaylight/md-sal/model/model-flow-base/src/main/yang/match-types.yang +++ b/opendaylight/md-sal/model/model-flow-base/src/main/yang/match-types.yang @@ -92,10 +92,10 @@ module opendaylight-match-types { type uint8; } - leaf ip-proto { - description "IP Proto (IPv4 or IPv6 Protocol Number)."; - type inet:ip-version; - } + leaf ip-proto { + description "IP Proto (IPv4 or IPv6 Protocol Number)."; + type inet:ip-version; + } } grouping "ipv4-match-fields" { @@ -146,10 +146,16 @@ module opendaylight-match-types { description "Link layer target address for neighbour discovery message"; type yang:mac-address; } - - leaf ipv6-exthdr { - description "IPv6 Extension Header field"; - type uint16; + + container "ipv6-ext-header" { + leaf ipv6-exthdr { + description "IPv6 Extension Header field"; + type uint16; + } + + leaf ipv6-exthdr-mask { + type binary; + } } }