Commit d5d4d87f authored by Antoine Kaufmann's avatar Antoine Kaufmann Committed by Antoine Kaufmann
Browse files

experiments: call set_newtork on simbricks hosts in NS3E2ENet

parent e6f87025
......@@ -966,6 +966,8 @@ class NS3E2ENet(NetSim):
if c.peer:
p_suf = min(c.name, c.peer.name)
self.connect_network(c.simbricks_component, p_suf)
elif isinstance(c, e2e.E2ESimbricksHost):
c.simbricks_component.set_network(self)
def run_cmd(self, env):
# resolve all socket paths
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment