This updates the submodule to include a change to db-ctl-base.c that allows for columns of type UUID to be used as record IDs when retrieving database rows using the ctl_get_row() function.
The submodule update actually goes beyond the above-referenced commit in order to allow for EVPN development that is forthcoming. Signed-off-by: Mark Michelson <[email protected]> --- v10: * Rebased * Updated the submodule commit to be further forward than the one I had used in v8 and v9. v9: * Rebased v8: * This is the first version of the series that has this patch. --- ovs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovs b/ovs index d28382947..41a4a3723 160000 --- a/ovs +++ b/ovs @@ -1 +1 @@ -Subproject commit d2838294774aa2457acff3aa3f372054719f73f3 +Subproject commit 41a4a3723dcd2d544e354f2eb47b5999b6be27ac -- 2.49.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
