mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 20:13:53 +00:00
pimd: Fix spelling mistake in cli
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
047fc9501d
commit
d5f4ab97a6
@ -295,7 +295,7 @@ int pim_interface_config_write(struct vty *vty)
|
|||||||
/* IF ip igmp query-max-response-time */
|
/* IF ip igmp query-max-response-time */
|
||||||
if (pim_ifp->igmp_query_max_response_time_dsec != IGMP_QUERY_MAX_RESPONSE_TIME_DSEC)
|
if (pim_ifp->igmp_query_max_response_time_dsec != IGMP_QUERY_MAX_RESPONSE_TIME_DSEC)
|
||||||
{
|
{
|
||||||
vty_out(vty, " ip igpm query-max-response-time %d%s",
|
vty_out(vty, " ip igmp query-max-response-time %d%s",
|
||||||
pim_ifp->igmp_query_max_response_time_dsec,
|
pim_ifp->igmp_query_max_response_time_dsec,
|
||||||
VTY_NEWLINE);
|
VTY_NEWLINE);
|
||||||
++writes;
|
++writes;
|
||||||
|
Loading…
Reference in New Issue
Block a user