]> git.ipfire.org Git - thirdparty/bind9.git/commit
IPv6 case to isc_netaddr_masktoprefixlen tests
authorColin Vidal <colin@isc.org>
Wed, 26 Mar 2025 09:44:11 +0000 (10:44 +0100)
committerColin Vidal <colin@isc.org>
Wed, 26 Mar 2025 13:30:46 +0000 (13:30 +0000)
commitad3e09a6af34b3733ccff3da339b6cb54ea6af9e
tree60536dad82182934b9d9443c47648f3579327ad7
parentf1c091b44541b83976a7ba2628c0703964fad8b1
IPv6 case to isc_netaddr_masktoprefixlen tests

Unit test for isc_netaddr_masktoprefixlen were missing IPv6 mask cases.
Add those and few other IPv4 cases. Also, the test is refactored in
order to make it easy to add new cases.

(cherry picked from commit ad2c3fa4f72b36be562a45b4d129c4cb04195cdc)
tests/isc/netaddr_test.c