Ryu shows me this dpid... This message error that I see always it can be the problem?
<html> <head> <title>404 Not Found</title> </head> <body> <h1>404 Not Found</h1> The resource could not be found.<br /><br /> <!-- /usr/local/lib/python2.7/dist-packages/ryu/app/gui_topology/html/stats/flowentry/add --> </body> I think this line tries to say me something, <!-- /usr/local/lib/python2.7/dist-packages/ryu/app/gui_topology/html/stats/flowentry/add --> I start ryu like this: ryu-manager --verbose --observe-links /usr/local/lib/python2.7/dist-packages/ryu/app/gui_topology/gui_topology.py && /usr/local/lib/python2.7/dist-packages/ryu/topology/switches.py && /usr/local/lib/python2.7/dist-packages/ryu/app/rest_topology.py && /usr/local/lib/python2.7/dist-packages/ryu/app/ofctl_rest.py it's correct? Thanks a lot! ________________________________________ De: FUJITA Tomonori <[email protected]> Enviado: martes, 2 de septiembre de 2014 2:44 Para: MARIA VICTORIA ALVAREZ SIERRA Cc: LUIS MIGUEL CONTRERAS MURILLO; [email protected] Asunto: Re: [Ryu-devel] Adding flows Hi, Please keep the mailng list. On Mon, 1 Sep 2014 09:33:29 +0000 MARIA VICTORIA ALVAREZ SIERRA <[email protected]> wrote: > If I put : > > curl -X POST -d '{"dpid": "274970902523461", "match": {"in_port": "1"}, > "actions": [{"type": "OUTPUT", "port": "2"}]}' > http://localhost:8080/stats/flowentry/add The format looks ok. All I can say is that dpid might be wrong. ________________________________ Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario, puede contener información privilegiada o confidencial y es para uso exclusivo de la persona o entidad de destino. Si no es usted. el destinatario indicado, queda notificado de que la lectura, utilización, divulgación y/o copia sin autorización puede estar prohibida en virtud de la legislación vigente. Si ha recibido este mensaje por error, le rogamos que nos lo comunique inmediatamente por esta misma vía y proceda a su destrucción. The information contained in this transmission is privileged and confidential information intended only for the use of the individual or entity named above. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this transmission in error, do not read it. Please immediately reply to the sender that you have received this communication in error and then delete it. Esta mensagem e seus anexos se dirigem exclusivamente ao seu destinatário, pode conter informação privilegiada ou confidencial e é para uso exclusivo da pessoa ou entidade de destino. Se não é vossa senhoria o destinatário indicado, fica notificado de que a leitura, utilização, divulgação e/ou cópia sem autorização pode estar proibida em virtude da legislação vigente. Se recebeu esta mensagem por erro, rogamos-lhe que nos o comunique imediatamente por esta mesma via e proceda a sua destruição ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
