X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Facl%2Facl.c;fp=src%2Fplugins%2Facl%2Facl.c;h=01a1e87a29bf96020cbe41ab93383b0b02d3fdec;hb=5e6a1651c4759eac56a0409a75e6d3b75511d234;hp=24536eb84b72e79605e2fa77b1b16fb46392f2a1;hpb=fd51e849bfc00fb6b5150f485172070d0e1a6800;p=vpp.git diff --git a/src/plugins/acl/acl.c b/src/plugins/acl/acl.c index 24536eb84b7..01a1e87a29b 100644 --- a/src/plugins/acl/acl.c +++ b/src/plugins/acl/acl.c @@ -3589,16 +3589,15 @@ VLIB_CLI_COMMAND (aclplugin_set_interface_command, static) = { * an ACL is composed of more than one Access control element (ACE). Multiple * ACEs can be specified with this command using a comma separated list. * - * Each ACE describes a tuple of src+dst IP prefix, ip protocol, src+dst port ranges. - * (the ACL plugin also support ICMP types/codes instead of UDP/TCP ports, but - * this CLI does not). + * Each ACE describes a tuple of src+dst IP prefix, ip protocol, src+dst port + * ranges. (the ACL plugin also support ICMP types/codes instead of UDP/TCP + * ports, but this CLI does not). * - * An ACL can optionally be assigned a 'tag' - which is an identifier understood - * by the client. VPP does not examine it in any way. + * An ACL can optionally be assigned a 'tag' - which is an identifier + * understood by the client. VPP does not examine it in any way. * - * @cliexpar - * set acl-plugin acl src dst proto sport dport [tag FOO] - * @cliexend + * @cliexcmd{set acl-plugin acl src dst proto + * sport dport [tag FOO]} ?*/ VLIB_CLI_COMMAND (aclplugin_set_acl_command, static) = { .path = "set acl-plugin acl",