Skip to content

Commit

Permalink
move pop-top-label
Browse files Browse the repository at this point in the history
  • Loading branch information
dplore committed Sep 10, 2024
1 parent 2597179 commit 4cb3bd9
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion release/models/aft/openconfig-aft-common.yang
Original file line number Diff line number Diff line change
Expand Up @@ -471,12 +471,16 @@ submodule openconfig-aft-common {
leaf pop-top-label {
type boolean;
default false;
status deprecated;
description
"Flag that controls pop action, i.e., the top-most MPLS label
should be popped from the packet when switched by the system.
The top-most MPLS label associated with pop action is equal to
the label key used in 'mpls' AFT 'label-entry' list.";
the label key used in 'mpls' AFT 'label-entry' list.
This node is deprecated and the encap-headers/encap-header tree
should be used instead.";
}

leaf-list pushed-mpls-label-stack {
Expand Down Expand Up @@ -574,6 +578,17 @@ submodule openconfig-aft-common {
EXP bits.";
}

leaf pop-top-label {
type boolean;
default false;
description
"Flag that controls pop action, i.e., the top-most MPLS label
should be popped from the packet when switched by the system.
The top-most MPLS label associated with pop action is equal to
the label key used in 'mpls' AFT 'label-entry' list.";
}

leaf-list pushed-mpls-label-stack {
type oc-mplst:mpls-label-stack;
ordered-by user;
Expand Down

0 comments on commit 4cb3bd9

Please sign in to comment.