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

Validate that IP addrs are IPv4 where we only support IPv4 #16660

Closed
danwinship opened this issue Oct 3, 2017 · 1 comment
Closed

Validate that IP addrs are IPv4 where we only support IPv4 #16660

danwinship opened this issue Oct 3, 2017 · 1 comment
Assignees
Labels
component/networking kind/bug Categorizes issue or PR as related to a bug. priority/P2 sig/networking

Comments

@danwinship
Copy link
Contributor

Several networking API objects contain IP addresses or CIDR ranges, where their validation functions check that they are IPs/CIDRs, but we don't check that they're IPv4, even though that's all we support (and the code may potentially do broken things if you put an IPv6 address there).

@pravisankar
Copy link

Fixed by #16807

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/networking kind/bug Categorizes issue or PR as related to a bug. priority/P2 sig/networking
Projects
None yet
Development

No branches or pull requests

4 participants