From a41141d0cd321a5ae155834b2b051a2d7ac7d7f9 Mon Sep 17 00:00:00 2001 From: yomguy Date: Mon, 28 Jul 2014 15:37:56 +0200 Subject: [PATCH] add eth6 to context --- telecaster/context_processors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] -- 2.39.5