From: Hangbin Liu Date: Tue, 27 Oct 2020 12:33:12 +0000 (+0800) Subject: ICMPv6: Add ICMPv6 Parameter Problem, code 3 definition X-Git-Tag: v5.4.95~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f58e378a17e82e30cf9985a8ea5a738d65775b9;p=thirdparty%2Fkernel%2Fstable.git ICMPv6: Add ICMPv6 Parameter Problem, code 3 definition commit b59e286be280fa3c2e94a0716ddcee6ba02bc8ba upstream. Based on RFC7112, Section 6: IANA has added the following "Type 4 - Parameter Problem" message to the "Internet Control Message Protocol version 6 (ICMPv6) Parameters" registry: CODE NAME/DESCRIPTION 3 IPv6 First Fragment has incomplete IPv6 Header Chain Signed-off-by: Hangbin Liu Signed-off-by: Jakub Kicinski Signed-off-by: Aviraj CJ Signed-off-by: Greg Kroah-Hartman --- diff --git a/include/uapi/linux/icmpv6.h b/include/uapi/linux/icmpv6.h index 2622b5a3e6163..9a31ea2ad1cfc 100644 --- a/include/uapi/linux/icmpv6.h +++ b/include/uapi/linux/icmpv6.h @@ -137,6 +137,7 @@ struct icmp6hdr { #define ICMPV6_HDR_FIELD 0 #define ICMPV6_UNK_NEXTHDR 1 #define ICMPV6_UNK_OPTION 2 +#define ICMPV6_HDR_INCOMP 3 /* * constants for (set|get)sockopt