Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 Aug 2020 14:44:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 248474] NAT broken on IPsec/VTI [if_ipsec]
Message-ID:  <bug-248474-7501-X5chAiVdDM@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-248474-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-248474-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=3D248474

--- Comment #13 from Eugene Grosbein <eugen@freebsd.org> ---
(In reply to Andrey V. Elsukov from comment #11)

IPSec code adds PACKET_TAG_IPSEC_IN_DONE tag to decrypted mbuf then calls p=
fil
hooks. Bad things could happen if mbuf looses PACKET_TAG_IPSEC_IN_DONE due =
to
pfil hook processing: ipsec_in_reject() returns error code 1 (invalid) and
packet is dropped increasing ips_in_polvio counter.

Switching to IPSEC_LEVEL_USE is bad hack but it helps.

--=20
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-248474-7501-X5chAiVdDM>