[ovs-git] Open vSwitch: vswitchd: Add unixctl command to dump all flows, including hidden ones (citrix)

nicira-dev at nicira.com nicira-dev at nicira.com
Thu Jul 30 00:05:55 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, citrix has been updated
       via  4f2cad2c3b1079ede2d3eed0dd25423552105255 (commit)
      from  c2fea58ce74361f355bedc3ab580a514d615809f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4f2cad2c3b1079ede2d3eed0dd25423552105255
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch/.git;a=commitdiff;h=4f2cad2c3b1079ede2d3eed0dd25423552105255
Author: Justin Pettit <jpettit at nicira.com>
		
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.


-----------------------------------------------------------------------

Summary of changes:
 lib/ofp-print.c   |    6 +---
 lib/ofp-print.h   |    6 +++++
 secchan/ofproto.c |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 secchan/ofproto.h |    1 +
 vswitchd/bridge.c |   24 +++++++++++++++++++++++
 5 files changed, 88 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list