-
Notifications
You must be signed in to change notification settings - Fork 220
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
Global ARP timer option #479
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Just need to confirm with @aphillipps if the data model is OK
ansible_collections/arista/avd/roles/eos_cli_config_gen/templates/documentation/arp.j2
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/roles/eos_cli_config_gen/templates/eos/arp.j2
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing newlines at the end of the new templates
Resolved the discrepancies. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Change Summary
Knob to change ARP timer globally.
Types of changes
Related Issue(s)
Fixes #477
Component(s) name
eos_cli_config_gen
Proposed changes
Added knob
Added doc
Tested in DUT and molecule (wrong title for doc, fixed it in later commit.)
How to test
Molecule
Checklist:
pre-commit
,make linting
andmake sanity-lint
).