From: yomguy Date: Thu, 18 Jul 2013 09:00:40 +0000 (+0200) Subject: add eth5 X-Git-Tag: 0.9~20 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=210d3dff078d99ca459d31c3ae347eb14e2cbd77;p=telecaster-client.git add eth5 --- diff --git a/telecaster/tools/status.py b/telecaster/tools/status.py index c646c75..32e9786 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', + interfaces = ['eth0', 'eth1', 'eth2', 'eth0-eth2', 'eth3', 'eth4', 'eth5', 'wlan0', 'wlan1', 'wlan2', 'wlan3', 'wlan4'] acpi_states = {0: 'battery', 1: 'battery', 2: 'AC'}