]> git.parisson.com Git - telecaster-client.git/commitdiff
add more eth
authoryomguy <yomguy@parisson.com>
Tue, 5 Jul 2016 14:06:20 +0000 (16:06 +0200)
committeryomguy <yomguy@parisson.com>
Tue, 5 Jul 2016 14:06:20 +0000 (16:06 +0200)
telecaster/context_processors.py
telecaster/tools/status.py
telecaster/views.py

index 16740ed9f18b61b91b3acf6e2b698f91e6836537..ece4dd0b2204b90b201215ab67be0ddd096e09fe 100644 (file)
@@ -38,7 +38,7 @@ import socket
 import fcntl
 import struct
 
-interfaces = ['eth0', 'eth1', 'eth2', 'eth0-eth2', 'eth3', 'eth4', 'eth5', 'eth6',
+interfaces = ['eth0', 'eth1', 'eth2', 'eth0-eth2', 'eth3', 'eth4', 'eth5', 'eth6', 'eth7', 'eth8', 'eth9',
                   'wlan0', 'wlan1', 'wlan2', 'wlan3', 'wlan4']
 
 
index a2dd4c9308c487a826d9a35fbbc2b8addde74006..c22297c3d98b6656b9281f45a596cdfc49887fc6 100644 (file)
@@ -41,7 +41,7 @@ from django.conf import settings
 
 class Status(object):
 
-    interfaces = ['eth0', 'eth1', 'eth2', 'eth0-eth2', 'eth3', 'eth4', 'eth5', 'eth6',
+    interfaces = ['eth0', 'eth1', 'eth2', 'eth0-eth2', 'eth3', 'eth4', 'eth5', 'eth6', 'eth7', 'eth8', 'eth9',
                   'wlan0', 'wlan1', 'wlan2', 'wlan3', 'wlan4']
     acpi_states = {0: 'battery', 1: 'battery', 2: 'AC'}
 
index f392107bb08f9bb26a84f5fea6ab98ef290bf8ae..2e9b2a6832e79df33b2aec55d1cb7475eabc9152 100644 (file)
@@ -45,7 +45,7 @@ def get_host(request):
 
 class Status(object):
 
-    interfaces = ['eth0', 'eth1', 'eth2', 'eth0-eth2', 'eth3', 'eth4', 'eth5',
+    interfaces = ['eth0', 'eth1', 'eth2', 'eth0-eth2', 'eth3', 'eth4', 'eth5', 'eth6', 'eth7', 'eth8', 'eth9',
                   'wlan0', 'wlan1', 'wlan2', 'wlan3', 'wlan4']
     
     acpi_states = {0: 'battery', 1: 'battery', 2: 'AC'}