Re: [PATCH]ip_options_fragment() has no effect on fragmentation

From: Eric Dumazet
Date: Thu Jan 26 2006 - 01:13:55 EST


Wei Yongjun a écrit :
[1]Summary of the problem:
ip_options_fragment() has no effect on fragmentation

[2]Full description of the problem:
When I send IPv4 packet(contain Record Route Option) which need to be fragmented to the router, the router can not fragment it correctly.
After fragmented by router, the second fragmentation still contain Record Route Option. Refer to RFC791, Record Route Option must Not be copied on fragmentation, goes in first fragment only.
ip_options_fragment() is the implemental function, but there are some BUGs in it:


Hello Wei

This is the third time I receive this patch (and I am not able to comment it), and still you didnt send it to the right list.

Please use netdev@xxxxxxxxxxxxxxx for any linux kernel networking stuff.

If you dont receive an acknowledge from this netdev list, please wait at least two weeks before resending it.

Thank you
Eric

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/