diff options
author | Thomas Mangin <thomas.mangin@exa.net.uk> | 2020-03-24 18:36:46 +0000 |
---|---|---|
committer | Thomas Mangin <thomas.mangin@exa.net.uk> | 2020-03-24 18:36:46 +0000 |
commit | bbea850ea5f8ff0402cd276ab63963ece7e0c763 (patch) | |
tree | 4f5a4a5fa2a7c94e3051e905cadcefc389046883 /data | |
parent | 8ac524b6d12618d696fa883ff78ded8c35c26d05 (diff) | |
download | vyos-1x-bbea850ea5f8ff0402cd276ab63963ece7e0c763.tar.gz vyos-1x-bbea850ea5f8ff0402cd276ab63963ece7e0c763.zip |
ifconfig: T2057: remove need for interface-types.json
Diffstat (limited to 'data')
-rw-r--r-- | data/interface-types.json | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/data/interface-types.json b/data/interface-types.json deleted file mode 100644 index f174d3c39..000000000 --- a/data/interface-types.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "loopback": "lo", - "dummy": "dum", - "ethernet": "eth", - "bonding": "bond", - "bridge": "br", - "pseudo-ethernet": "peth", - "openvpn": "vtun", - "tunnel": "tun", - "vti": "vti", - "l2tpv3": "l2tpeth", - "vxlan": "vxlan", - "wireguard": "wg", - "wireless": "wlan", - "wirelessmodem": "wlm", - "input": "ifb", - "pppoe": "pppoe", - "geneve": "gnv" -} |