]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] new: test: IPv6 case to isc_netaddr_masktoprefixlen tests
authorColin Vidal <colin@isc.org>
Wed, 26 Mar 2025 16:43:23 +0000 (16:43 +0000)
committerColin Vidal <colin@isc.org>
Wed, 26 Mar 2025 16:43:23 +0000 (16:43 +0000)
commit7fd60a5f5d447e535d5ddace20bccd44250e2b64
tree60536dad82182934b9d9443c47648f3579327ad7
parentf1c091b44541b83976a7ba2628c0703964fad8b1
parentad3e09a6af34b3733ccff3da339b6cb54ea6af9e
[9.20] 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.

Backport of MR !10328

Merge branch 'backport-colin-netaddrmasktest-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!10332