[Bug 296598] inbound ipsec packets get tracked via outer ip header when the tunnel runs over if_wg

[email protected] Tue, 28 Jul 2026 09:56:25 +0000
Newsgroups gmane.os.freebsd.devel.net
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D296598

Andrey V. Elsukov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #9 from Andrey V. Elsukov <[email protected]> ---
I think your patch is not correct. You need to m_pullup to the size of inner
header, e.g. you need to use sizeof(struct ip) and sizeof(struct ip6_hdr)
instead of iphlen.

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