summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-11-17 13:15:40 +0100
committerChristian Poessinger <christian@poessinger.com>2019-11-17 13:17:10 +0100
commitb1cc15ab68925fb333f1e75862faefa365ac18d1 (patch)
treeb1e99b7a97ae46f0379365e9a7a143296ecb309b
parent7456967924cc771b00488618a6edbd52e6ed6b15 (diff)
downloadvyos-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.
-rw-r--r--data/interface-types.json2
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"