[ovs-dev] [PATCH 1/3] condition: Fix ==, !=, includes, excludes on optional scalars.

Ben Pfaff blp at ovn.org
Thu Oct 4 01:22:19 UTC 2018


On Thu, Sep 06, 2018 at 07:30:10PM -0700, Ben Pfaff wrote:
> Open vSwitch 2.4 introduced an OVSDB extension in which a column with
> type optional integer or real could be compared with the operators <,
> <=, >, and >=.  At the same time, it broke the implementation of the
> operators ==, !=, includes, and excludes on columns with the same types.
> This fixes the problem.
> 
> Reported-by: Hans Ole Rafaelsen <hrafaelsen at gmail.com>
> Reported-at: https://mail.openvswitch.org/pipermail/ovs-discuss/2018-September/047356.html
> CC: Terry Wilson <twilson at redhat.com>
> Fixes: 09e256031a62 ("ovsdb: Allow comparison on optional scalar types")
> Signed-off-by: Ben Pfaff <blp at ovn.org>

Hans, thanks again for the bug report.  This is now fixed on master and
branch-2.10.


More information about the dev mailing list