Skip to content

Commit

Permalink
get updated mpls types
Browse files Browse the repository at this point in the history
  • Loading branch information
dplore committed Oct 16, 2024
1 parent ddc2e6e commit 86baad6
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions v1/yang/deps/openconfig-mpls-types.yang
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,7 @@ module openconfig-mpls-types {
description
"General types for MPLS / TE data model";

oc-ext:openconfig-version "3.6.0";

revision "2024-07-24" {
description
"Add mpls-label-stack typdef";
reference "3.6.0";
}
oc-ext:openconfig-version "3.5.0";

revision "2023-12-14" {
description
Expand Down Expand Up @@ -485,19 +479,6 @@ module openconfig-mpls-types {
reference "RFC 3032 - MPLS Label Stack Encoding";
}

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].";
}

typedef tunnel-type {
type enumeration {
enum P2P {
Expand Down

0 comments on commit 86baad6

Please sign in to comment.