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

fix non canonical format of IPv6 address string in bgpcfgd #19444

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

chenkelly
Copy link
Contributor

Why I did it

IPv6 addresses text used in cfgdb may not follow the canonical IPv6 text format. When performing IPv6 addresses equivalent check with string, need to make sure that both of them are in the shortest form defined in rfc 5952

IPv6 addresses text used in cfgdb may not follow the canonical IPv6 text format.
When performing IPv6 addresses equivalent check with string, need to make sure
that both of them are in the shortest form defined in rfc 5952
log_warn("IP Address '%s' format is wrong" % (local_addr))
return None
local_addr = str(ip)

Copy link
Collaborator

Choose a reason for hiding this comment

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

@chenkelly , can you also add unit test for this code?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ok, I'll check and see how to add it.

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