]> git.ipfire.org Git - thirdparty/bind9.git/commit
new: test: IPv6 case to isc_netaddr_masktoprefixlen tests
authorColin Vidal <colin@isc.org>
Wed, 26 Mar 2025 13:30:01 +0000 (13:30 +0000)
committerColin Vidal <colin@isc.org>
Wed, 26 Mar 2025 13:30:01 +0000 (13:30 +0000)
commit79cee327d7ad601bacfeeecd35abde6251d6728e
tree51c94b607ae95a81c708470aac9a31c18a0a723d
parentf7161a263ae9005d54e30c7c45fbc38ba1de0013
parentad2c3fa4f72b36be562a45b4d129c4cb04195cdc
new: test: 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.

Merge branch 'colin-netaddrmasktest' into 'main'

See merge request isc-projects/bind9!10328