bridge_pfil() dropped a packet on error paths without incrementing
the error counter:
- a failed m_pullup() or M_PREPEND(),
- a malformed header,
- a fragmentation failure
Route those exits through the existing bad: label and bump the filtered
interface's input or output error counter.
Also add error counter handling in bridge_fragment().
Assisted-by: Claude Code (Fable 5)