From 20dfd05bf67dcb6437df8440e401286255426356 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Wed, 25 Jan 2023 20:46:46 +0100 Subject: container: xml: T4947: add missing default value in CLI help VyOS 1.3 does not support automatic generation of the (default: <>) string from XML defaultValue nodes. Specify help string manually. --- interface-definitions/container.xml.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'interface-definitions') diff --git a/interface-definitions/container.xml.in b/interface-definitions/container.xml.in index b61664125..1c971b58a 100644 --- a/interface-definitions/container.xml.in +++ b/interface-definitions/container.xml.in @@ -111,7 +111,7 @@ - Memory (RAM) available to this container + Memory (RAM) available to this container (default: 512) u32:0 Unlimited @@ -129,7 +129,7 @@ - Shared memory available to this container + Shared memory available to this container (default: 64) u32:0 Unlimited @@ -207,7 +207,7 @@ - Transport protocol used for port mapping + Transport protocol used for port mapping (default: tcp) tcp udp @@ -229,7 +229,7 @@ - Restart options for container + Restart options for container (default: on-failure) no on-failure always @@ -276,7 +276,7 @@ - Volume access mode ro/rw + Volume access mode ro/rw (default: rw) ro rw @@ -334,7 +334,7 @@ - Registry Name + Registry Name (default: docker.io, quay.io) docker.io quay.io -- cgit v1.2.3