diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-22 20:42:56 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-08-22 20:42:56 +0200 |
commit | 68567d60626aa7ee5f990af792eb63f6887d93de (patch) | |
tree | 1bed29b24a2a4d4d478b02e1f1f020816b650a9b | |
parent | d225f938b2250229621c7013c47ce52b839ae169 (diff) | |
download | vyos-1x-68567d60626aa7ee5f990af792eb63f6887d93de.tar.gz vyos-1x-68567d60626aa7ee5f990af792eb63f6887d93de.zip |
xml: op-mode: add missing help test for "reset openvpn" command
-rw-r--r-- | op-mode-definitions/openvpn.xml.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/op-mode-definitions/openvpn.xml.in b/op-mode-definitions/openvpn.xml.in index 8f7419545..73cbbe501 100644 --- a/op-mode-definitions/openvpn.xml.in +++ b/op-mode-definitions/openvpn.xml.in @@ -3,6 +3,9 @@ <node name="reset"> <children> <node name="openvpn"> + <properties> + <help>Reset OpenVPN client/server connections</help> + </properties> <children> <tagNode name="client"> <properties> |