diff options
author | 2018-01-31 14:39:29 +0100 | |
---|---|---|
committer | 2018-01-31 14:13:31 +0000 | |
commit | 9f215a89a3d600c79ec44862abcbaede1f94a857 (patch) | |
tree | 2fa3cc01cd2f8a1adcc1983368879b55367f7bd5 /mpls/api | |
parent | a040042f60d22fe75047f223fe12ca6295f97f41 (diff) |
HC2VPP-279: support special labels in hc2vpp-ietf-routing-types@2017-02-27
The orginal ietf-routing-types model supports them, but it was patched
due to ODL BUG (MDSAL-269).
Change-Id: I70745a1bcd49b7eda21085c0c092af5a0f6bfaa0
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'mpls/api')
-rw-r--r-- | mpls/api/src/main/yang/hc2vpp-ietf-routing-types@2017-02-27.yang | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mpls/api/src/main/yang/hc2vpp-ietf-routing-types@2017-02-27.yang b/mpls/api/src/main/yang/hc2vpp-ietf-routing-types@2017-02-27.yang index b39357ae2..6d0f853a8 100644 --- a/mpls/api/src/main/yang/hc2vpp-ietf-routing-types@2017-02-27.yang +++ b/mpls/api/src/main/yang/hc2vpp-ietf-routing-types@2017-02-27.yang @@ -639,7 +639,9 @@ Change back after https://jira.opendaylight.org/browse/MDSAL-269 is resolved. type mpls-label-general-use; } */ - type mpls-label-general-use; + type uint32 { + range "0..1048575"; + } description "The 20 bits label values in an MPLS label stack entry, specified in RFC3032. This label value does not include |