]> git.parisson.com Git - telecaster-client.git/commitdiff
fix eth bug
authoryomguy <>
Fri, 26 Nov 2010 17:32:09 +0000 (17:32 +0000)
committeryomguy <>
Fri, 26 Nov 2010 17:32:09 +0000 (17:32 +0000)
webview.py

index ab69cb4833038e0513c954b533071376fc45be12..806d40f57f912ecec6dfd2af3c3b4c1a8115ee6a 100644 (file)
@@ -50,7 +50,7 @@ class WebView(FieldStorage):
         FieldStorage.__init__(self)
         self.conf = conf
         self.version = version
-        self.interfaces = ['eth0', 'eth1', 'eth2']
+        self.interfaces = ['eth0', 'eth1', 'eth2', 'eth0-eth2']
         ip = ''
         for interface in self.interfaces:
             try: