"docs/git@developer.sourcefind.cn:Fzc7075/nunchaku.git" did not exist on "de6a75b6f8cfc2324bc63984d3ce54b10a1dcc08"
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