> On Dec 29, 2015, at 3:18 AM, Ali Volkan Atli <[email protected]> > wrote: > > Hi all > > I started a ovs-vswitchd like this: > > sudo ovs-vswitchd --pidfile -v tcp:127.0.0.1:6653
You need to specify the ovsdb-server address as the argument, not the OpenFlow controller. You then add the controller information to the the database "controller" table. --Justin _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
