Skip to content

Commit

Permalink
Added references for imported modules: see #144
Browse files Browse the repository at this point in the history
Co-authored-by: sergio belotti <sergio.belotti@nokia.com>
  • Loading branch information
italobusi and sergiobelotti committed Jul 3, 2023
1 parent 7e145d1 commit 154edd1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions ietf-optical-impairment-topology.yang
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,42 @@ module ietf-optical-impairment-topology {

import ietf-network {
prefix "nw";
reference
"RFC 8345: A YANG Data Model for Network Topologies";
}

import ietf-network-topology {
prefix "nt";
reference
"RFC 8345: A YANG Data Model for Network Topologies";
}

import ietf-te-topology {
prefix "tet";
reference
"RFC 8795: YANG Data Model for Traffic Engineering (TE)
Topologies";
}

import ietf-te-types {
prefix "te-types";
reference
"RFC YYYY: Updated Common YANG Data Types for Traffic
Engineering";
}

/* Note: The RFC Editor will replace YYYY with the number assigned
to the RFC once draft-ietf-teas-rfc8776-update becomes an RFC.*/

import ietf-layer0-types {
prefix "l0-types";
reference
"RFC ZZZZ: A YANG Data Model for Layer 0 Types";
}

/* Note: The RFC Editor will replace ZZZZ with the number assigned
to the RFC once draft-ietf-ccamp-rfc9093-bis becomes an RFC.*/

organization
"IETF CCAMP Working Group";

Expand Down

0 comments on commit 154edd1

Please sign in to comment.