On Wed, May 23, 2012 at 10:12:34PM +0800, faicker mo wrote: > I want to control the OVS with openflow remotely. > > I found this way is OK: > ------- > ovs-vsctl set-controller br0 ptcp: > ovs-ofctl show tcp:192.168.8.125 > ------ > But I find it didn't use the openflow.
Yes, it did. What do you mean? > how can I control OVS with open flow remotely? You just did, with ovs-ofctl. > I find ovsdb-client uses the openflow. Is this the right way? ovsdb-client does not use OpenFlow. What are you actually trying to accomplish? _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
