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 <[email protected]> > Reported-at: > https://mail.openvswitch.org/pipermail/ovs-discuss/2018-September/047356.html > CC: Terry Wilson <[email protected]> > Fixes: 09e256031a62 ("ovsdb: Allow comparison on optional scalar types") > Signed-off-by: Ben Pfaff <[email protected]>
Hans, thanks again for the bug report. This is now fixed on master and branch-2.10. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
