As you point out, ovs-controller speaks OpenFlow, but not the management protocol. You can put ovs-vsctl in a server mode to sort of get basic ovs-controller-like behavior. There's an example of doing this in the BUGS section of the ovs-controller man page. Obviously you'd need to provide options to set STP instead of a controller
--Justin On Mar 11, 2012, at 6:14 AM, ABDULHAMID NOOR <[email protected]> wrote: > Dear all, > I want to apply certain interface related changes to open > vswitch bridge when it connect to the controller. > Can OpenFlow controller like ovs-controller be used to enable and disable STP > on interfaces on open vswitch ? > Normally ovs-vsctl tool is used to set STP in ovs-dbserver Bridge table. like > "ovs-vsctl set Bridge br0 stp_enable=true" > > How I can connect the ovs-controller to open vswitch configuration DB to make > such changes when a bridge connect to it? > Whether I should use a controller other than ovs-controller to do this? > > Thanks in advance.... > > _______________________________________________ > discuss mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/discuss
_______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
