From 417161e8bf85d07cd8c9744a8230dfa3e0af7ba3 Mon Sep 17 00:00:00 2001 From: "Nataliia S." <81954790+natali-rs1985@users.noreply.github.com> Date: Thu, 12 Feb 2026 15:13:01 +0200 Subject: vpp: T8250: CLI changes for ACL tcp-flags (#1763) --- docs/vpp/configuration/acl.rst | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/docs/vpp/configuration/acl.rst b/docs/vpp/configuration/acl.rst index 1e32a2ab..9aaacb3a 100644 --- a/docs/vpp/configuration/acl.rst +++ b/docs/vpp/configuration/acl.rst @@ -136,16 +136,10 @@ For TCP protocol rules, you can match specific TCP flags: .. code-block:: none # Match packets with specific flags set - set vpp acl ip tag-name rule tcp-flags ack - set vpp acl ip tag-name rule tcp-flags fin - set vpp acl ip tag-name rule tcp-flags psh - set vpp acl ip tag-name rule tcp-flags rst - set vpp acl ip tag-name rule tcp-flags syn - set vpp acl ip tag-name rule tcp-flags urg + set vpp acl ip tag-name rule tcp-flags is-set # Match packets without specific flags set - set vpp acl ip tag-name rule tcp-flags not ack - set vpp acl ip tag-name rule tcp-flags not syn + set vpp acl ip tag-name rule tcp-flags is-not-set IP ACL Configuration Examples ----------------------------- -- cgit v1.2.3