Correct typo in the RFC number for the constants based on IANA assignments

for IPv6 Neighbor Discovery Option types for "IPv6 Router Advertisement
Options for DNS Configuration".  It is RFC 6106.

MFC after:	3 days
This commit is contained in:
Bjoern A. Zeeb 2012-03-04 18:47:20 +00:00
parent f05c7d9044
commit 4ab8fc10d1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=232513

View File

@ -298,8 +298,8 @@ struct nd_opt_hdr { /* Neighbor discovery option header */
#define ND_OPT_REDIRECTED_HEADER 4
#define ND_OPT_MTU 5
#define ND_OPT_ROUTE_INFO 24 /* RFC 4191 */
#define ND_OPT_RDNSS 25 /* RFC 6016 */
#define ND_OPT_DNSSL 31 /* RFC 6016 */
#define ND_OPT_RDNSS 25 /* RFC 6106 */
#define ND_OPT_DNSSL 31 /* RFC 6106 */
struct nd_opt_prefix_info { /* prefix information */
u_int8_t nd_opt_pi_type;