Skip to content
Snippets Groups Projects
Commit 45474401 authored by Mike Marsh's avatar Mike Marsh
Browse files

bring up lo when running without docker

parent edcd0835
No related branches found
No related tags found
No related merge requests found
......@@ -164,6 +164,18 @@ def start_node(base_name,i):
'add',
name
])
subprocess.call([
'sudo',
'ip',
'netns',
'exec',
name,
'ip',
'link',
'set',
'lo',
'up'
])
pass
# Add the node's info to our list.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment