blob: 1529cfde0bc69dabf72b6e1e09dd2aa847b60f33 [file] [log] [blame]
Vidyashree Rama052ada62016-08-17 14:03:29 +05301module 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}