Skip to content

Commit 3a3eb9d

Browse files
committed
ovsdb-client: Break table formatting into new library.
This makes the table formatting functions available to other programs. ovs-vsctl will start using it soon on the "list" and "find" commands.
1 parent 0a14046 commit 3a3eb9d

6 files changed

Lines changed: 707 additions & 546 deletions

File tree

lib/automake.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ lib_libopenvswitch_a_SOURCES = \
140140
lib/string.h \
141141
lib/svec.c \
142142
lib/svec.h \
143+
lib/table.c \
144+
lib/table.h \
143145
lib/tag.c \
144146
lib/tag.h \
145147
lib/timeval.c \
@@ -229,6 +231,7 @@ EXTRA_DIST += \
229231
lib/ssl.man \
230232
lib/ssl-syn.man \
231233
lib/stress-unixctl.man \
234+
lib/table.man \
232235
lib/unixctl.man \
233236
lib/unixctl-syn.man \
234237
lib/vconn-active.man \

0 commit comments

Comments
 (0)