1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-31 12:13:10 +00:00

Comment IGMP_PIM as being very historic, as in, don't use.

This commit is contained in:
Bruce M Simpson 2009-03-19 01:15:26 +00:00
parent 5c2ca8d027
commit 1975dc405a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=190011

View File

@ -108,7 +108,7 @@ struct igmp_report {
#define IGMP_HOST_MEMBERSHIP_QUERY 0x11 /* membership query */
#define IGMP_v1_HOST_MEMBERSHIP_REPORT 0x12 /* Ver. 1 membership report */
#define IGMP_DVMRP 0x13 /* DVMRP routing message */
#define IGMP_PIM 0x14 /* PIM routing message */
#define IGMP_PIM 0x14 /* PIMv1 message (historic) */
#define IGMP_v2_HOST_MEMBERSHIP_REPORT 0x16 /* Ver. 2 membership report */
#define IGMP_HOST_LEAVE_MESSAGE 0x17 /* Leave-group message */
#define IGMP_MTRACE_REPLY 0x1e /* mtrace(8) reply */