Re: [ovs-dev] [PATCH v3 06/41] connmgr: Support monitor out_group

2014-06-23 Thread Ben Pfaff
On Mon, Jun 16, 2014 at 11:29:26AM +0900, Simon Horman wrote: > Filter updates based on the out_group of a flow monitor. > This is analogous to the existing treatment of out_port. > > This is in preparation for supporting OpenFlow1.4 flow monitors. > > Signed-off-by: Simon Horman I would squash

[ovs-dev] [PATCH v3 06/41] connmgr: Support monitor out_group

2014-06-15 Thread Simon Horman
Filter updates based on the out_group of a flow monitor. This is analogous to the existing treatment of out_port. This is in preparation for supporting OpenFlow1.4 flow monitors. Signed-off-by: Simon Horman --- v3 * Rework for removal of asynchronous operations v2 * No change --- ofproto/conn