mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 18:13:28 +00:00
"No such peer-groupr" should be "No such peer-group"
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com> Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com> Ticket: CM-12191
This commit is contained in:
parent
352534ac21
commit
6d9e66dce7
@ -13599,7 +13599,7 @@ bgp_show_peer_group (struct vty *vty, struct bgp *bgp,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (type == show_peer_group && ! find)
|
if (type == show_peer_group && ! find)
|
||||||
vty_out (vty, "%% No such peer-groupr%s", VTY_NEWLINE);
|
vty_out (vty, "%% No such peer-group%s", VTY_NEWLINE);
|
||||||
|
|
||||||
return CMD_SUCCESS;
|
return CMD_SUCCESS;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user