aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/Network.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/Network.py b/lib/python/Components/Network.py
index 3ee76298..a8c75907 100644
--- a/lib/python/Components/Network.py
+++ b/lib/python/Components/Network.py
@@ -190,7 +190,7 @@ class Network:
def deactivateNetworkConfig(self):
for iface in self.ifaces.keys():
- os.system("ip addr flush" + iface)
+ os.system("ip addr flush " + iface)
os.system("/etc/init.d/networking stop")
os.system("killall -9 udhcpc")
os.system("rm /var/run/udhcpc*")