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

vJunos-switch: ebgp-ebgp evpn overlay #2005

Merged
merged 1 commit into from
Mar 5, 2025

Conversation

ssasso
Copy link
Collaborator

@ssasso ssasso commented Mar 5, 2025

Cleaner proposal instead of #2003 - no workaround needed here, and quirk implemented to allow only ebgp-on-ebgp, as per Juniper validated designs.

@ssasso ssasso requested a review from ipspace March 5, 2025 16:21
@ssasso ssasso marked this pull request as ready for review March 5, 2025 16:33
category=log.IncorrectType,
quirk='evpn_ebgp')
ngb_activate = ngb.get('activate', {})
if ngb_activate.get('ipv4', False) or ngb_activate.get('ipv6', False):
Copy link
Owner

Choose a reason for hiding this comment

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

You could (probably?) also do something like ngb.get('activate.ipv4',False)

@ipspace ipspace merged commit 14e27b9 into ipspace:dev Mar 5, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants