mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
pimd: Initialize gm proxy to false
Signed-off-by: Nathan Bahr <nbahr@atcorp.com>
This commit is contained in:
parent
994fdeeb22
commit
153d9ea3b9
|
@ -147,6 +147,7 @@ struct pim_interface *pim_if_new(struct interface *ifp, bool gm, bool pim,
|
|||
pim_ifp->pim_enable = pim;
|
||||
pim_ifp->pim_passive_enable = false;
|
||||
pim_ifp->gm_enable = gm;
|
||||
pim_ifp->gm_proxy = false;
|
||||
|
||||
pim_ifp->gm_join_list = NULL;
|
||||
pim_ifp->static_group_list = NULL;
|
||||
|
|
Loading…
Reference in a new issue