mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 19:02:58 +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;
|
||||
}
|
||||
|
||||
if (pim_ifp->pim_passive_enable) {
|
||||
vty_out(vty, " " PIM_AF_NAME " pim passive\n");
|
||||
++writes;
|
||||
}
|
||||
|
||||
writes += pim_static_write_mroute(pim, vty, ifp);
|
||||
pim_bsm_write_config(vty, ifp);
|
||||
++writes;
|
||||
|
Loading…
Reference in New Issue
Block a user