Skip to content

Commit

Permalink
ja: spanning_tree: Specify the port number of the controller
Browse files Browse the repository at this point in the history
Signed-off-by: “Shinpei Muraoka <“shinpei.muraoka@gmail.com”>
  • Loading branch information
“Shinpei authored and shinpeimuraoka committed Feb 22, 2016
1 parent 358176c commit 0e956e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ja/source/sources/spanning_tree.py
Expand Up @@ -9,7 +9,7 @@
if '__main__' == __name__:
net = Mininet(controller=RemoteController)

c0 = net.addController('c0')
c0 = net.addController('c0', port=6633)

s1 = net.addSwitch('s1')
s2 = net.addSwitch('s2')
Expand Down

0 comments on commit 0e956e5

Please sign in to comment.