From 377974a623db8a3c698c266663afc627f683c895 Mon Sep 17 00:00:00 2001 From: dplore Date: Wed, 2 Oct 2024 12:05:20 -0700 Subject: [PATCH] fix mpls-label-stack indent --- release/models/mpls/openconfig-mpls-types.yang | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/release/models/mpls/openconfig-mpls-types.yang b/release/models/mpls/openconfig-mpls-types.yang index 8c2f439d6..7deaeac00 100644 --- a/release/models/mpls/openconfig-mpls-types.yang +++ b/release/models/mpls/openconfig-mpls-types.yang @@ -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 {