summaryrefslogtreecommitdiff
path: root/interface-definitions/include
diff options
context:
space:
mode:
authorNataliia Solomko <natalirs1985@gmail.com>2025-08-12 18:48:05 +0300
committerNataliia Solomko <natalirs1985@gmail.com>2025-08-13 14:18:16 +0300
commitebb4b887f888ba71afd8c52d17520de4bcc53889 (patch)
tree358835190b99714e90409471e95b0f161a226e92 /interface-definitions/include
parent4c47b5c170baa189d9a4983f050856a226b6553e (diff)
downloadvyos-1x-ebb4b887f888ba71afd8c52d17520de4bcc53889.tar.gz
vyos-1x-ebb4b887f888ba71afd8c52d17520de4bcc53889.zip
T7678: Remove host-resources from CLI
It will be configured in section "system option host-resources"
Diffstat (limited to 'interface-definitions/include')
-rw-r--r--interface-definitions/include/vpp_host_resources.xml.i35
1 files changed, 0 insertions, 35 deletions
diff --git a/interface-definitions/include/vpp_host_resources.xml.i b/interface-definitions/include/vpp_host_resources.xml.i
deleted file mode 100644
index 1706c8c87..000000000
--- a/interface-definitions/include/vpp_host_resources.xml.i
+++ /dev/null
@@ -1,35 +0,0 @@
-<!-- include start from vpp_host_resources.xml.i -->
-<node name="host-resources">
- <properties>
- <help>Host resources control</help>
- </properties>
- <children>
- <leafNode name="max-map-count">
- <properties>
- <help>Maximum number of memory map areas a process may have</help>
- <valueHelp>
- <format>u32:65535-2147483647</format>
- <description>Areas count</description>
- </valueHelp>
- <constraint>
- <validator name="numeric" argument="--range 65535-2147483647"/>
- </constraint>
- </properties>
- <defaultValue>65535</defaultValue>
- </leafNode>
- <leafNode name="shmmax">
- <properties>
- <help>Maximum shared memory segment size that can be created</help>
- <valueHelp>
- <format>u32:0-18446744073709551612</format>
- <description>Size in bytes</description>
- </valueHelp>
- <constraint>
- <validator name="numeric" argument="--range 0-18446744073709551612"/>
- </constraint>
- </properties>
- <defaultValue>2147483648</defaultValue>
- </leafNode>
- </children>
-</node>
-<!-- include end -->