Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Leverage the netip package when dealing with IP addresses
When configuring Kubernetes with multiple nodes, EIB requires an IP address to be used as a target for load balancing purposes. However, it assumes this address to be in an IPv4 format, resulting in a broken mangling when IPv6 is used instead. Correct this problem by letting netip package do the handling of IP addresses, hiding version specific issues. This also allows for easier and additional input validation with minimal effort. Signed-off-by: Marco Chiappero <[email protected]>
- Loading branch information