]> git.proxmox.com Git - mirror_ovs.git/commit - AUTHORS.rst
ovsdb-idl: Use modern form of <monitor-requests>.
authorBen Pfaff <blp@ovn.org>
Wed, 7 Mar 2018 18:26:35 +0000 (10:26 -0800)
committerBen Pfaff <blp@ovn.org>
Wed, 14 Mar 2018 18:27:19 +0000 (11:27 -0700)
commit62bba609351a8c71319f80a59731a3810c873d27
tree27b47c4a51947ed40091d712f893f9964935dfda
parentee60eefecb026fca01cde723dc664ad3ca206534
ovsdb-idl: Use modern form of <monitor-requests>.

Long ago, a <monitor-requests> object in the OVSDB protocol mapped a table
name to a single <monitor-request>.  Since then, it has mapped a table name
to an *array of* <monitor-request> objects, but the OVSDB IDL has never
been updated to use the modern form.  This commit makes that change.

Reported-by: Anil Jangam <anilj.mailing@gmail.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Justin Pettit <jpettit@ovn.org>
AUTHORS.rst
lib/ovsdb-idl.c
python/ovs/db/idl.py