On 6/17/25 8:58 PM, Mark Michelson via dev wrote:
> The ctl_get_row() function attempts to match a user-provided string to a
> particular database row. This works by comparing the user-provided
> string to the values of columns provided by the ctl utility (e.g.
> ovs-vsctl).
> 
> Before this commit, this comparison could only be made for columns of
> type OVSDB_TYPE_INTEGER and OVSDB_TYPE_STRING. If a ctl utility provided
> a column of a different type, then db-ctl-base.c would assert in
> get_row_by_id().
> 
> This commit enhances the ability of ctl_get_row() to also retrieve rows
> based on columns of type OVSDB_TYPE_UUID. The user-provided string is
> converted to a UUID and compared against the column's value. If it
> matches, then the row matches.
> 
> Signed-off-by: Mark Michelson <mmich...@redhat.com>
> ---

GitHub's infra is not feeling well.  It failed to checkout sparse repo.

Recheck-request: github-robot
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to