Skip to content

Commit

Permalink
fix mpls-label-stack indent
Browse files Browse the repository at this point in the history
  • Loading branch information
dplore committed Oct 2, 2024
1 parent 7f9e4e8 commit 377974a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions release/models/mpls/openconfig-mpls-types.yang
Original file line number Diff line number Diff line change
Expand Up @@ -487,15 +487,15 @@ module openconfig-mpls-types {

typedef mpls-label-stack {
type mpls-label;
description
"Type used to specify a stack of MPLS label values. This type must be
used in a leaf-list which is ordered by user. The the stack of labels
is encoded where the first entry in the list is the label at the bottom
of the stack.
For example, a packet with a label stack of two labels, the bottom
label being 42 and the top label being 8072 will be represented with
a leaf-list of [42, 8072].";
description
"Type used to specify a stack of MPLS label values. This type must be
used in a leaf-list which is ordered by user. The the stack of labels
is encoded where the first entry in the list is the label at the bottom
of the stack.
For example, a packet with a label stack of two labels, the bottom
label being 42 and the top label being 8072 will be represented with
a leaf-list of [42, 8072].";
}

typedef tunnel-type {
Expand Down

0 comments on commit 377974a

Please sign in to comment.