diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-06-10 18:06:31 +0000 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-06-10 20:07:32 +0200 |
commit | 18b303734d84c0c5677ea4d872ec068ffcab4cad (patch) | |
tree | e164e2a231b7f804b9c21263fad9eec330409590 /interface-definitions/protocols-nhrp.xml.in | |
parent | 884cd2519515d60a7bc3c9d230fd471735f8a15c (diff) | |
download | vyos-1x-18b303734d84c0c5677ea4d872ec068ffcab4cad.tar.gz vyos-1x-18b303734d84c0c5677ea4d872ec068ffcab4cad.zip |
xml: drop not always applicable REQUIRED suffix from completion help string
If a parameter is required is determined from the Python string on commit.
This "indicator" is not used consistently and sometimes missing, or added where
it is not required anymore due to Python script improvement/rewrite.
Diffstat (limited to 'interface-definitions/protocols-nhrp.xml.in')
-rw-r--r-- | interface-definitions/protocols-nhrp.xml.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/interface-definitions/protocols-nhrp.xml.in b/interface-definitions/protocols-nhrp.xml.in index 66ed26cd2..d7663c095 100644 --- a/interface-definitions/protocols-nhrp.xml.in +++ b/interface-definitions/protocols-nhrp.xml.in @@ -10,7 +10,7 @@ <children> <tagNode name="tunnel"> <properties> - <help>Tunnel for NHRP [REQUIRED]</help> + <help>Tunnel for NHRP</help> <constraint> <regex>tun[0-9]+</regex> </constraint> @@ -44,7 +44,7 @@ <children> <leafNode name="nbma-domain-name"> <properties> - <help>Set HUB fqdn (nbma-address - fqdn) [REQUIRED]</help> + <help>Set HUB fqdn (nbma-address - fqdn)</help> <valueHelp> <format><fqdn></format> <description>Set the external HUB fqdn</description> @@ -71,7 +71,7 @@ </leafNode> <leafNode name="nbma-address"> <properties> - <help>Set HUB address (nbma-address - external hub address or fqdn) [REQUIRED]</help> + <help>Set HUB address (nbma-address - external hub address or fqdn)</help> </properties> </leafNode> <leafNode name="register"> |