mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
Ticket: CM-12798 Reviewed By: Roopa, Nikhil G Testing Done: We are seeing some issue when using IP addresses with inner values padded with zeros. Such as: 2a01:75e0:0000:09b0::1/64 The kernel will process the ip properly but when we query the kernel again (with iproute2 or netlink) it returns 2a01:75e0:0:09b0::1/64 Since we are doing string comparaison we are seeing failures. We are now converting all ip address to a standard format using IPNetwork or IPAddress obj Signed-off-by: Julien Fortin <julien@cumulusnetworks.com>