Merge pull request #10146 from ton31337/fix/acl_bmp

bgpd: Add autocomplete for access-list under BMP node
This commit is contained in:
Russ White 2021-11-30 07:11:00 -05:00 committed by GitHub
commit 0536fea8d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2044,7 +2044,7 @@ DEFPY(bmp_connect,
DEFPY(bmp_acl, DEFPY(bmp_acl,
bmp_acl_cmd, bmp_acl_cmd,
"[no] <ip|ipv6>$af access-list WORD", "[no] <ip|ipv6>$af access-list ACCESSLIST_NAME$access_list",
NO_STR NO_STR
IP_STR IP_STR
IPV6_STR IPV6_STR