]> git.proxmox.com Git - ovs.git/commit - utilities/ovs-vsctl.c
db-ctl-base: Make common database command code into library.
authorAlex Wang <alexw@nicira.com>
Thu, 28 May 2015 23:19:15 +0000 (16:19 -0700)
committerAlex Wang <alexw@nicira.com>
Tue, 23 Jun 2015 16:43:23 +0000 (09:43 -0700)
commit07ff77ccb82a42c5187636b309132a602af027d5
treefe5f697ff3a5b5f3265bcb942b50289232b31500
parent29c3a9f5d8a8a829fb0a306006881eb3541b5daf
db-ctl-base: Make common database command code into library.

This commit extracts common database command (e.g. ovs-vsctl, vtep-ctl)
code into a new library module, db-ctl-base.  Specifically, the module
unifies the command syntax and common database-operating commands like
(get, list, find, set ...), and provides apis which allow user to create
more specific commands.

Signed-off-by: Alex Wang <alexw@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
lib/automake.mk
lib/db-ctl-base.c [new file with mode: 0644]
lib/db-ctl-base.h [new file with mode: 0644]
tests/ovs-vsctl.at
utilities/ovs-vsctl.c