Merge pull request #18567 from nabahr/proxy_init_disable

pimd: Initialize gm proxy to false
This commit is contained in:
Donatas Abraitis 2025-04-04 02:10:35 +03:00 committed by GitHub
commit 03c5ada020
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;