]> git.proxmox.com Git - mirror_ovs.git/commit - NEWS
odp-util: add verbose mode for displaying dp flow.
authorAndy Zhou <azhou@nicira.com>
Sat, 3 Aug 2013 19:23:14 +0000 (12:23 -0700)
committerBen Pfaff <blp@nicira.com>
Sat, 3 Aug 2013 21:19:50 +0000 (14:19 -0700)
commit041e71687a62cfaee80e72184def26322303ff8f
tree05fdddc0f0ce63148118f14583a0dcf19403a7ae
parentade6ad9cceeaac187ed7632824de413f25539241
odp-util: add verbose mode for displaying dp flow.

When verbose mode tuned on, all dp flow fields described by the netlink
attributes are displayed, including fully wildcarded attributes.
Otherwise, the fully wildcarded attributes are omitted for brevity.

Added -m option to "ovs-dpctl dump-flows" to enable verbose mode. It is
off by default.

Signed-off-by: Andy Zhou <azhou@nicira.com>
[blp@nicira.com added documentation]
Signed-off-by: Ben Pfaff <blp@nicira.com>
NEWS
lib/dpif.c
lib/odp-util.c
lib/odp-util.h
ofproto/ofproto-dpif.c
tests/odp.at
tests/ofproto-dpif.at
tests/test-odp.c
utilities/ovs-dpctl.8.in
utilities/ovs-dpctl.c