summaryrefslogtreecommitdiff
path: root/libnetwork/ipbits/ipbits_test.go
Commit message (Collapse)AuthorAgeFilesLines
* libnet/ipam: use netip types internallyCory Snider2023-02-231-0/+70
The netip types can be used as map keys, unlike net.IP and friends, which is a very useful property to have for this application. Signed-off-by: Cory Snider <csnider@mirantis.com>