"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "02ff7788e52f39096ded7971c29bae41a737d240"
Commit bc454c29 authored by Jialin Li's avatar Jialin Li
Browse files

nopaxos: endhost sequencer no longer uses special routing

parent 19a71e0d
......@@ -523,7 +523,7 @@ class NS3SequencerNet(NetSim):
elif 'replica' in n.name:
ports += '--ServerPort=' + s + ' '
elif 'sequencer' in n.name:
ports += '--EndhostSequencerPort=' + s + ' '
ports += '--ServerPort=' + s + ' '
else:
raise Exception('Wrong NIC type')
cmd = env.repodir + '/sims/external/ns-3' + '/cosim-run.sh sequencer sequencer-single-switch-example ' + ports + ' ' + self.opt
......
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