ovn-nbctl: Enable database commands using db-ctl-base infrastructure.
authorBen Pfaff <blp@nicira.com>
Sat, 12 Sep 2015 03:14:59 +0000 (20:14 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 15 Sep 2015 21:40:58 +0000 (14:40 -0700)
commit70799ae8fefb76182d1e4667066a03ee3c073be4
treece9a5a2c2ccdc6473e2968966c032973e5691948
parent88058f19ed9aadb1b22d26d93e46b3fd5eb1ad32
ovn-nbctl: Enable database commands using db-ctl-base infrastructure.

This makes ovn-nbctl into a pretty slavish imitation of ovn-sbctl, using
almost the same code.  It has two immediate benefits.  First, multiple
commands can now be chained together into a single ovn-nbctl invocation.
Second, the database commands such as "create", "set", and so on allow
queries and modifications that don't have specific commands already.
In the following commit, this allows testing the OVN ACL feature.

Signed-off-by: Ben Pfaff <blp@nicira.com>
ovn/utilities/ovn-nbctl.8.xml
ovn/utilities/ovn-nbctl.c
tests/ovn-nbctl.at