[Bug 268246] crash and panic using pfsync on 13.1-RELEASE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Feb 2023 18:06:51 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268246 --- Comment #74 from jjasen@gmail.com --- Ooopsie! Did I goof up? mno-avx -std=iso9899:1999 -c /root/usr/src/sys/netpfil/pf/if_pfsync.c -o if_pfsync.o /root/usr/src/sys/netpfil/pf/if_pfsync.c:2368:48: error: implicit declaration of function 'ip6_output' is invalid in C99 [-Werror,-Wimplicit-function-declaration] error = ip6_output(m, NULL, NULL, 0, NULL, NULL, NULL); ^ /root/usr/src/sys/netpfil/pf/if_pfsync.c:2368:48: note: did you mean 'ip_output'? /root/usr/src/sys/netinet/ip_var.h:223:5: note: 'ip_output' declared here int ip_output(struct mbuf *, -- You are receiving this mail because: You are the assignee for the bug.