ovs-dpctl: Add a 'filter' option to match wildcarded 'dump-flows'.
authorGurucharan Shetty <gshetty@nicira.com>
Sun, 13 Oct 2013 19:44:20 +0000 (12:44 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Thu, 17 Oct 2013 16:57:23 +0000 (09:57 -0700)
commit5a0a5702555d22f9a4d86739455516723cd5ba08
tree6784b5eebfc3eed07f08f6b886d112262f4e8de6
parentaa0667bcdbe79074c8c55cc529f10570da5798cb
ovs-dpctl: Add a 'filter' option to match wildcarded 'dump-flows'.

With mega-flows, many flows in the kernel datapath are wildcarded.
For someone that is debugging a system and wants to find a particular
flow and its actions, it is a little hard to zero-in on the flow
because some fields are wildcarded.

With the filter='$filter' option, we can now filter on the o/p
of 'ovs-dpctl dump-flows'.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
lib/meta-flow.c
lib/meta-flow.h
lib/ofp-parse.c
lib/ofp-parse.h
ofproto/ofproto-dpif.c
tests/odp.at
tests/test-odp.c
utilities/ovs-dpctl.8.in
utilities/ovs-dpctl.c