Development discussion of WireGuard
 help / color / mirror / Atom feed
* Wireguard not compile, - udp: typedef udp tunneling functions to functions, not pointers
@ 2022-10-05 13:45 Michael Pro
  0 siblings, 0 replies; only message in thread
From: Michael Pro @ 2022-10-05 13:45 UTC (permalink / raw)
  To: wireguard

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, wg_input, NULL, sc);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-10-05 13:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-05 13:45 Wireguard not compile, - udp: typedef udp tunneling functions to functions, not pointers Michael Pro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).