mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-30 15:38:06 +01:00
- 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:
parent
eb6c139019
commit
48d837b22b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11288
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user