-
Notifications
You must be signed in to change notification settings - Fork 335
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
T6335: Add/Update EVPN op commands #3458
Conversation
Added the following commands: show evpn show evpn es show evpn es <es-id> show evpn es detail show evpn es-evi show evpn es-evi detail show evpn es-evi vni <num> show evpn vni show evpn vni detail show evpn vni <num> Updated the following commands: show evpn access-vlan show evpn arp-cache show evpn mac show evpn next-hops show evpn rmac
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.
Python completion helpers tend to be super slow as the interpreter needs to be started up. It would be better to have the completion helpers available in bash.
Converted completion helpers from python to bash for performance Previous commit: Added the following commands: show evpn show evpn es show evpn es <es-id> show evpn es detail show evpn es-evi show evpn es-evi detail show evpn es-evi vni <num> show evpn vni show evpn vni detail show evpn vni <num> Updated the following commands: show evpn access-vlan show evpn arp-cache show evpn mac show evpn next-hops show evpn rmac
Thanks, I was actually wondering why tab completion on partials felt a little sluggish. Done! |
@Mergifyio backport sagitta |
✅ Backports have been created
|
Change Summary
Added the following commands:
show evpn
show evpn es
show evpn es
show evpn es detail
show evpn es-evi
show evpn es-evi detail
show evpn es-evi vni
show evpn vni
show evpn vni detail
show evpn vni
Updated the following commands:
show evpn access-vlan
show evpn arp-cache
show evpn mac
show evpn next-hops
show evpn rmac
Types of changes
Related Task(s)
https://vyos.dev/T6335
Related PR(s)
Component(s) name
evpn, op-mode
Proposed changes
Additional EVPN op commands that are available in FRR have been exposed to VyOS. Additionally some existing commands were updated with exposure to the API as well as completion helpers.
How to test
Configure EVPN and run show commands:
Examples:
Smoketest result
Checklist: