Skip to content
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

Add policy forwarding for next hop match and GUE encapsulation action #1203

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

danameme
Copy link
Contributor

Change Scope

  • Add support for policy forwarding match on next hop and GUE encapsulation action.
  • Move the encapsulation-header-type to a common module so it can be used more generally.

@danameme danameme requested a review from a team as a code owner October 21, 2024 22:23
Add support for policy forwarding match on next hop and GUE encapsulation action.

* Update container name to be address specific
@dplore
Copy link
Member

dplore commented Oct 21, 2024

/gcbrun

@OpenConfigBot
Copy link

OpenConfigBot commented Oct 21, 2024

Major YANG version changes in commit e92e889:
openconfig-aft-types.yang: 1.2.0 -> ``

@@ -303,7 +303,7 @@ submodule openconfig-aft-common {
}

container gre {
when "../state/type = 'oc-aftt:GRE'";
when "../state/type = 'oc-types:GRE'";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since there is a relocation of types to a separate model - the openconfig-version and revision must be updated to reflect this backwards incompatible change

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, but I don't see why we need to make this change. Why not leave these in AFT types?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The next PR from @danameme will use them in policy-forwarding

@dplore
Copy link
Member

dplore commented Oct 22, 2024

/gcbrun

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

5 participants