[ovs-git] Open vSwitch: ovsdb-tool: Make "show-log" convert raw JSON to easier-to-read syntax. (master)

dev at openvswitch.org dev at openvswitch.org
Mon Oct 24 16:25:43 UTC 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  4e92542cefb73120de987cabc75b9a1a742999f0 (commit)
       via  a0a15a0071bbe31dc4e13fa1ef29edecd60cfa93 (commit)
      from  66abb12bf48104e0d2b9be8b9d14252a3afd2a4a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4e92542cefb73120de987cabc75b9a1a742999f0
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=4e92542cefb73120de987cabc75b9a1a742999f0
Author: Ben Pfaff <blp at nicira.com>
		
ovsdb-tool: Make "show-log" convert raw JSON to easier-to-read syntax.
		
Now output that formerly looked like ["map", [["key1", "value1"], ["key2",
"value2"]]] is printed like {key1=value1, key2=value2}, which I find easier
to read.


commit a0a15a0071bbe31dc4e13fa1ef29edecd60cfa93
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=a0a15a0071bbe31dc4e13fa1ef29edecd60cfa93
Author: Ben Pfaff <blp at nicira.com>
		
ovsdb-tool: Add abbreviated UUIDs to "show-log" even when we have a name.
		
The "show-log" command tries to give names to the rows to make it easier to
understand what's going on, but it's still important to see at least
partial UUIDs so that one can search the output for references to the rows
by UUID.


-----------------------------------------------------------------------

Summary of changes:
 ovsdb/ovsdb-tool.c |   52 ++++++++++++++++++++++++++++++++++++++++++++--------
 1 files changed, 44 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list