Re: [PATCH] Fix handling of IPv6 RH with 0 segments left

2007-07-07 Thread YOSHIFUJI Hideaki / 吉藤英明
In article <[EMAIL PROTECTED]> (at Sat, 7 Jul 2007 17:34:59 +0300), Rémi Denis-Courmont <[EMAIL PROTECTED]> says: > Fix handling of IPv6 Routing Headers with zero segments left. > In that case, we should ignore the extension header and continue with > the next one, rather than return a Paramater

[PATCH] Fix handling of IPv6 RH with 0 segments left

2007-07-07 Thread Rémi Denis-Courmont
Fix handling of IPv6 Routing Headers with zero segments left. In that case, we should ignore the extension header and continue with the next one, rather than return a Paramater Problem. This is more consistent with RFC2461 (§4.4) and draft-ietf-ipv6-deprecate-rh0. Signed-off-by: Rémi Denis-Courm