Re: ip6 hbhchcheck next protocol

2022-06-27 Thread Alexandr Nedvedicky
Hello, On Tue, Jun 28, 2022 at 02:39:24AM +0200, Alexander Bluhm wrote: > Hi, > > The ip6_hbhchcheck() function never reads the nxtp parameter, it > only sets its value. It is more obvious if we return the next > protocol and return IPPROTO_DONE to signal error. All IP protocol > functions do t

ip6 hbhchcheck next protocol

2022-06-27 Thread Alexander Bluhm
Hi, The ip6_hbhchcheck() function never reads the nxtp parameter, it only sets its value. It is more obvious if we return the next protocol and return IPPROTO_DONE to signal error. All IP protocol functions do that. ok? bluhm Index: netinet6/ip6_input.c ===