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

Configurable BGP sessions #365

Closed
ipspace opened this issue Aug 30, 2022 · 0 comments
Closed

Configurable BGP sessions #365

ipspace opened this issue Aug 30, 2022 · 0 comments

Comments

@ipspace
Copy link
Owner

ipspace commented Aug 30, 2022

Add bgp.sessions attribute that will control whether to create IPv4 or IPv6 IBGP or EBGP sessions. We'll document this attribute as an advanced attribute that should be avoided, but it's nice to have a way to tweak the BGP neighbor generation process.

For example, this is what a SRv6 module could set up to enable v4-over-SRv6 service.

bgp.sessions:
  ipv4: [ ebgp ]
  ipv6: [ ibgp, ebgp ]

Please note that this will NOT affect the configuration templates.

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

No branches or pull requests

1 participant