diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-17 01:15:05 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-17 13:51:23 +0200 |
commit | d5f4ab97a6112009842e52978eb521e5a6fa7a07 (patch) | |
tree | b56cff13f176b1423cf49a46e24a88f158ee9b4f /pimd/pim_vty.c | |
parent | bgpd: Allow 'show bgp neighbor' to indicate authentication or not (diff) | |
download | frr-d5f4ab97a6112009842e52978eb521e5a6fa7a07.tar.xz frr-d5f4ab97a6112009842e52978eb521e5a6fa7a07.zip |
pimd: Fix spelling mistake in cli
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_vty.c')
-rw-r--r-- | pimd/pim_vty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_vty.c b/pimd/pim_vty.c index 2d502d9aa..41f69fca2 100644 --- a/pimd/pim_vty.c +++ b/pimd/pim_vty.c @@ -295,7 +295,7 @@ int pim_interface_config_write(struct vty *vty) /* IF ip igmp query-max-response-time */ 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, VTY_NEWLINE); ++writes; |