Merge pull request #4311 from ton31337/fix/remote_trailing_tab

bgpd: Remove unnecessary trailing tab
This commit is contained in:
Donald Sharp 2019-05-11 09:41:45 -04:00 committed by GitHub
commit 764252d0ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);