Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion release/models/aft/openconfig-aft-common.yang
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,13 @@ submodule openconfig-aft-common {
"Submodule containing definitions of groupings that are re-used
across multiple contexts within the AFT model.";

oc-ext:openconfig-version "3.4.0";
oc-ext:openconfig-version "3.5.0";
Comment thread
dongping-zhu marked this conversation as resolved.

revision "2026-06-22" {
description
"Add DSCP leaf to GRE encapsulation config.";
reference "3.5.0";
}

revision "2026-03-10" {
description
Expand Down Expand Up @@ -733,6 +739,13 @@ submodule openconfig-aft-common {
encapsulation. If unspecified, the TTL value of the inner packet is
copied to the GRE header TTL value during encapsulation.";
}

leaf dscp {
type oc-inet:dscp;
description
"DSCP value to use for the outer IP header of the GRE-encapsulated
packet.";
}
Comment thread
dongping-zhu marked this conversation as resolved.
}

grouping aft-common-entry-nexthop-mpls-state {
Expand Down
8 changes: 7 additions & 1 deletion release/models/aft/openconfig-aft.yang
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,13 @@ module openconfig-aft {
is referred to as an Abstract Forwarding Table (AFT), rather than
the FIB.";

oc-ext:openconfig-version "3.4.0";
oc-ext:openconfig-version "3.5.0";

revision "2026-06-22" {
description
"Add DSCP leaf to GRE encapsulation config.";
reference "3.5.0";
}

revision "2026-03-10" {
description
Expand Down
Loading