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

Feat(eos_cli_config_gen): Support of next_hop_unchanged under EVPN address family #3232

Merged
merged 5 commits into from Oct 18, 2023

Conversation

mmaaloul
Copy link
Contributor

@mmaaloul mmaaloul commented Oct 12, 2023

Change Summary

Permit the explicit configuration of next-hop-unchanged knob under address-family evpn

Related Issue(s)

Fixes #3102

Component(s) name

arista.avd.eos_cli_config_gen

Proposed changes

1/ Modified schema fragment "router_bgp" and template "router-bgp" accordingly
2/ Modified device documentation template accordingly
3/ Added a molecule test (new host "router-bgp-evpn-route-server") as the knob is specific to route server role

How to test

The knob is present under address-family evpn in the generated intended configuration

Checklist

User Checklist

  • N/A

Repository Checklist

  • My code has been rebased from devel before I start
  • I have read the CONTRIBUTING document.
  • My change requires a change to the documentation and documentation have been updated accordingly.
  • I have updated molecule CI testing accordingly. (check the box if not applicable)

@mmaaloul mmaaloul requested review from a team as code owners October 12, 2023 09:39
@github-actions github-actions bot added role: eos_cli_config_gen issue related to eos_cli_config_gen role state: CI Updated CI scenario have been updated in the PR state: Documentation role Updated labels Oct 12, 2023
Copy link
Contributor

@gmuloc gmuloc left a comment

Choose a reason for hiding this comment

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

Overall LGTM - just one comment regarding adding a new host to molecule only for one line. @ClausHolbechArista is it ok here to put it in router-bgp-evpn even if the config "might be wrong"

Copy link
Contributor

@ClausHolbechArista ClausHolbechArista left a comment

Choose a reason for hiding this comment

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

LGTM. Note my comment on checking the order on EOS. We try to follow the ordering on EOS for anything new.

@ClausHolbechArista ClausHolbechArista requested a review from a team October 13, 2023 08:27
@mmaaloul mmaaloul requested a review from gmuloc October 17, 2023 16:23
@ClausHolbechArista ClausHolbechArista added the one approval This PR has one approval and is only missing one more. label Oct 18, 2023
@gmuloc gmuloc removed the one approval This PR has one approval and is only missing one more. label Oct 18, 2023
@carlbuchmann carlbuchmann merged commit dd1724b into aristanetworks:devel Oct 18, 2023
39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rn: Feat(eos_cli_config_gen) role: eos_cli_config_gen issue related to eos_cli_config_gen role state: CI Updated CI scenario have been updated in the PR state: Documentation role Updated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat(eos_cli_config_gen): Support of next_hop_unchanged under EVPN address family
4 participants