- mrouted doesn't allow loopback of group-specific queries, thus if a

host sends a leave message for a group that the router is a member of
  that membership gets forgotten until the next general query.
- the second group-specific query generated looks like a general query
  sent to a specific group
This commit is contained in:
David Greenman 1995-10-07 03:47:44 +00:00
parent eb6c139019
commit 48d837b22b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11288

View File

@ -7,7 +7,7 @@
* Leland Stanford Junior University.
*
*
* $Id: vif.c,v 3.6 1995/06/25 19:53:01 fenner Exp $
* $Id: vif.c,v 1.6 1995/06/28 17:58:48 wollman Exp $
*/
@ -1334,7 +1334,7 @@ cbk_t *cbk;
send_igmp(v->uv_lcl_addr, cbk->g->al_addr,
IGMP_HOST_MEMBERSHIP_QUERY,
cbk->q_time, 0, 0);
cbk->q_time, cbk->g->al_addr, 0);
cbk->g->al_query = 0;
free(cbk);
}