Skip to content

Commit

Permalink
update wdm-label-range-info grouping to remove yanglint warnings; als…
Browse files Browse the repository at this point in the history
…o remove some empty outlines in the draft text
agva123 committed Oct 23, 2023
1 parent 2ef9074 commit 6939746
Showing 4 changed files with 486 additions and 495 deletions.
8 changes: 2 additions & 6 deletions draft-ietf-ccamp-rfc9093-bis.md
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ coding: utf-8
title: A YANG Data Model for Layer 0 Types

abbrev: Yang for Layer 0 Types
docname: draft-ietf-ccamp-rfc9093-bis-06
docname: draft-ietf-ccamp-rfc9093-bis-07
obsoletes: 9093
submissiontype: IETF
workgroup: CCAMP Working Group
@@ -165,9 +165,7 @@ informative:
RFC Editor Note:
Please replace XXXX with the RFC number assigned to this document.

# Layer 0 Types Overview

## Layer 0 Types Module Contents
# Layer 0 Types Module Contents

This document defines a YANG module for common Layer 0 types, ietf-
layer0-types. This module is used for WSON and flexi-grid DWDM
@@ -340,8 +338,6 @@ Please replace XXXX with the RFC number assigned to this document.
This list of triplet cd, pmd, penalty can be used to sample the
function penalty = f(CD, PMD).

## WSON Label and Label Range

{: #yang-code}

# YANG Module for Layer 0 Types
286 changes: 143 additions & 143 deletions draft-ietf-ccamp-rfc9093-bis.txt

Large diffs are not rendered by default.

684 changes: 339 additions & 345 deletions draft-ietf-ccamp-rfc9093-bis.xml

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion ietf-layer0-types.yang
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1055,7 +1055,8 @@ module ietf-layer0-types {
"WDM label range related information";
uses l0-label-range-info;
container flexi-grid {
when '../grid-type = "flexi-grid-dwdm"' {
when "derived-from-or-self(../grid-type,
\"flexi-grid-dwdm\")" {
description
"Applicable only when the grid type is flexi-grid-dwdm.";
}

0 comments on commit 6939746

Please sign in to comment.