Skip to content

Commit 03c5ada

Browse files
authored
Merge pull request #18567 from nabahr/proxy_init_disable
pimd: Initialize gm proxy to false
2 parents bee5b36 + 153d9ea commit 03c5ada

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pimd/pim_iface.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ struct pim_interface *pim_if_new(struct interface *ifp, bool gm, bool pim,
147147
pim_ifp->pim_enable = pim;
148148
pim_ifp->pim_passive_enable = false;
149149
pim_ifp->gm_enable = gm;
150+
pim_ifp->gm_proxy = false;
150151

151152
pim_ifp->gm_join_list = NULL;
152153
pim_ifp->static_group_list = NULL;

0 commit comments

Comments
 (0)