On 24 Apr 2003 16:29:51 -0500
Tom Lendacky <toml@xxxxxxxxxx> wrote:
> The four test cases that fail for the ipsec test are related to
> fragment header processing and will need to be debugged and fixed.
I have already posted the patch to netdev on 15, April,
whose subject is [PACTH][IPV6] Introduce ip6_append_data.
It change the style of the process like ip_append_data and
fixes outbound fragment header processing.
However this patch will not be applied soon because there is locking problem.
The bugs is in both ipv4 and ipv6 corking architecture of datagram output.
It may be applied when the bugs is removed.
About inbound processing, we can fix it with removing fragment header from the
packet.
Please see function ip6_frag_reasm in linux25/net/ipv6/reassembly.c.
Thank you,
--Kazunori Miyazawa (Yokogawa Electric Corporation)
|