Add MLD_LISTENER_REDUCTION per RFC 3542. Requested by Lorenzo Colitti.

This commit is contained in:
christos 2013-07-01 12:43:15 +00:00
parent 34b5ada363
commit d86fc82dda

View File

@ -1,4 +1,4 @@
/* $NetBSD: icmp6.h,v 1.46 2012/07/19 21:08:42 spz Exp $ */
/* $NetBSD: icmp6.h,v 1.47 2013/07/01 12:43:15 christos Exp $ */
/* $KAME: icmp6.h,v 1.84 2003/04/23 10:26:51 itojun Exp $ */
@ -98,6 +98,7 @@ struct icmp6_hdr {
#define MLD_LISTENER_QUERY 130 /* multicast listener query */
#define MLD_LISTENER_REPORT 131 /* multicast listener report */
#define MLD_LISTENER_DONE 132 /* multicast listener done */
#define MLD_LISTENER_REDUCTION MLD_LISTENER_DONE /* RFC3542 definition */
/* RFC2292 decls */
#define ICMP6_MEMBERSHIP_QUERY 130 /* group membership query */