CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/08/05 11:47:29
Modified files:
sys/net : if_bridge.c if_veb.c
Log 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@
