mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-14 23:28:10 +00:00
pimd: Fix pim_macro downstream_jpstate
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
c8fa5a1e4f
commit
ae4cf53f49
@ -39,7 +39,7 @@
|
|||||||
*/
|
*/
|
||||||
static int downstream_jpstate_isjoined(const struct pim_ifchannel *ch)
|
static int downstream_jpstate_isjoined(const struct pim_ifchannel *ch)
|
||||||
{
|
{
|
||||||
return (ch->ifjoin_state == PIM_IFJOIN_NOINFO ||
|
return (ch->ifjoin_state == PIM_IFJOIN_JOIN ||
|
||||||
ch->ifjoin_state == PIM_IFJOIN_PRUNE_PENDING);
|
ch->ifjoin_state == PIM_IFJOIN_PRUNE_PENDING);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user