Module Name: src Committed By: spz Date: Thu Jul 19 20:57:43 UTC 2012
Modified Files: src/sys/netinet: icmp6.h Log Message: this commit contains two sets of unrelated changes: "while I was here" I checked other KAME implementations for their icmp6.h version, and thus: - added a define for MLDV2_LISTENER_REPORT from FreeBSD - added defines for the missing ICMP6_DST_UNREACH codes then on to what I actually wanted to do: - adds strings for the types and codes (encapsulated by ICMP6_STRINGS) for the use of npfctl and other tools that might want to parse human-friendly names instead of the corresponding number for ipv6-icmp types and codes. The strings are ordered such that their index is (as far as is practical) the number belonging to the name, which is why there are icmp6_type_err (use directly) and icmp6_type_info (add 128) To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/netinet/icmp6.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.