On Thu, 30 Dec 2021 at 02:41, Gary Jennejohn wrote:
>
> commit ff3a85d32411cdd7894f932b1d3d7ce01ec7a648 breaks buildkernel
> if options INET6 is not in the kernel config file.
Thanks for the report, this should be fixed by 818952c638a7.
A build without INET appears to be broken for other reasons
commit ff3a85d32411cdd7894f932b1d3d7ce01ec7a648 breaks buildkernel
if options INET6 is not in the kernel config file.
The breakage is in the new lltable_get function. It needs #ifdef INET6
around case AF_INET6.
--
Gary Jennejohn