From 5e6a1651c4759eac56a0409a75e6d3b75511d234 Mon Sep 17 00:00:00 2001 From: Nathan Skrzypczak Date: Wed, 6 Oct 2021 15:03:35 +0200 Subject: docs: more nitfixes Type: fix Change-Id: I41455e1cdc62e7c0baa148630b0701b042f3b156 Signed-off-by: Nathan Skrzypczak --- src/plugins/acl/acl.c | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'src/plugins') 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", -- cgit 1.2.3-korg