ofproto-dpif: Add ovs-appctl commands for ovs-dpctl functions.
authorJustin Pettit <jpettit@nicira.com>
Wed, 26 Sep 2012 01:47:02 +0000 (18:47 -0700)
committerJustin Pettit <jpettit@nicira.com>
Fri, 2 Nov 2012 05:54:27 +0000 (22:54 -0700)
commit2702241699d0539d6ff4a2d44c5bc0ab9d7f7fc8
treec794b036978a97f47eda9bcd8b49efda790c6079
parente44768b75576ad3800fa21deef87d92307ca7a74
ofproto-dpif: Add ovs-appctl commands for ovs-dpctl functions.

These commands will be useful in a future commit that makes multiple
bridges share a single backing datapath.  The ovs-dpctl commands will
show information about the backing datapath, so it will be difficult to
determine which information belongs to which bridge.  The new "dpif/*"
ovs-appctl commands return information about the bridge--regardless of
how the backing datapath is configured.

Signed-off-by: Justin Pettit <jpettit@nicira.com>
NEWS
manpages.mk
ofproto/automake.mk
ofproto/ofproto-dpif-unixctl.man [new file with mode: 0644]
ofproto/ofproto-dpif.c
tests/ofproto-dpif.at
tests/ofproto-macros.at
utilities/ovs-dpctl.8.in
vswitchd/ovs-vswitchd.8.in