@@ -9,17 +9,29 @@ module ietf-mpls-te-types {
99
1010 }
1111
12+ import ietf-te-packet-types {
13+ prefix "te-packet-types" ;
14+ reference
15+ "RFC 8776: Common YANG Data Types for Traffic Engineering" ;
16+ }
17+
1218 organization
1319 "Internet Engineering Task Force (IETF) TEAS WG" ;
1420 contact
15- "WG List: <mailto:teas@ ietf.org>
21+ "WG Web: <https://datatracker. ietf.org/wg/teas/ >
1622 WG List: <mailto:teas@ietf.org>
1723
1824 Editor: Italo Busi
1925 <mailto:italo.busi@huawei.com>
2026
2127 Editor: Haomian Zheng
22- <mailto:zhenghaomian@huawei.com>" ;
28+ <mailto:zhenghaomian@huawei.com>
29+
30+ Editor: Aihua Guo
31+ <mailto:aihuaguo.ietf@gmail.com>
32+
33+ Editor: Xufeng Liu
34+ <mailto:xufeng.liu.ietf@gmail.com>" ;
2335
2436 description
2537 "This module defines technology-specific MPLS-TE types
@@ -38,11 +50,11 @@ module ietf-mpls-te-types {
3850 This version of this YANG module is part of RFC XXXX; see
3951 the RFC itself for full legal notices." ;
4052
41- revision 2020 -07 -10 {
53+ revision 2020 -07 -13 {
4254 description
4355 "Initial Version" ;
4456 reference
45- "New draft to be submitted " ;
57+ "draft-busizheng-teas-yang-te-mpls-topology " ;
4658 }
4759
4860/*
@@ -171,7 +183,7 @@ module ietf-mpls-te-types {
171183 description
172184 "Link Bandwidth for Packet. " ;
173185 leaf packet-bandwidth {
174- type bandwidth-kbps;
186+ type te-packet-types: bandwidth-kbps;
175187 description
176188 "Available bandwith value expressed in kilobits per
177189 second" ;
0 commit comments