1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-03 12:35:02 +00:00
freebsd/share
Kristof Provost effaab8861 netpfil: Introduce PFIL_FWD flag
Forwarded packets passed through PFIL_OUT, which made it difficult for
firewalls to figure out if they were forwarding or producing packets. This in
turn is an issue for pf for IPv6 fragment handling: it needs to call
ip6_output() or ip6_forward() to handle the fragments. Figuring out which was
difficult (and until now, incorrect).
Having pfil distinguish the two removes an ugly piece of code from pf.

Introduce a new variant of the netpfil callbacks with a flags variable, which
has PFIL_FWD set for forwarded packets. This allows pf to reliably work out if
a packet is forwarded.

Reviewed by:	ae, kevans
Differential Revision:	https://reviews.freebsd.org/D13715
2018-03-23 16:56:44 +00:00
..
colldef
ctypedef
dict
doc
dtrace Introduce dwatch(1) as a tool for making DTrace more useful 2018-03-06 23:44:19 +00:00
examples Install files added in SVN's r295373, r295457, r295542 2018-03-13 23:37:33 +00:00
i18n
keys
man netpfil: Introduce PFIL_FWD flag 2018-03-23 16:56:44 +00:00
misc [bsd-family-tree] Announce NetBSD 7.1.2 2018-03-21 09:07:01 +00:00
mk Add new shared library -- libipt. 2018-03-21 14:37:04 +00:00
monetdef
msgdef
numericdef
security
sendmail
skel skel: Quote PAGER in dot.shrc 2017-12-31 06:58:58 +00:00
snmp
syscons
tabset
termcap Add termcap entries for the st terminal (https://st.sucksless.org) 2018-03-15 15:13:17 +00:00
tests
timedef
vt vt: add Ctrl+/ key mapping 2018-01-25 21:13:42 +00:00
zoneinfo We don't actually need env here, so drop it. All shells allow setting 2018-02-09 15:50:32 +00:00
Makefile
Makefile.inc