Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Sep 2016 12:38:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 212331] pfil processing order
Message-ID:  <bug-212331-8-7eXUbeNJ9v@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-212331-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-212331-8@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=3D212331

Kristof Provost <kp@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kp@freebsd.org

--- Comment #1 from Kristof Provost <kp@freebsd.org> ---
Packets that hit the route-to rule are sent directly to the output interfac=
e,
they no longer pass through any firewall code. pf calls ipf->if_output()
directly. Doing anything else would risk having the packets loop endlessly.

I'm not sure it's possible to get that to work.

--=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-212331-8-7eXUbeNJ9v>