Stub out imported IGMPv3 definitions which clash with those of
the XORP router; the IGMPv3 definitions will be updated at a later point in time when IGMPv3/MLDv2 support is fully merged.
This commit is contained in:
parent
5900369697
commit
f64a3b042a
@ -89,8 +89,10 @@ struct igmp_report {
|
||||
#define IGMP_GRPREC_HDRLEN 8
|
||||
#define IGMP_PREPEND 0
|
||||
|
||||
#if 0
|
||||
#define IGMP_QRV(pigmp) ((pigmp)->igmp_misc & (0x07)) /* XXX */
|
||||
#define IGMP_MAXSOURCES(len) (((len) - 12) >> 2) /* XXX */
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Message types, including version number.
|
||||
|
Loading…
Reference in New Issue
Block a user