blob: c29a9cd782d2073491997f140dc3cab21407d006 [file] [log] [blame]
surya-huaweie4e90ed2017-05-02 18:08:24 +05301module ietf-network-topology {
2 yang-version 1;
3 namespace "urn:ietf:params:xml:ns:yang:ietf-network-topology";
4 prefix lnk;
5
6 import ietf-network {
7 prefix nd;
8 }
9
10 revision 2017-03-01 {
11 reference
12 "draft-ietf-i2rs-yang-network-topo-12";
13 }
14
15 augment "/nd:networks/nd:network" {
16 list link {
17 key "link-id";
18 leaf link-id {
19 type string;
20 }
21 }
22 }
23 }