diff options
| author | Nataliia Solomko <natalirs1985@gmail.com> | 2026-02-10 19:28:52 +0200 |
|---|---|---|
| committer | Nataliia Solomko <natalirs1985@gmail.com> | 2026-02-10 19:39:18 +0200 |
| commit | f94add1ee4eb7255eb5a39d33aa6314d11e8af7e (patch) | |
| tree | 664c9634c64a3b42d95f6ae00aebc01aab9910de /interface-definitions/vpp.xml.in | |
| parent | 911f8653a813868f2cf805a3a1662eaf16375188 (diff) | |
| download | vyos-1x-f94add1ee4eb7255eb5a39d33aa6314d11e8af7e.tar.gz vyos-1x-f94add1ee4eb7255eb5a39d33aa6314d11e8af7e.zip | |
vpp: T8250: Rewrite the CLI for ACL tcp-flags
Diffstat (limited to 'interface-definitions/vpp.xml.in')
| -rw-r--r-- | interface-definitions/vpp.xml.in | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/interface-definitions/vpp.xml.in b/interface-definitions/vpp.xml.in index c49488b68..14a869849 100644 --- a/interface-definitions/vpp.xml.in +++ b/interface-definitions/vpp.xml.in @@ -1512,18 +1512,21 @@ </leafNode> <node name="tcp-flags"> <properties> - <help>TCP flags</help> + <help>Match TCP packet flags</help> </properties> <children> - #include <include/vpp/acl_tcp_flags.xml.i> - <node name="not"> + <leafNode name="is-set"> <properties> - <help>Match flags not set</help> + <help>Match TCP flags that are set</help> + #include <include/vpp/acl_tcp_flags.xml.i> </properties> - <children> + </leafNode> + <leafNode name="is-not-set"> + <properties> + <help>Match TCP flags that are not set</help> #include <include/vpp/acl_tcp_flags.xml.i> - </children> - </node> + </properties> + </leafNode> </children> </node> </children> |
