diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-11-18 16:07:37 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-11-23 20:44:02 +0100 |
commit | 3308bc150646abcf523c001a7b6086c46703b204 (patch) | |
tree | c9f72fae3d33c8457d28f9996e999474cb38daf2 /interface-definitions | |
parent | fc65bb35be37878d4cc4cbb5d330f56febaaa409 (diff) | |
download | vyos-1x-3308bc150646abcf523c001a7b6086c46703b204.tar.gz vyos-1x-3308bc150646abcf523c001a7b6086c46703b204.zip |
wireless: T1627: config migrator does not support camel casing
convert all nodes to lowercase
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/interfaces-wireless.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/interfaces-wireless.xml b/interface-definitions/interfaces-wireless.xml index c9b9618e8..4d098ac37 100644 --- a/interface-definitions/interfaces-wireless.xml +++ b/interface-definitions/interfaces-wireless.xml @@ -43,7 +43,7 @@ <help>HT (High Throughput) settings</help> </properties> <children> - <leafNode name="40MHz-incapable"> + <leafNode name="40mhz-incapable"> <properties> <help>40MHz intolerance, use 20MHz only!</help> <valueless/> |