Dear all, I have built a simple custom topology network in mininet. and want to use a my own controller in the topology. as follows;
net = Mininet(controller= lambda name: NOX(name ,'myswitch')) # where 'myswitch' is a learning switch component also to add multiple controllers to the topology I did the following additions c1 = net.addController('c1', port = 6633) c2 = net.addController('c2', port = 6634) when I run the topology I got the following error controller_new = controller(name,**kwargs) TypeError:<lambda>() got an unexpected key word argument 'port' in addition pinging between hosts attached to different switches is not working. How can I resolve this? Sincerely, -- Baraki H. Abay Department of Math and Computer science North Carolina Central University Durham, 27707 NC
_______________________________________________ nox-dev mailing list nox-dev@noxrepo.org http://noxrepo.org/mailman/listinfo/nox-dev