Date: Thu, 26 Sep 2024 14:58:40 -0400 From: Ian FREISLICH <ianfreislich@gmail.com> To: FreeBSD Current <current@freebsd.org> Subject: Is INET6 a required option these days? (kernel build failure) Message-ID: <229d4fea-2eed-4710-99f8-f4f91ed539c0@gmail.com>
next in thread | raw e-mail | index | archive | help
<!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body> Lately there have been a couple of commits that fail to build because v6 being compiled in despite INET6 being undefined. I think the latest is 905db4aa88775865097714c170f4503da385747c.<br> <br> /usr/src/sys/netpfil/pf/pf.c:8762:38: error: no member named 'icmp6' in 'union pf_headers'; did you mean 'icmp'?<br> 8762 | if (!pf_pull_hdr(m, *off, &pd->hdr.icmp6, icmp_hlen,<br> <br> Ian<br> </body> </html>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?229d4fea-2eed-4710-99f8-f4f91ed539c0>