diff --git a/files/dev_type.csv b/files/dev_type.csv deleted file mode 100644 index e4f382e..0000000 --- a/files/dev_type.csv +++ /dev/null @@ -1,15 +0,0 @@ -DEV_TYPE;DEV_NAME -ethernet;enp0s1 -ethernet;enp0s2 -ethernet;enp1s0 -ethernet;enp1s1 -wifi;wifi -wifi;wl0 -wifi;wl1 -VPN;tap0 -VPN;tap1 -VPN;tun0 -VPN;tun1 -VPN;pppoe0 -bridge;br0 -bridge;br1 diff --git a/files/list-network.csv b/files/list-network.csv new file mode 100644 index 0000000..645005b --- /dev/null +++ b/files/list-network.csv @@ -0,0 +1,15 @@ +TYPE;NAME +Ethernet;enp0s1 +Ethernet;enp0s2 +Ethernet;enp1s0 +Ethernet;enp1s1 +WiFi;wifi +WiFi;wl0 +WiFi;wl1 +VPN;tap0 +VPN;tap1 +VPN;tun0 +VPN;tun1 +VPN;pppoe0 +Bridge;br0 +Bridge;br1