From: yomguy Date: Mon, 28 Jul 2014 13:37:56 +0000 (+0200) Subject: add eth6 to context X-Git-Tag: 0.9~14^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=a41141d0cd321a5ae155834b2b051a2d7ac7d7f9;p=telecaster-client.git add eth6 to context --- diff --git a/telecaster/context_processors.py b/telecaster/context_processors.py index 02cd907..16740ed 100644 --- a/telecaster/context_processors.py +++ b/telecaster/context_processors.py @@ -38,7 +38,7 @@ import socket import fcntl import struct -interfaces = ['eth0', 'eth1', 'eth2', 'eth0-eth2', 'eth3', 'eth4', 'eth5', +interfaces = ['eth0', 'eth1', 'eth2', 'eth0-eth2', 'eth3', 'eth4', 'eth5', 'eth6', 'wlan0', 'wlan1', 'wlan2', 'wlan3', 'wlan4']