diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-11-03 17:19:04 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-11-03 17:19:04 +0100 |
commit | f8a4314503072af90d8a4ab443898be7c73f3895 (patch) | |
tree | ddf4599eb7d037e6e4606a1c3ff59f478563d519 /interface-definitions | |
parent | 3c03131f6caa3e1abd11bb91d0ce972bd37d9239 (diff) | |
download | vyos-1x-f8a4314503072af90d8a4ab443898be7c73f3895.tar.gz vyos-1x-f8a4314503072af90d8a4ab443898be7c73f3895.zip |
wireless: T3043: rename "wpa mode both" to "wpa+wpa2"
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/interfaces-wireless.xml.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/interface-definitions/interfaces-wireless.xml.in b/interface-definitions/interfaces-wireless.xml.in index 423ec7ba2..7d576648a 100644 --- a/interface-definitions/interfaces-wireless.xml.in +++ b/interface-definitions/interfaces-wireless.xml.in @@ -681,7 +681,7 @@ <properties> <help>WPA mode</help> <completionHelp> - <list>wpa wpa2 both</list> + <list>wpa wpa2 wpa+wpa2</list> </completionHelp> <valueHelp> <format>wpa</format> @@ -692,15 +692,15 @@ <description>WPA2 (full IEEE 802.11i/RSN)</description> </valueHelp> <valueHelp> - <format>both</format> + <format>wpa+wpa2</format> <description>Allow both WPA and WPA2</description> </valueHelp> <constraint> - <regex>^(wpa|wpa2|both)$</regex> + <regex>^(wpa|wpa2|wpa\+wpa2)$</regex> </constraint> <constraintErrorMessage>Unknown WPA mode</constraintErrorMessage> </properties> - <defaultValue>both</defaultValue> + <defaultValue>wpa+wpa2</defaultValue> </leafNode> <leafNode name="passphrase"> <properties> |