mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 10:54:47 +00:00
pimd: Fix show of 'ip pim rp keep-alive-timer
When displaying this changed value, we were using an incorrect data value. Signed-off-by: Donald Sharpd <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
eaa54bdb67
commit
0da1854cee
@ -150,7 +150,7 @@ int pim_global_config_write(struct vty *vty)
|
||||
if (qpim_rp_keep_alive_time != PIM_RP_KEEPALIVE_PERIOD)
|
||||
{
|
||||
vty_out (vty, "ip pim rp keep-alive-timer %d%s",
|
||||
qpim_keep_alive_time, VTY_NEWLINE);
|
||||
qpim_rp_keep_alive_time, VTY_NEWLINE);
|
||||
++writes;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user