[ovs-git] [openvswitch/ovs] 70799a: ovn-nbctl: Enable database commands using db-ctl-b...

GitHub noreply at github.com
Tue Sep 15 21:43:34 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 70799ae8fefb76182d1e4667066a03ee3c073be4
      https://github.com/openvswitch/ovs/commit/70799ae8fefb76182d1e4667066a03ee3c073be4
  Author: Ben Pfaff <blp at nicira.com>
  Date:   2015-09-15 (Tue, 15 Sep 2015)

  Changed paths:
    M ovn/utilities/ovn-nbctl.8.xml
    M ovn/utilities/ovn-nbctl.c
    M tests/ovn-nbctl.at

  Log Message:
  -----------
  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 at nicira.com>




More information about the git mailing list