From 6de13786e3b8519af715b17b687fb6a82aaee420 Mon Sep 17 00:00:00 2001 From: yomguy Date: Thu, 18 Jul 2013 11:08:39 +0200 Subject: [PATCH] add eth5 to context host --- 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 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'] -- 2.39.5