-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
303 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,17 +9,29 @@ module ietf-mpls-te-types { | |
|
||
} | ||
|
||
import ietf-te-packet-types { | ||
prefix "te-packet-types"; | ||
reference | ||
"RFC 8776: Common YANG Data Types for Traffic Engineering"; | ||
} | ||
|
||
organization | ||
"Internet Engineering Task Force (IETF) TEAS WG"; | ||
contact | ||
"WG List: <mailto:teas@ietf.org> | ||
"WG Web: <https://datatracker.ietf.org/wg/teas/> | ||
WG List: <mailto:[email protected]> | ||
Editor: Italo Busi | ||
<mailto:[email protected]> | ||
Editor: Haomian Zheng | ||
<mailto:[email protected]>"; | ||
<mailto:[email protected]> | ||
Editor: Aihua Guo | ||
<mailto:[email protected]> | ||
Editor: Xufeng Liu | ||
<mailto:[email protected]>"; | ||
|
||
description | ||
"This module defines technology-specific MPLS-TE types | ||
|
@@ -38,11 +50,11 @@ module ietf-mpls-te-types { | |
This version of this YANG module is part of RFC XXXX; see | ||
the RFC itself for full legal notices."; | ||
|
||
revision 2020-07-10 { | ||
revision 2020-07-13 { | ||
description | ||
"Initial Version"; | ||
reference | ||
"New draft to be submitted"; | ||
"draft-busizheng-teas-yang-te-mpls-topology"; | ||
} | ||
|
||
/* | ||
|
@@ -171,7 +183,7 @@ module ietf-mpls-te-types { | |
description | ||
"Link Bandwidth for Packet. "; | ||
leaf packet-bandwidth { | ||
type bandwidth-kbps; | ||
type te-packet-types:bandwidth-kbps; | ||
description | ||
"Available bandwith value expressed in kilobits per | ||
second"; | ||
|
Oops, something went wrong.