On Wed, Apr 27, 2011 at 2:59 PM, Andrew Evans <[email protected]> wrote:
> @@ -756,7 +755,8 @@ static bool check_mtu(struct sk_buff *skb,
>        if (skb->protocol == htons(ETH_P_IP)) {
>                struct iphdr *iph = ip_hdr(skb);
>
> -               frag_off |= iph->frag_off & htons(IP_DF);
> +               if (df_inherit)
> +                       frag_off = iph->frag_off & htons(IP_DF);

I think you need to something similar for IPv6 as well.
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to