ovs-dpctl: Make specifying datapath optional for some commands.
authorJustin Pettit <jpettit@nicira.com>
Sat, 13 Oct 2012 00:46:06 +0000 (17:46 -0700)
committerJustin Pettit <jpettit@nicira.com>
Fri, 2 Nov 2012 05:54:27 +0000 (22:54 -0700)
commite8f2a2a2fa62fcab47f7f9691e2fd64690d9e950
treeee55c0f054e7410072e44af7825e8075416cd6a1
parent1d85f9e5dddb85e7f3f05816064a88db0c514476
ovs-dpctl: Make specifying datapath optional for some commands.

A future commit will make all bridges use a single backing datapath.
This commit makes the "dp" argument for "dump-flows" and "del-flows"
optional, since there will typically only be one actual datapath.

Signed-off-by: Justin Pettit <jpettit@nicira.com>
NEWS
utilities/ovs-dpctl.8.in
utilities/ovs-dpctl.c