Skip to content

Commit b59e286

Browse files
liuhangbinkuba-moo
authored andcommitted
ICMPv6: Add ICMPv6 Parameter Problem, code 3 definition
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 <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 2f71e00 commit b59e286

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/uapi/linux/icmpv6.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ struct icmp6hdr {
138138
#define ICMPV6_HDR_FIELD 0
139139
#define ICMPV6_UNK_NEXTHDR 1
140140
#define ICMPV6_UNK_OPTION 2
141+
#define ICMPV6_HDR_INCOMP 3
141142

142143
/*
143144
* constants for (set|get)sockopt

0 commit comments

Comments
 (0)