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/vpn_ipsec.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/vpn_ipsec.xml.in')
-rw-r--r-- | interface-definitions/vpn_ipsec.xml.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/interface-definitions/vpn_ipsec.xml.in b/interface-definitions/vpn_ipsec.xml.in index 555ba689f..d884d6ce6 100644 --- a/interface-definitions/vpn_ipsec.xml.in +++ b/interface-definitions/vpn_ipsec.xml.in @@ -209,7 +209,7 @@ </leafNode> <tagNode name="proposal"> <properties> - <help>ESP group proposal [REQUIRED]</help> + <help>ESP group proposal</help> <valueHelp> <format>u32:1-65535</format> <description>ESP group proposal number</description> @@ -669,7 +669,7 @@ #include <include/generic-disable-node.xml.i> <node name="authentication"> <properties> - <help>Authentication [REQUIRED]</help> + <help>Authentication</help> </properties> <children> <leafNode name="mode"> @@ -951,7 +951,7 @@ #include <include/generic-disable-node.xml.i> <node name="authentication"> <properties> - <help>Peer authentication [REQUIRED]</help> + <help>Peer authentication</help> </properties> <children> #include <include/ipsec/authentication-id.xml.i> @@ -1077,10 +1077,10 @@ #include <include/ipsec/local-address.xml.i> <tagNode name="tunnel"> <properties> - <help>Peer tunnel [REQUIRED]</help> + <help>Peer tunnel</help> <valueHelp> <format>u32</format> - <description>Peer tunnel [REQUIRED]</description> + <description>Peer tunnel</description> </valueHelp> </properties> <children> @@ -1144,7 +1144,7 @@ </leafNode> <node name="vti"> <properties> - <help>Virtual tunnel interface [REQUIRED]</help> + <help>Virtual tunnel interface</help> </properties> <children> <leafNode name="bind"> |