This series makes various improvement to ovn-nbctl, most notably adding support for the database commands already supported by ovs-vsctl and ovs-sbctl.
Most of these patches were previously part of the series that added end-to-end tests to OVN. They are no longer needed as part of that series because they were only in it to allow the tests to add ACLs, and since then ovn-nbctl has added specific commands for that purpose. Ben Pfaff (4): db-ctl-base: Make 'cmd_show_tables' argument to ctl_init() optional. ovn-nbctl: Fix typo and add minor clarification in documentation. ovn-nbctl: Give handler functions more specific names. ovn-nbctl: Enable database commands using db-ctl-base infrastructure. lib/db-ctl-base.c | 17 +- ovn/utilities/ovn-nbctl.8.xml | 6 +- ovn/utilities/ovn-nbctl.c | 1043 ++++++++++++++++++++++++----------------- tests/ovn-nbctl.at | 4 +- 4 files changed, 623 insertions(+), 447 deletions(-) -- 2.1.3 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev