https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240819
--- Comment #1 from Kristof Provost <k...@freebsd.org> --- I think I've reproduced this, but I don't think it's a pf bug. The packet gets dropped and counted as a short packet because the UDP destination port is 0. That check has been there since 2004. The IP stack itself will also discart packets with a destination port of 0. When I add '-p 53' to the hping command the packets do not get dropped by pf. (Arguably it's an hping bug that it generates packets with UDP destination port 0, but its man page suggests that this is deliberate.) -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-pf@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-pf To unsubscribe, send any mail to "freebsd-pf-unsubscr...@freebsd.org"