opnsense-src/sys/netpfil
Kristof Provost c5203f7d41 pf: Improve route-to handling of pfsync'd states
When a state if pfsync’d to a different host it doesn’t get all of the
expected pointers, including the pointer to the struct pfi_kif / struct
ifnet rt_kif pointer. (I.e. the interface to route out on).

That in turn means that pf_route() ends up dropping the packet.

Use the rule's struct pfi_kif pointer so we can still route out of the
expected interface.

MFC after:	2 weeks
Sponsored by:	Orange Business Services

(cherry picked from commit 81ef217ad4)
2022-06-18 09:29:18 +02:00
..
ipfilter/netinet netpfil: Remove a double word in a source code comment 2022-04-14 08:11:51 +02:00
ipfw ipfw: fix matching and setting DSCP value for IPv6 2022-04-18 12:15:46 +03:00
pf pf: Improve route-to handling of pfsync'd states 2022-06-18 09:29:18 +02:00