https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207598
--- Comment #28 from Max <[email protected]> --- (In reply to Kristof Provost from comment #27) Hello, Kristof. Thank you for your reply. I understand the logic of current implementation of pf_reassemble(). But it does not return a value directly to network stack. I think it could return PF_PASS only in single case: the packet is fully reassembled. Instead, pf_normalize_ip() does it: immediately returns PF_DROP if pf_reassemble() == PF_PASS && *m0 == NULL. I think, it is confusing a bit... In any way, this is just a suggestion. (: -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-pf To unsubscribe, send any mail to "[email protected]"
