On Wed, Jun 13, 2012 at 03:09:06PM +0800, 星言 墨虚 wrote: > I hope to use controller just like nox to add queue dynamically. > > When a new flow arrived, controller would add a new queue to outport and map > this flow into this queue. > > Do openvswith support this way?
Yes, the OVSDB protocol to communicate with the database is open (see ovsdb/SPECS) and comes with C and Python bindings. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
