aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOyvind Bakksjo <bakksjo@yahoo-inc.com>2016-06-24 14:26:18 +0200
committerOyvind Bakksjo <bakksjo@yahoo-inc.com>2016-06-27 12:44:11 +0200
commit0164f27cd56abef0e7a0d0f089915689c49b0ada (patch)
tree4b07efb99ba3cce476be80a96d2ade48a1592713
parentf351873245c19b8b9c3c0638768fd2a741b646c1 (diff)
Fix indentation.
-rwxr-xr-xnode-admin/scripts/configure-container-networking.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/node-admin/scripts/configure-container-networking.py b/node-admin/scripts/configure-container-networking.py
index c5efbe5be0a..995f2b5c906 100755
--- a/node-admin/scripts/configure-container-networking.py
+++ b/node-admin/scripts/configure-container-networking.py
@@ -331,8 +331,8 @@ container_ns.link('set', index=container_interface_index, state='up', name=conta
if local_mode:
pass
elif vm_mode:
- # Set the default route to the IP of the host vespa interface (e.g. osx)
- container_ns.route("add", gateway=get_attribute(host_ip_best_match_for_container, 'IFA_ADDRESS'))
+ # Set the default route to the IP of the host vespa interface (e.g. osx)
+ container_ns.route("add", gateway=get_attribute(host_ip_best_match_for_container, 'IFA_ADDRESS'))
else:
# Set up default route/gateway in container.