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_designs): Enable KERNELFIB_PROGRAM_ALL_ECMP for all wan routers #3689

Merged
merged 4 commits into from
Mar 4, 2024

Conversation

ayushmittal-arista
Copy link
Contributor

@ayushmittal-arista ayushmittal-arista commented Mar 1, 2024

Change Summary

Enable KERNELFIB_PROGRAM_ALL_ECMP for all wan routers by setting environment variable for KernelFib.

Related Issue(s)

Fixes #

Component(s) name

arista.avd.eos_designs

Proposed changes

Add file agents.py in underlay python_modules to generate agent structured config for KernelFib

 {
     "name": "KernelFib", 
     "environment_variables": [
                {"name": "KERNELFIB_PROGRAM_ALL_ECMP", "value": "1"}
      ]
},

How to test

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)

@ayushmittal-arista ayushmittal-arista requested review from a team as code owners March 1, 2024 10:15
@github-actions github-actions bot added state: CI Updated CI scenario have been updated in the PR role: eos_designs issue related to eos_designs role labels Mar 1, 2024
@ClausHolbechArista ClausHolbechArista requested a review from a team March 4, 2024 07:08
@ClausHolbechArista ClausHolbechArista added the one approval This PR has one approval and is only missing one more. label Mar 4, 2024
Copy link
Contributor

@MaheshGSLAB MaheshGSLAB 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 fb69491 into aristanetworks:devel Mar 4, 2024
38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
one approval This PR has one approval and is only missing one more. rn: Feat(eos_designs) role: eos_designs issue related to eos_designs role state: CI Updated CI scenario have been updated in the PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants