Skip to content

Added set-ip-ttl under policy forwarding action. #1263

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,13 @@ submodule openconfig-pf-forwarding-policies {
"This submodule contains configuration and operational state
relating to the definition of policy-forwarding policies.";

oc-ext:openconfig-version "0.7.0";
oc-ext:openconfig-version "0.8.0";

revision "2025-03-04" {
description
"Added support for policy forwariding action to set packet TTL.";
reference "0.8.0";
}

revision "2024-11-14" {
description
Expand Down Expand Up @@ -404,6 +410,12 @@ submodule openconfig-pf-forwarding-policies {
the rule. Following the decapsulation it should subsequently forward the
encapsulated packet according to the underlying IPv4 or IPv6 header.";
}

leaf set-ip-ttl {
type uint8;
description
"When this leaf is set, the local system will set packet TTL with the value.";
}
}

grouping pf-forwarding-policy-action-encapsulate-gre {
Expand Down
Loading