diff options
| author | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-08-15 19:25:02 +0000 |
|---|---|---|
| committer | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-08-15 19:25:02 +0000 |
| commit | 6d9e66dce7975e181c33bc9e93ff578bbf0cfb5c (patch) | |
| tree | 6e0fb810808f1b41a2cdefd8b84fac7f0971cee4 | |
| parent | 352534ac21dd985fa3b5c71a0276849cb7a71633 (diff) | |
"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
| -rw-r--r-- | bgpd/bgp_vty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_vty.c b/bgpd/bgp_vty.c index 9df92fea03..f16cf53cbe 100644 --- a/bgpd/bgp_vty.c +++ b/bgpd/bgp_vty.c @@ -13599,7 +13599,7 @@ bgp_show_peer_group (struct vty *vty, struct bgp *bgp, } 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; } |
