summaryrefslogtreecommitdiff
path: root/interface-definitions/vpp.xml.in
diff options
context:
space:
mode:
authorOleksandr Kuchmystyi <o.kuchmystyi@vyos.io>2026-02-13 11:04:37 +0300
committerChristian Breunig <christian@breunig.cc>2026-02-15 13:12:49 +0100
commitc536954a6a666f59185669cffa9efa79a601673c (patch)
tree917eb28ab3f34a0abe4a6bf9c4bf7cd0902934fb /interface-definitions/vpp.xml.in
parent4cc7959877a75bf01231aeec6dfd8c3b93660ba1 (diff)
downloadvyos-1x-c536954a6a666f59185669cffa9efa79a601673c.tar.gz
vyos-1x-c536954a6a666f59185669cffa9efa79a601673c.zip
vpp: T8258: Move `poll-sleep-usec` out of `unix` section
Instead of `vpp settings unix poll-sleep-usec` use `vpp settings poll-sleep-usec`.
Diffstat (limited to 'interface-definitions/vpp.xml.in')
-rw-r--r--interface-definitions/vpp.xml.in29
1 files changed, 11 insertions, 18 deletions
diff --git a/interface-definitions/vpp.xml.in b/interface-definitions/vpp.xml.in
index b431560d6..70e3e102c 100644
--- a/interface-definitions/vpp.xml.in
+++ b/interface-definitions/vpp.xml.in
@@ -891,26 +891,19 @@
</leafNode>
</children>
</node>
- <node name="unix">
+ <leafNode name="poll-sleep-usec">
<properties>
- <help>Unix settings</help>
+ <help>Add a fixed-sleep between main loop poll</help>
+ <valueHelp>
+ <format>u32:0-500000</format>
+ <description>Sleep interval in microseconds</description>
+ </valueHelp>
+ <constraint>
+ <validator name="numeric" argument="--range 0-500000"/>
+ </constraint>
</properties>
- <children>
- <leafNode name="poll-sleep-usec">
- <properties>
- <help>Add a fixed-sleep between main loop poll</help>
- <valueHelp>
- <format>u32:0-500000</format>
- <description>Sleep interval in microseconds</description>
- </valueHelp>
- <constraint>
- <validator name="numeric" argument="--range 0-500000"/>
- </constraint>
- </properties>
- <defaultValue>0</defaultValue>
- </leafNode>
- </children>
- </node>
+ <defaultValue>0</defaultValue>
+ </leafNode>
</children>
</node>
<node name="sflow" owner="${vyos_conf_scripts_dir}/vpp_sflow.py">