Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Mar 2025 01:15:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 283426] panic in sbappendaddr_locked() - if_ovpn related?
Message-ID:  <bug-283426-7501-c14QrLZups@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-283426-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-283426-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283426

--- Comment #14 from Kristof Provost <kp@freebsd.org> ---
(In reply to Bjoern A. Zeeb from comment #12)
if_ovpn sets u_tun_func, yes, via udp_set_kernel_tunneling(): 
https://cgit.freebsd.org/src/tree/sys/net/if_ovpn.c#n635

I'm not sure how m_unshare() would feature in this, given that if it succeeds
if_ovpn keeps the packet (so we'd see a panic there if it messed up), and if it
fails we return 'true' (indicating the filter ate the packet, and no further
UDP processing happens).

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


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-283426-7501-c14QrLZups>