mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 00:18:53 +00:00
pim6d: configure ipv6 pim drpriority
Signed-off-by: Sarita Patra <saritap@vmware.com>
This commit is contained in:
parent
fd878267a3
commit
596b5a8a4c
@ -334,10 +334,10 @@ static bool is_pim_interface(const struct lyd_node *dnode)
|
||||
pim_enable_dnode =
|
||||
yang_dnode_getf(dnode,
|
||||
"%s/frr-pim:pim/address-family[address-family='%s']/pim-enable",
|
||||
if_xpath, "frr-routing:ipv4");
|
||||
if_xpath, FRR_PIM_AF_XPATH_VAL);
|
||||
igmp_enable_dnode = yang_dnode_getf(dnode,
|
||||
"%s/frr-gmp:gmp/address-family[address-family='%s']/enable",
|
||||
if_xpath, "frr-routing:ipv4");
|
||||
if_xpath, FRR_PIM_AF_XPATH_VAL);
|
||||
|
||||
if (((pim_enable_dnode) &&
|
||||
(yang_dnode_get_bool(pim_enable_dnode, "."))) ||
|
||||
|
Loading…
Reference in New Issue
Block a user