Improve flow handling in dpctl.
authorJustin Pettit <jpettit@nicira.com>
Tue, 1 Jul 2008 06:05:14 +0000 (23:05 -0700)
committerJustin Pettit <jpettit@nicira.com>
Tue, 1 Jul 2008 06:05:14 +0000 (23:05 -0700)
commit34d507b6a63e817e65c92cbd06d3700779e25aab
tree2687602dd4226cf289a122b1798f4340b2acaebd
parent94998b6261ace36235e20425a1db368bd8fcc9cd
Improve flow handling in dpctl.

This makes the handling of defining and printing actions more consistent in
dpctl.  The flow portion of the output of "dump-flows" can now be used as the
input of "add-flows".  Flows can be added on the command line with the new
"add-flow" command.
lib/ofp-print.c
utilities/dpctl.8
utilities/dpctl.c