Skip to content

Commit

Permalink
Updated for draft submission
Browse files Browse the repository at this point in the history
  • Loading branch information
italobusi committed Jul 13, 2020
1 parent 6565ce7 commit c5756e7
Show file tree
Hide file tree
Showing 2 changed files with 303 additions and 29 deletions.
22 changes: 17 additions & 5 deletions ietf-mpls-te-types.yang
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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";
}

/*
Expand Down Expand Up @@ -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";
Expand Down
Loading

0 comments on commit c5756e7

Please sign in to comment.