Hello, I have a problem with the rest api of Ryu. What I do:
- take mininet image from mininet.org - install Ryu (from pip and from git - it is the same problem) - run Ryu with: "PYTHONPATH=. ryu-manager --verbose ./app/rest.py" - start my mininet custom topology - run the rest request: "curl -X GET http://localhost:8080/stats/switches" (like mentioned in the docu) I get the respond: <html> <head> <title>404 Not Found</title> </head> <body> <h1>404 Not Found</h1> The resource could not be found.<br /><br /> </body> </html> What can I do? Is it a bug? Thank you for help. ------------------------------------------------------------------------------ _______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel