On Thu, Dec 9, 2010 at 9:36 PM, frank <[email protected]> wrote: > I don't see parameter to specify IP/Port of openflow controller for > vswitchd connect in, How vswitchd find controller? auto discovery? > by > > ovs-vswitchd ofproto/list
"ofproto/list" is an ovs-appctl command, not an ovs-vswitchd command. It does not have anything to do with OpenFlow controllers. To set the OpenFlow controller, use "ovs-vsctl set-controller". See the ovs-vsctl and ovs-vswitchd.conf.db manpages for details. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss_openvswitch.org
