Vidyashree Rama | 052ada6 | 2016-08-17 14:03:29 +0530 | [diff] [blame] | 1 | module Test { |
2 | yang-version 1; | ||||
3 | namespace "http://huawei.com"; | ||||
4 | prefix Ant; | ||||
5 | list link-scope-lsa { | ||||
6 | key "lsa-id adv-router"; | ||||
7 | description "List of OSPF link scope LSAs"; | ||||
8 | uses lsa { | ||||
9 | refine "version/ospfv2/ospfv2" { | ||||
10 | must "../../../../../../../../../../../" | ||||
11 | + "rt:type = 'ospf:ospfv2'" { | ||||
12 | description "OSPFv2 LSA."; | ||||
13 | } | ||||
14 | } | ||||
15 | } | ||||
16 | } | ||||
17 | } |