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=31736d2737dbcd7358ef264587de0910153afb63;hp=f58f6a459741e569578c5133b8e6d118e953d2a6;hb=91d7c1ee52322acad08e9f81228ac36b3aa684f5;hpb=83291dd59ee117454596081f09e1248e89551020 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..31736d2737 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 @@ -5,11 +5,12 @@ module opendaylight-match-types { import ietf-inet-types {prefix inet; revision-date "2010-09-24";} import ietf-yang-types {prefix yang; revision-date "2010-09-24";} import opendaylight-l2-types {prefix l2t;revision-date "2013-08-27";} + import opendaylight-inventory {prefix inv;revision-date "2013-08-19";} revision "2013-10-26" { description "Initial revision of macth types"; } - + grouping "mac-address-filter" { leaf address { mandatory true; @@ -61,14 +62,14 @@ module opendaylight-match-types { container vlan-id { description "VLAN id."; presence "Match field is active and set"; - + + leaf vlan-id-present { + type boolean; + } + leaf vlan-id { - mandatory true; type l2t:vlan-id; } - leaf mask { - type binary; - } } leaf vlan-pcp { description "VLAN priority."; @@ -92,10 +93,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 +147,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; + } } } @@ -264,11 +271,11 @@ module opendaylight-match-types { grouping match { leaf in-port { - type uint32; + type inv:node-connector-id; } leaf in-phy-port { - type uint32; + type inv:node-connector-id; } container "metadata" {