Files
vppcfg/vppcfg
Pim van Pelt 367aad8dbe Add address.get_canonical() and is_canonical()
These functions will take either an IPv4/IPv6 address, or an IPv4/IPv6
prefix, and cast them to their canonical form. Notably for IPv6 addresses,
this means lower case and with the 0-tuples correctly formatted:

2001:DB8::1 becomes 2001:db8::1
2001:db8:0:0::1 becomes 2001:db8::1

This avoids spurious diffs in vppcfg when comparing to the output of the VPP
dataplane.
2023-06-23 00:30:03 +02:00
..
2022-07-12 15:38:14 +01:00
2023-01-16 14:24:36 +00:00
2022-07-12 15:38:14 +01:00
2022-12-03 16:03:38 +00:00