Skip to content

Commit

Permalink
ICMPv6: Add ICMPv6 Parameter Problem, code 3 definition
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
liuhangbin authored and kuba-moo committed Oct 31, 2020
1 parent 2f71e00 commit b59e286
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/uapi/linux/icmpv6.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,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
Expand Down

0 comments on commit b59e286

Please sign in to comment.