[Bug 290768] if_wg(4): handshake response has src and dst reverse

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 10 Nov 2025 17:23:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290768

--- Comment #8 from Kyle Evans <kevans@freebsd.org> ---
Created attachment 265312
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=265312&action=edit
git(1) diff against base

I suspect we need this at a minimum because udp_send() may modify our sockaddr
(and if there's some translation after we sosend(), we probably want to
re-apply the transformation every time).  I don't think it'll be a complete
solution, though.

-- 
You are receiving this mail because:
You are the assignee for the bug.