> On Mar 19, 2015, at 4:02 PM, Russell Bryant <rbry...@redhat.com> wrote: > > ovn-nbctl is intended to be a utility for manually interacting with > the OVN northbound db. A real consumer of OVN, such as OpenStack, > should be using ovsdb directly. However, a utility like this is > useful during development and testing of both ovn itself as well as > the OpenStack Neutron plugin. It could also be used when debugging > the state of an ovn deployment. > > So far, the commands related to logical switches have been > implemented. You can add, delete, list, and get/set external:ids. > > Signed-off-by: Russell Bryant <rbry...@redhat.com> > --- > ovn/.gitignore | 2 + > ovn/automake.mk | 8 +- > ovn/ovn-nbctl.8.xml | 22 ++++ > ovn/ovn-nbctl.c | 327 ++++++++++++++++++++++++++++++++++++++++++++++++++++ > 4 files changed, 357 insertions(+), 2 deletions(-) > >
I just realized I forgot to actually implement the handling of duplicate names that we discussed. Oops. Consider that on the list to fix in the next rev. -- Russell Bryant _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev