On Wed, Mar 23, 2011 at 03:26:12AM -0600, Alexander Bluhm wrote: > CVSROOT: /cvs > Module name: src > Changes by: bl...@cvs.openbsd.org 2011/03/23 03:26:12 > > Modified files: > sys/netinet6 : ip6_forward.c > > Log message: > With pf IPv6 fragment reassembly, a large packet gets refragmented > by pf in the forward path. To avoid dropping the unfragmented > packet in ip6_forward(), move the MTU size check behind pf_test6(). > ok claudio@
and ok markus@