blob: 98054f8c94ddd7949d0dbb623de6719fa7f49e7b [file] [log] [blame]
surya-huaweie4e90ed2017-05-02 18:08:24 +05301module ietf-te-topology {
2 yang-version 1;
3 namespace "urn:ietf:params:xml:ns:yang:ietf-te-topology";
4
5 prefix "tet";
6
7 import ietf-network {
8 prefix "nw";
9 }
10
11 import ietf-network-topology {
12 prefix "nt";
13 }
14
15 revision "2017-03-12" {
16 description "Initial revision";
17 reference "TBD";
18 }
19
20 augment "/nw:networks/nw:network/nt:link" {
21 container te {
22 container config {
23 } // config
24 } // te
25 }
26}