vswitchd: Add unixctl command to dump all flows, including hidden ones
authorJustin Pettit <jpettit@nicira.com>
Tue, 14 Jul 2009 20:03:57 +0000 (13:03 -0700)
committerJustin Pettit <jpettit@nicira.com>
Thu, 30 Jul 2009 00:04:18 +0000 (17:04 -0700)
commit4f2cad2c3b1079ede2d3eed0dd25423552105255
tree9bf0b5232981f37b7c5d6e3717bbc0135c87d22d
parentc2fea58ce74361f355bedc3ab580a514d615809f
vswitchd: Add unixctl command to dump all flows, including hidden ones

Previously, the only way to query the flow table was to run "ovs-ofctl
dump-flows".  This returned most flows, but not those marked hidden by
secchan.  Hidden flows are setup by mechanisms such as in-band control,
since they must not be modified by users of the controller.  However,
when debugging problems on the switch, it is often useful to see what
the flow table is actually doing.  The new "bridge/dump-flows" command
added to ovs-appctl shows all flows being used by the OpenFlow stack.
lib/ofp-print.c
lib/ofp-print.h
secchan/ofproto.c
secchan/ofproto.h
vswitchd/bridge.c