From: yomguy Date: Thu, 18 Jul 2013 09:08:39 +0000 (+0200) Subject: add eth5 to context host X-Git-Tag: 0.9~19 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6de13786e3b8519af715b17b687fb6a82aaee420;p=telecaster-client.git add eth5 to context host --- diff --git a/telecaster/context_processors.py b/telecaster/context_processors.py index 84236d1..455995c 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', +interfaces = ['eth0', 'eth1', 'eth2', 'eth0-eth2', 'eth3', 'eth4', 'eth5', 'wlan0', 'wlan1', 'wlan2', 'wlan3', 'wlan4']