diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-05-11 09:41:45 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-11 09:41:45 -0400 |
| commit | 764252d0ab48563eb171e09ce9d53e249e6e8a27 (patch) | |
| tree | 6b0be2f3069aa7480c95a24db0c3ba7380484088 | |
| parent | cd137202e44311f53800f9017170dc3aec9a585e (diff) | |
| parent | 16941c05ad953dc74ae93fbe3c21e32dcb04f3b6 (diff) | |
Merge pull request #4311 from ton31337/fix/remote_trailing_tab
bgpd: Remove unnecessary trailing tab
| -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 9a8da359ab..6197a6d562 100644 --- a/bgpd/bgp_vty.c +++ b/bgpd/bgp_vty.c @@ -14596,7 +14596,7 @@ static int lcommunity_list_unset_vty(struct vty *vty, int argc, vty_out(vty, "This config option is deprecated, and is scheduled for removal.\n"); vty_out(vty, "if you are using this please migrate to the below command.\n"); vty_out(vty, "'no bgp large-community-list <(1-99)|(100-500)|standard|expanded> <deny|permit> <LINE|AA:BB:CC>'\n"); - zlog_warn("Deprecated option: 'no ip large-community-list <(1-99)|(100-500)|standard|expanded> <deny|permit> <LINE|AA:BB:CC>' being used"); + zlog_warn("Deprecated option: 'no ip large-community-list <(1-99)|(100-500)|standard|expanded> <deny|permit> <LINE|AA:BB:CC>' being used"); } argv_find(argv, argc, "permit", &idx); argv_find(argv, argc, "deny", &idx); |
