Re: [IPv6] New Draft - ICMPv6 Loopback
Florian Obser <[email protected]>
| Newsgroups | gmane.ietf.int,gmane.ietf.ipv6 |
|---|---|
| Message-ID | <[email protected]> |
On 2023-06-07 11:42 UTC, Luigi IANNONE <[email protected]> wrote: > For FreeBSD it looks like code MUST be 0 or the packet is dropped: > this is coming from KAME so everything that derives from there has this. E.g. it's also present in OpenBSD & NetBSD. > (file netinet6/icmp6.c line 550: http://fxr.watson.org/fxr/source/netinet6/icmp6.c#L550) > > > case ICMP6_ECHO_REQUEST: > icmp6_ifstat_inc(ifp, ifs6_in_echo); > if (code != 0) > goto badcode; > > > Ciao > > L. -- In my defence, I have been left unsupervised.