On Mon, Aug 06, 2018 at 04:39:13PM -0400, Mark Michelson wrote:
> On 08/03/2018 01:54 PM, Ben Pfaff wrote:
> >This will allow selected options to be interpreted locally and others to
> >be passed to the daemon, when the daemon is in use.
> >
> >Signed-off-by: Ben Pfaff <[email protected]>
> >+ default:
> >+ if (allocated_po >= n_po) {
>
> This if is backwards. It should be:
>
> if (n_po >= allocated_po) {
Good catch. Thanks, I fixed this.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev