On 2023-06-07 11:42 UTC, Luigi IANNONE 
<luigi.iannone=40huawei....@dmarc.ietf.org> 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.

_______________________________________________
Int-area mailing list
Int-area@ietf.org
https://www.ietf.org/mailman/listinfo/int-area

Reply via email to