[ovs-dev] [PATCH v2 2/3] ovn-nbctl: Separate command-line options parsing and interpretation.

Ben Pfaff blp at ovn.org
Mon Aug 6 21:43:51 UTC 2018


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 <blp at ovn.org>

> >+        default:
> >+            if (allocated_po >= n_po) {
> 
> This if is backwards. It should be:
> 
> if (n_po >= allocated_po) {

Good catch.  Thanks, I fixed this.


More information about the dev mailing list