]> git.parisson.com Git - telecaster-client.git/commitdiff
add new eth id
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 1 Mar 2024 14:08:47 +0000 (15:08 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 1 Mar 2024 14:08:47 +0000 (15:08 +0100)
telecaster/tools/status.py

index b4e71f047fccb31ccf77901e2c6217ac6af90fc9..332f49c49f7c65e1e0ec40fb09edc0fe74f9664d 100644 (file)
@@ -42,7 +42,7 @@ from django.conf import settings
 
 interfaces = ['eth0', 'eth1', 'eth2', 'eth0-eth2', 'eth3', 'eth4', 'eth5',
               'eth6', 'eth7', 'eth8', 'eth9', 'eno0', 'eno1', 'enp0s25',
-              'wlan0', 'wlan1', 'wlan2', 'wlan3', 'wlan4']
+              'wlan0', 'wlan1', 'wlan2', 'wlan3', 'wlan4', 'enp114s0']
 
 acpi_states = {0: 'battery', 1: 'battery', 2: 'AC'}