diff --git a/release/models/isis/openconfig-isis-policy.yang b/release/models/isis/openconfig-isis-policy.yang index e0803bb49..caa4c1278 100644 --- a/release/models/isis/openconfig-isis-policy.yang +++ b/release/models/isis/openconfig-isis-policy.yang @@ -157,7 +157,7 @@ module openconfig-isis-policy { within it"; } - leaf match-route-type { + leaf match-metric-type { type isis-types:metric-type; description "Matches the type of the route to redistribute to INTERNAL or EXTERNAL"; @@ -201,18 +201,10 @@ module openconfig-isis-policy { } leaf set-metric-type { - type isis-types:level-number; - status deprecated; - description - "Formerly this leaf sets the type of metric that is to be specified - when the set-metric leaf is specified. This leaf is DEPRECATED - due to being assigned the wrong type. Use set-route-type instead."; - } - - leaf set-route-type { type isis-types:metric-type; description - "This leaf sets the type of metric."; + "This leaf sets the type of metric that is to be specified + when the set-metric leaf is specified"; } leaf set-metric-style-type {