mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-16 19:24:27 +00:00
Merge pull request #10598 from mobash-rasool/pim-compile-fix
pimd: Fix Compilation issue in PIM
This commit is contained in:
commit
f70faba4f6
@ -8247,7 +8247,7 @@ DEFPY_HIDDEN (interface_ip_igmp_query_generate,
|
||||
}
|
||||
|
||||
/* It takes the igmp version configured on the interface as default */
|
||||
igmp_version = pim_ifp->version;
|
||||
igmp_version = pim_ifp->igmp_version;
|
||||
|
||||
if (argc > 3)
|
||||
igmp_version = atoi(argv[4]->arg);
|
||||
|
Loading…
Reference in New Issue
Block a user