Vidyashree Rama | b367047 | 2016-08-06 15:49:56 +0530 | [diff] [blame] | 1 | module test { |
2 | namespace "urn:ietf:params:xml:ns:yang:ietf-isis"; | ||||
3 | prefix isis; | ||||
4 | typedef isis-instance-state-ref { | ||||
5 | type leafref { | ||||
6 | path "/isis-prefix-ipv4-std/" | ||||
7 | +"default-metric"; | ||||
8 | } | ||||
9 | } | ||||
10 | container isis-route-content { | ||||
11 | leaf metric { | ||||
12 | type isis-instance-state-ref ; | ||||
13 | } | ||||
14 | } | ||||
15 | container isis-prefix-ipv4-std { | ||||
16 | leaf default-metric { | ||||
17 | type string; | ||||
18 | } | ||||
19 | } | ||||
20 | } |