diff options
Diffstat (limited to 'bgpd/bgp_encap.c')
| -rw-r--r-- | bgpd/bgp_encap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_encap.c b/bgpd/bgp_encap.c index 4ea2f9cde7..37e9166388 100644 --- a/bgpd/bgp_encap.c +++ b/bgpd/bgp_encap.c @@ -467,7 +467,7 @@ bgp_show_encap ( vty_out (vty, "No prefixes displayed, %ld exist%s", total_count, VTY_NEWLINE); } else - vty_out (vty, "%sDisplayed %ld out of %ld total prefixes%s", + vty_out (vty, "%sDisplayed %ld routes and %ld total paths%s", VTY_NEWLINE, output_count, total_count, VTY_NEWLINE); return CMD_SUCCESS; |
