[ovs-git] [openvswitch/ovs] 09e256: ovsdb: Allow comparison on optional scalar types

GitHub noreply at github.com
Wed Aug 20 17:30:17 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 09e256031a62f8c3067563140d3f7cf30b0f1c85
      https://github.com/openvswitch/ovs/commit/09e256031a62f8c3067563140d3f7cf30b0f1c85
  Author: Terry Wilson <twilson at redhat.com>
  Date:   2014-08-20 (Wed, 20 Aug 2014)

  Changed paths:
    M AUTHORS
    M NEWS
    M lib/ovsdb-types.h
    M ovsdb/condition.c
    M ovsdb/ovsdb-server.1.in
    M tests/ovsdb-condition.at

  Log Message:
  -----------
  ovsdb: Allow comparison on optional scalar types

This allows things like initiating a wait request on an interface
ofport being set.

When the optional field is empty and operation is != or excludes
then the result is true; otherwise it is false. If the field is
set then the field is compared normally for its type.

Signed-off-by: Terry Wilson <twilson at redhat.com>
[blp at nicira.com updated ovsdb-server(1) and NEWS.]
Signed-off-by: Ben Pfaff <blp at nicira.com>




More information about the git mailing list