diff options
| author | acid-burn <acid-burn@opendreambox.org> | 2010-01-29 09:14:17 +0100 |
|---|---|---|
| committer | acid-burn <acid-burn@opendreambox.org> | 2010-01-29 09:14:17 +0100 |
| commit | 57ff47aa9d84ac5502a6d1bebcb10780997c3134 (patch) | |
| tree | dad2b6d8724a9cd8cc3fa5a20c7da854182da623 /lib/python/Components/Network.py | |
| parent | 1ff71d24c512a57686d8cdbef41bc0112ca9be72 (diff) | |
| parent | b6bf9802c72dfa28dc2fc25014792d9771e49366 (diff) | |
| download | enigma2-57ff47aa9d84ac5502a6d1bebcb10780997c3134.tar.gz enigma2-57ff47aa9d84ac5502a6d1bebcb10780997c3134.zip | |
Merge commit 'origin/bug_218_simplify_networkwizard' into experimental
Conflicts:
lib/python/Plugins/SystemPlugins/NetworkWizard/NetworkWizard.py
Diffstat (limited to 'lib/python/Components/Network.py')
| -rwxr-xr-x | lib/python/Components/Network.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/python/Components/Network.py b/lib/python/Components/Network.py index bd10d9c3..4b0213d4 100755 --- a/lib/python/Components/Network.py +++ b/lib/python/Components/Network.py @@ -234,7 +234,7 @@ class Network: self.configuredNetworkAdapters = self.configuredInterfaces # load ns only once self.loadNameserverConfig() - print "read configured interfac:", ifaces + print "read configured interface:", ifaces print "self.ifaces after loading:", self.ifaces self.config_ready = True self.msgPlugins() @@ -425,6 +425,7 @@ class Network: def checkNetworkState(self,statecallback): # www.dream-multimedia-tv.de, www.heise.de, www.google.de + self.NetworkState = 0 cmd1 = "ping -c 1 82.149.226.170" cmd2 = "ping -c 1 193.99.144.85" cmd3 = "ping -c 1 209.85.135.103" |
