Quote from: franco on March 06, 2024, 07:17:42 PMBuilding with "WITHOUT_INET6=yes" option doesn't remove IPv6 protocols.
What's our metric for detecting if IPv6 is compiled into libc? I don't even know to be honest.
# sysctl -n kern.features.inet6
1
I'm not sure about libc metrics. I'm not a coder.
What I see is that ifconfig returns error for inet6 family.
# ifconfig -l inet6
ifconfig: Address family 'inet6' unknown.
Attached screenshots show differences in files between builds with inet6 and without.
I've opened issue on github: https://github.com/opnsense/core/issues/7309
Hope it helps.
Thanks