]> git.proxmox.com Git - mirror_ovs.git/commit - lib/ovsdb-data.c
ovsdb-client: Show even constraint-breaking data in "dump" output.
authorBen Pfaff <blp@ovn.org>
Fri, 8 Dec 2017 20:36:57 +0000 (12:36 -0800)
committerBen Pfaff <blp@ovn.org>
Fri, 22 Dec 2017 19:51:47 +0000 (11:51 -0800)
commit9041097aeec97b41f8a2d607e2c72a99b4f60d6a
treeb95ae9d0a345b160339bdc06799bb1b0b7e7d894
parent80f66ee041423930d99a8f958082fffa4e82f0b9
ovsdb-client: Show even constraint-breaking data in "dump" output.

The ovsdb-client "dump" command is a fairly low-level tool that can be
used, among other purposes, to debug the OVSDB protocol.  It's better if
it just prints what the server sends without being too judgmental about it.
Thus, we might as well ignore constraints for the purpose of dumping
tables.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Justin Pettit <jpettit@ovn.org>
lib/ovsdb-data.c
lib/ovsdb-data.h
ovsdb/ovsdb-client.c