On Fri, Nov 30, 2012 at 07:03:17PM -0800, Justin Pettit wrote: > By default, "ovs-vsctl list-br" returns all bridges, real or fake. This > commit adds a "--only-real" option that limits the output to only real > bridges. This will be useful in a future commit that needs to perform > actions only on real bridges. > > Signed-off-by: Justin Pettit <[email protected]>
Do you think it would be worth generalizing this into two options, --real and --fake? With neither option, or with both options, all bridges would be included, otherwise only the requested ones would be. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
