From: Evan Hunt Date: Thu, 30 Oct 2025 19:46:50 +0000 (+0000) Subject: fix: dev: Remove sun_path field from isc_netaddr X-Git-Tag: v9.21.15~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89df706874190b4b2dd3a2b452ade8c94d8f7497;p=thirdparty%2Fbind9.git fix: dev: Remove sun_path field from isc_netaddr The `sun_path` field is not used anymore, and consumes over a hundred bytes for every `isc_netaddr_t` object. Remove it. As `isc_netaddr_t` is used in `cfg_obj_t`, in some huge configuration trees (e.g., a million zones), the gain is almost 1GB of resident memory. Merge branch 'colin/remove-sun-path' into 'main' See merge request isc-projects/bind9!11184 --- 89df706874190b4b2dd3a2b452ade8c94d8f7497