[ovs-git] [openvswitch/ovs] 9513c0: db-ctl-base: Add {in} and {not-in} set relational ...

Ben Pfaff noreply at github.com
Tue Feb 2 20:59:31 UTC 2021


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 9513c0233dca774812cb62357edf73586480f123
      https://github.com/openvswitch/ovs/commit/9513c0233dca774812cb62357edf73586480f123
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2021-02-02 (Tue, 02 Feb 2021)

  Changed paths:
    M NEWS
    M lib/db-ctl-base.c
    M lib/db-ctl-base.man
    M lib/db-ctl-base.xml
    M tests/ovs-vsctl.at

  Log Message:
  -----------
  db-ctl-base: Add {in} and {not-in} set relational operators.

I would have found these useful for the OVN tests.  The {in} operator
is the same as {<=}, but it's still useful to have the alternate syntax
because most of the time we think of set inclusion separately from
set subsets.  The {not-in} operator is different from any existing
operator though.

Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: Ilya Maximets <i.maximets at ovn.org>




More information about the git mailing list