diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-11-17 13:15:40 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-11-17 13:17:10 +0100 |
commit | b1cc15ab68925fb333f1e75862faefa365ac18d1 (patch) | |
tree | b1e99b7a97ae46f0379365e9a7a143296ecb309b /data | |
parent | 7456967924cc771b00488618a6edbd52e6ed6b15 (diff) | |
download | vyos-1x-b1cc15ab68925fb333f1e75862faefa365ac18d1.tar.gz vyos-1x-b1cc15ab68925fb333f1e75862faefa365ac18d1.zip |
wireless: T1627: fix interface names for list_interfaces.py
The interface name was invalid, thus calling "list_interfaces.py -t wireless"
won't return the actual wifi interfaces.
Diffstat (limited to 'data')
-rw-r--r-- | data/interface-types.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/interface-types.json b/data/interface-types.json index f5820f403..f1862b882 100644 --- a/data/interface-types.json +++ b/data/interface-types.json @@ -11,7 +11,7 @@ "l2tpv3": "l2tpeth", "vxlan": "vxlan", "wireguard": "wg", - "wireless": "wireless", + "wireless": "wlan", "wirelessmodem": "wlm", "input": "ifb", "pppoe": "pppoe" |