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 for additional commands under the EVPN address family #3881

Merged
merged 3 commits into from
Apr 29, 2024

Conversation

MaheshGSLAB
Copy link
Contributor

Change Summary

Support for additional commands under the EVPN address family (EVPN overlay index).

router bgp X
   address-family evpn
         bgp additional-paths receive
         bgp additional-paths send any
         route import overlay-index gateway

Related Issue(s)

Fixes #3864

Component(s) name

arista.avd.eos_cli_config_gen

Proposed changes

Added the support of additional path and overlay-index gateway for EVPN address family

How to test

Run the molecule

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)

@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 role: eos_designs issue related to eos_designs role labels Apr 19, 2024
@MaheshGSLAB MaheshGSLAB marked this pull request as ready for review April 22, 2024 06:18
@MaheshGSLAB MaheshGSLAB requested review from a team as code owners April 22, 2024 06:18
@ClausHolbechArista ClausHolbechArista changed the title Feat(eos_cli_config_gen): Support for additional commands under the EVPN address family (EVPN overlay index) Feat(eos_cli_config_gen): Support for additional commands under the EVPN address family Apr 23, 2024
Copy link
Contributor

@Shivani-gslab Shivani-gslab left a comment

Choose a reason for hiding this comment

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

LGTM!

@ClausHolbechArista ClausHolbechArista merged commit 79f0f3b into aristanetworks:devel Apr 29, 2024
41 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 role: eos_designs issue related to eos_designs 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.

Support for additional commands under the EVPN address family (EVPN overlay index)
5 participants