]> git.parisson.com Git - telecaster-client.git/commitdiff
add eth5
authoryomguy <yomguy@parisson.com>
Thu, 18 Jul 2013 09:00:40 +0000 (11:00 +0200)
committeryomguy <yomguy@parisson.com>
Thu, 18 Jul 2013 09:00:40 +0000 (11:00 +0200)
telecaster/tools/status.py

index c646c75a90f889c30596bfb498a0d14ecd2f2c86..32e9786432ff00e817c0e6cfca9f73657547fb97 100644 (file)
@@ -41,7 +41,7 @@ from django.conf import settings
 
 class Status(object):
 
-    interfaces = ['eth0', 'eth1', 'eth2', 'eth0-eth2', 'eth3', 'eth4',
+    interfaces = ['eth0', 'eth1', 'eth2', 'eth0-eth2', 'eth3', 'eth4', 'eth5',
                   'wlan0', 'wlan1', 'wlan2', 'wlan3', 'wlan4']
     acpi_states = {0: 'battery', 1: 'battery', 2: 'AC'}