1
24.1 Legacy Series / Re: WITHOUT_INET6 yes, please
« on: March 09, 2024, 03:14:09 am »What's our metric for detecting if IPv6 is compiled into libc? I don't even know to be honest.Building with "WITHOUT_INET6=yes" option doesn't remove IPv6 protocols.
# 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