summaryrefslogtreecommitdiff
path: root/lib/table.h
Commit message (Collapse)AuthorAgeFilesLines
* ovsdb-client: Add optional timestamps to "monitor" command output.Ben Pfaff2012-02-021-1/+3
| | | | | | Suggestion #9347. Suggested-by: Alan Shieh <ashieh@nicira.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
* Consistently write null pointer constants as NULL instead of 0.Ben Pfaff2011-05-161-6/+6
| | | | Found with sparse.
* table: Add new "bare" output formatting options.Ben Pfaff2011-02-081-2/+12
| | | | | | | --format=list corresponds to the output format that "ovs-vsctl list" has always used. --bare is easier for scripts to parse.
* ovsdb-client: Break table formatting into new library.Ben Pfaff2011-02-081-0/+113
This makes the table formatting functions available to other programs. ovs-vsctl will start using it soon on the "list" and "find" commands.