ryy-client is a debug tool for developers. It only make sense for those who are familiar with its internals. If you're curious about what those mean, please read source code.
run openstack with devstack and run ryu-manager # PYTHONPATH=. ./bin/ryu-manager --config-file=etc/ryu/ryu.conf --verbose ryu.app.gre_tunnel,ryu.app.quantum_adapter,ryu.app.rest,ryu.app.rest_conf_switch,ryu.app.rest_tunnel,ryu.app.tunnel_port_updater,ryu.app.rest_quantum .... Then use ryu-client to retrieve informations. # ryu-client list-nets ["__NW_ID_RESERVED__", "__NW_ID_EXTERNAL__", "798f6441-ee1e-4a27-8b0d-b880e6e1a165", "ac311a19-84da-4bfe-a549-58aad1dbf8ee", "__NW_ID_VPORT_GRE__"] # ryu-client list-nets ["__NW_ID_RESERVED__", "__NW_ID_EXTERNAL__", "798f6441-ee1e-4a27-8b0d-b880e6e1a165", "ac311a19-84da-4bfe-a549-58aad1dbf8ee", "__NW_ID_VPORT_GRE__"] ryu-client get_tun_key 798f6441-ee1e-4a27-8b0d-b880e6e1a165 3 ryu-client qi_list_iface ["b0e600bf-b001-4ac7-b9bd-f3ddf2032d88", "64e3d5ac-e315-4f38-bbbf-4b2a38856137", "1ebd1f79-37a1-4590-830d-05f1b2f3fb7e"] ryu-client qi_list_keys b0e600bf-b001-4ac7-b9bd-f3ddf2032d88 ["network_id"] ryu-client qi_get_net_id b0e600bf-b001-4ac7-b9bd-f3ddf2032d88 "ac311a19-84da-4bfe-a549-58aad1dbf8ee" thanks, On Sat, Jun 22, 2013 at 11:05:22AM +0530, Nikhil wrote: > Hello, > > Please give me some examples for running ryu-client > > Best Regards, > Nikhil > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > _______________________________________________ > Ryu-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ryu-devel -- yamahata ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
