From: yomguy Date: Fri, 25 Jul 2014 07:45:21 +0000 (+0200) Subject: add eth6 X-Git-Tag: 0.9~14^2~2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=a7517d27664a04eedf00e40727bbff1265b09a91;p=telecaster-client.git add eth6 --- diff --git a/telecaster/tools/status.py b/telecaster/tools/status.py index 32e9786..a2dd4c9 100644 --- a/telecaster/tools/status.py +++ b/telecaster/tools/status.py @@ -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'}