pf: stop using PFIL_FWD
authorMateusz Guzik <mjg@FreeBSD.org>
Fri, 2 Sep 2022 16:36:52 +0000 (18:36 +0200)
committerMateusz Guzik <mjg@FreeBSD.org>
Mon, 5 Sep 2022 13:06:12 +0000 (13:06 +0000)
commit9503043f6e64a92d3c35cd8aa932727685378ad0
treefde6de7990941ea713e24f9d48984b1fbbeffa0c
parentdb98b4205093a6ee201ce0b8d83c77d5b730d7cb
pf: stop using PFIL_FWD

It is only there to check if the packet was reassembled,
relevant if we are forwarding. But if the packet originated
locally it could not have been reassembled, thus the flag is
redundant.

Reviewed by: kp
Sponsored by: Rubicon Communications, LLC ("Netgate")
sys/netpfil/pf/pf.c