]> git.parisson.com Git - telecaster-client.git/commitdiff
add thinkpad enp0s25
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 8 Jul 2021 07:59:40 +0000 (09:59 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 8 Jul 2021 07:59:40 +0000 (09:59 +0200)
telecaster/tools/status.py

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