db-ctl-base: Librarize code in parse_options().
authorAlex Wang <alexw@nicira.com>
Thu, 11 Jun 2015 15:19:15 +0000 (08:19 -0700)
committerAlex Wang <alexw@nicira.com>
Tue, 23 Jun 2015 16:43:24 +0000 (09:43 -0700)
commit51a73ff06e270c59b67ed7ecdb9e03841dad55dd
tree37900807cc57a1a399c8e8e596904c97f04bf016
parent07ff77ccb82a42c5187636b309132a602af027d5
db-ctl-base: Librarize code in parse_options().

This commit extracts general code from parse_options() and puts it into
db-ctl-base module.

Signed-off-by: Alex Wang <alexw@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
lib/db-ctl-base.c
lib/db-ctl-base.h
utilities/ovs-vsctl.c