On Mon, Jun 23, 2014 at 02:38:50PM -0700, Ben Pfaff wrote:
> On Sat, Jun 14, 2014 at 08:33:13AM +0900, Simon Horman wrote:
> > Previously the out_port of a flow monitor was
> > checked in ofmonitor_report() using ofoperation_has_out_port().
> >
> > When ofoperation_has_out_port() was removed so wa
On Sat, Jun 14, 2014 at 08:33:13AM +0900, Simon Horman wrote:
> Previously the out_port of a flow monitor was
> checked in ofmonitor_report() using ofoperation_has_out_port().
>
> When ofoperation_has_out_port() was removed so was the call to
> it in ofmonitor_report() thus flow monitor updates ar
Previously the out_port of a flow monitor was
checked in ofmonitor_report() using ofoperation_has_out_port().
When ofoperation_has_out_port() was removed so was the call to
it in ofmonitor_report() thus flow monitor updates are longer
filtered on the out_port.
This restores filtering on the out_p