Wireguard not compile, - udp: typedef udp tunneling functions to functions, not pointers

2022-10-05 Thread Michael Pro
https://reviews.freebsd.org/D36724 https://cgit.freebsd.org/src/commit/?id=bb77f0c2049311f0661c2493838d81a5a66c449c #> uname -K 1400072 in wireguard-freebsd/src/if_wg.c: rc = udp_set_kernel_tunneling(so4, (udp_tun_func_t)wg_input, NULL, sc); change to: rc = udp_set_kernel_tunneling(so4,

Re: FreeBSD current socket-src changed. Wireguard not compiling.

2022-08-31 Thread Michael Pro
, Ed Maste : > > On Mon, 29 Aug 2022 at 12:18, Jason A. Donenfeld wrote: > > On Tue, Aug 23, 2022 at 12:26:21PM +0300, Michael Pro wrote: > > > Tonight after updating kernel freebsd current I got coredump with > > > wireguard enabled kernel module. > > > ... >

FreeBSD current socket-src changed. Wireguard not compiling.

2022-08-23 Thread Michael Pro
Tonight after updating kernel freebsd current I got coredump with wireguard enabled kernel module. As is https://reviews.freebsd.org/D36232 D36232 protosw: refactor protosw and domain static declaration and load (freebsd.org) in wireguard-freebsd/src/support.h ... error =