forked from Mirror/frr
Merge pull request #18567 from nabahr/proxy_init_disable
pimd: Initialize gm proxy to false
This commit is contained in:
commit
03c5ada020
|
@ -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