mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 10:37:29 +00:00
pimd: show ip[v6] pim passive in show running config
Signed-off-by: sarita patra <saritap@vmware.com>
This commit is contained in:
parent
03c106bf30
commit
2a66cf6309
@ -409,6 +409,11 @@ int pim_config_write(struct vty *vty, int writes, struct interface *ifp,
|
|||||||
++writes;
|
++writes;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (pim_ifp->pim_passive_enable) {
|
||||||
|
vty_out(vty, " " PIM_AF_NAME " pim passive\n");
|
||||||
|
++writes;
|
||||||
|
}
|
||||||
|
|
||||||
writes += pim_static_write_mroute(pim, vty, ifp);
|
writes += pim_static_write_mroute(pim, vty, ifp);
|
||||||
pim_bsm_write_config(vty, ifp);
|
pim_bsm_write_config(vty, ifp);
|
||||||
++writes;
|
++writes;
|
||||||
|
Loading…
Reference in New Issue
Block a user