Re: ip6 routing header 0 offset

2022-08-12 Thread Alexandr Nedvedicky
Hello, On Thu, Aug 11, 2022 at 09:42:54PM +0200, Alexander Bluhm wrote: > Hi, > > The IPv6 routing header type 0 check should modify *offp only in > case of an error, so that the genrated icmp6 packet has the correct > pointer. After successful return, *offp should not be modified. makes

ip6 routing header 0 offset

2022-08-11 Thread Alexander Bluhm
Hi, The IPv6 routing header type 0 check should modify *offp only in case of an error, so that the genrated icmp6 packet has the correct pointer. After successful return, *offp should not be modified. ok? bluhm Index: netinet6/ip6_input.c