On 7/25/23 11:32, Ilya Maximets wrote:
> Relay servers apply updates via ovsdb_table_execute_update().  XOR
> updates contain datum diffs, and datum diffs can be larger than the
> type constraints.  Currently, relay will fail to parse such update
> into ovsdb row triggering a syntax error and a re-connection.
> 
> Fix that by relaxing the size constraints for this kind of updates.
> 
> Fixes: 026c77c58ddb ("ovsdb: New ovsdb 'relay' service model.")
> Signed-off-by: Ilya Maximets <[email protected]>
> ---

Looks good to me, thanks!

Acked-by: Dumitru Ceara <[email protected]>

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to