]> 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 12:56:53 +0000 (13:56 +0100)
commitad2c3fa4f72b36be562a45b4d129c4cb04195cdc
tree51c94b607ae95a81c708470aac9a31c18a0a723d
parentf7161a263ae9005d54e30c7c45fbc38ba1de0013
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.
tests/isc/netaddr_test.c