]> git.parisson.com Git - telecaster-client.git/commitdiff
add eth6
authoryomguy <yomguy@parisson.com>
Fri, 25 Jul 2014 07:45:21 +0000 (09:45 +0200)
committeryomguy <yomguy@parisson.com>
Fri, 25 Jul 2014 07:45:21 +0000 (09:45 +0200)
telecaster/tools/status.py

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