X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=blobdiff_plain;f=src%2Fplugins%2Facl%2Facl.api;h=25c231db82a070ca8689417edfe7efee587a8511;hp=5d808fdca42d103c33ff24c6ed1ea2547230d4db;hb=24ee40a5c;hpb=c703a0b9ade88e0e2622b50f650bc4607307afbd diff --git a/src/plugins/acl/acl.api b/src/plugins/acl/acl.api index 5d808fdca42..25c231db82a 100644 --- a/src/plugins/acl/acl.api +++ b/src/plugins/acl/acl.api @@ -110,7 +110,7 @@ manual_print manual_endian define acl_add_replace string tag[64]; /* What gets in here gets out in the corresponding tag field when dumping the ACLs. */ u32 count; vl_api_acl_rule_t r[count]; - option vat_help = " [] [src IP/plen] [dst IP/plen] [sport X-Y] [dport X-Y] [proto P] [tcpflags FL MASK], ... , ..."; + option vat_help = " [src IP/plen] [dst IP/plen] [sport X-Y] [dport X-Y] [proto P] [tcpflags FL MASK], ... , ..."; }; /** \brief Reply to add/replace ACL @@ -301,7 +301,7 @@ manual_endian manual_print define macip_acl_add_replace string tag[64]; u32 count; vl_api_macip_acl_rule_t r[count]; - option vat_help = " [] [count ] [src] ip mac mask , ... , ..."; + option vat_help = " [count ] [src] ip mac mask , ... , ..."; }; /** \brief Reply to add/replace MACIP ACL