Author :
bluhm
Date :
2024-08-05 17:47:29
Hash :270a6ceb Message :Fix bridging IPv6 fragments with pf reassembly.
Sending IPv6 fragments over a bridge with pf did not work. During
input pf reassembles the packet, and at bridge output it should be
refragmented. This is only done for PF_FWD direction, but bridge(4)
and veb(4) called pf_test() with PF_OUT argument.
OK sashan@