[ovs-dev] [PATCH v2] python: Send old values of the updated cols in notify for update2

Ben Pfaff blp at ovn.org
Wed Jul 27 21:49:29 UTC 2016


On Tue, Jul 26, 2016 at 11:28:14PM +0530, Numan Siddique wrote:
> When python IDL calls the "notify" function after processing the "update2"
> message from ovsdb-server, it is suppose to send the old values of the
> updated columns as the last parameter. But the recent commit "897c8064"
> sends the updated values. This breaks the behaviour.
> This patch fixes this issue. It also updates the description of
> the 'updates' param of the notify function to make it more clear.
> 
> Fixes: 897c8064 ("python: move Python idl to work with monitor_cond")
> Signed-off-by: Numan Siddique <nusiddiq at redhat.com>

Thanks, applied!



More information about the dev mailing list