Hello,

I am learning the SDN, and I use RYU as controller.I do demos as the ryu
book:

http://osrg.github.io/ryu-book/en/html/rest_qos.html

But my environment is different from the Ryu-book, as my Ryu controller is
on my host not VM, and mininet connect the controller by :

ovs-vsctl set-contrller tcp:192.168.56.1(my host ip),  things goes well.

These days, I am learning the rest_qos.py, then I need to set the ovsdb, in
Ryu-book, it said to do this:

Node: c0 (root):

root@ryu-vm:~# curl -X PUT -d '"tcp:127.0.0.1:6632"'
http://localhost:8080/v1.0/conf/switches/0000000000000001/ovsdb_addr

I wonder what is the ovsdb_addr, and how can I set the ovsdb_addr in my
enviroment as my controller is in my host(ip: 192.168.56.1).


Thank you very much in advance!
------------------------------------------------------------------------------
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to