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

Closed
wants to merge 14 commits into 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 8702a2d:
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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's used in policy-forwarding in this same PR.

@dplore dplore self-assigned this Oct 22, 2024
abamberger-arista and others added 2 commits October 22, 2024 09:59
…ute target (openconfig#1109)

* Add a new leaf "es-import-route-target" to the Ethernet Segment config
  model to allow the explicit configuration of an ES-import route target
  as per RFC7432 Section 7.6
…empt` annotation to AFT counters containers (openconfig#1186)

* Add atomic-exempt and use it in counters AFT
@dplore
Copy link
Member

dplore commented Oct 22, 2024

/gcbrun

@dplore
Copy link
Member

dplore commented Oct 23, 2024

/gcbrun

@dplore
Copy link
Member

dplore commented Oct 23, 2024

/gcbrun

earies and others added 2 commits October 23, 2024 13:43
…onfig#1165)

* Refactor non-compliant/overlapping YANG definition for BGP MED

  * (M) release/models/bgp/openconfig-bgp-policy.yang
    - Remove string type from bgp-set-med-type union
    - Add new bgp-set-med-action typedef to separate out action on MED
      values
    - Add new set-med-action leaf to be optionally utilized with set-med

* Add constraints between med/action + add an explicit SET action

---------

Co-authored-by: Darren Loher <[email protected]>
@dplore
Copy link
Member

dplore commented Oct 24, 2024

/gcbrun

adityasingh-anet and others added 2 commits October 23, 2024 18:36
* Delete idle-timeouts and counters-last-cleared leaves
* Split source-counters and client counters to be under separate augments

Co-authored-by: Darren Loher <[email protected]>
@dplore
Copy link
Member

dplore commented Oct 24, 2024

/gcbrun

@danameme
Copy link
Contributor Author

Create a new #1208 due to merge conflicts from committed changes.

@danameme danameme closed this Oct 24, 2024
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.

9 participants