Re: pf ipv6 fragment reassembly

2011-03-02 Thread Stuart Henderson
On 2011/03/02 18:50, Alexander Bluhm wrote: > Here is a diff that reassembles IPv6 fragments in pf. In the forward > case, it refragments the packets with the same size to allow Path-MTU > discovery. No immediate problems, I haven't tested a lot yet but certainly v6 fragments are getting through.

pf ipv6 fragment reassembly

2011-03-02 Thread Alexander Bluhm
Here is a diff that reassembles IPv6 fragments in pf. In the forward case, it refragments the packets with the same size to allow Path-MTU discovery. With route-to and pf-sync there are still some issues regarding IPv6 fragments. Everything else including nat and redirect should work. Please te