blob: c1d9324299c252c905309d9f8f7808e09ab8db90 [file] [log] [blame]
VinodKumarS-Huawei2ee9e7e2016-06-01 14:30:22 +05301 module ietf-te-topology {
2 yang-version 1;
3 namespace "urn:ietf:params:xml:ns:yang:ietf-te-topology";
4 // replace with IANA namespace when assigned
5
6 prefix "tet";
7
8 import ietf-network-topology {
9 prefix "nt";
10 }
11
12 container underlay-trail-src {
13 uses nt:tp-ref;
14 description
15 "Source TE link of the underlay trail.";
16 }
17 }