-
Notifications
You must be signed in to change notification settings - Fork 911
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
Spike on supporting LLAs #2510
base: main
Are you sure you want to change the base?
Spike on supporting LLAs #2510
Conversation
Signed-off-by: karampok <karampok@gmail.com>
89ff207
to
620357f
Compare
"eth0" is hardcoded zone value in the config Signed-off-by: karampok <karampok@gmail.com>
620357f
to
4157f3f
Compare
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.
a general thought: imo it would be cleaner to just have addr + interface in the api (like proposed in the unnumbered pr) instead of supporting "IPv6 with a scoped addressing zone" in the peer's address - the main reasons being:
- it seems for frr that format is just an alias for specifying both address and interface
- when we do have an interface field it might be confusing (do I specify the interface as part of the address or in the interface field).
wdyt?
After some conversation, we will proceed with the proposal from @oribon:
instead of allowing user to enter That will be reviewed again after the BGP unumber design/implementation |
/kind feature
What this PR does / why we need it:
Fix for #2423
Special notes for your reviewer:
AFAIU there is not need for any API change to support that. We could allow the string
fe80::42:acff:fe12:6%eth0
to be properly parsed and if valid (=LLA and%eth0
part which is called zone exists) to handle it (which is if Zone exist then add the extra FRR directiveneighbor fe80::a876:4dff:fe77:408 interface eth0
Under the hood:
Release note:
-->