[ovs-git] Open vSwitch: ovs-ofctl: Add "snoop" command. (master)

dev at openvswitch.org dev at openvswitch.org
Wed May 12 15:50:01 UTC 2010


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, master has been updated
       via  0caf6bde24f37a616b64075e65ad5eede73398ba (commit)
       via  c91248b3ab3f75070c7985fe723f54437cb8848e (commit)
       via  89b9612d11e6ff92b176d9674983721c8c9fd3b0 (commit)
       via  7f1089b5036d9e51b8a9205d8462101bdaf52b95 (commit)
       via  a6bc4a03a44ee8a4ab346f0c1a6e21d20a1d29bd (commit)
      from  1e3c004749e1e0498dac6240b6edda472718dde2 (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 0caf6bde24f37a616b64075e65ad5eede73398ba
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=0caf6bde24f37a616b64075e65ad5eede73398ba
Author: Ben Pfaff <blp at nicira.com>
		
ovs-ofctl: Add "snoop" command.
		
The "snoop" command does roughly the same thing as "monitor", but it is
easier to use in the common case where one just wants to look at the
OpenFlow controller connection for a bridge.  Instead of, for example,
   ovs-ofctl monitor unix:/var/run/openvswitch/br0.snoop
one merely types
   ovs-ofctl snoop br0


commit c91248b3ab3f75070c7985fe723f54437cb8848e
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=c91248b3ab3f75070c7985fe723f54437cb8848e
Author: Ben Pfaff <blp at nicira.com>
		
ofproto: Don't send async messages on transient connections by default.
		
ofproto supports listening for "transient connections" from clients such
as ovs-ofctl.  These OpenFlow connections are not supposed to receive
asynchronous messages by default, unless they ask for them by setting an
nonzero packet-in send length.  This feature got broken some time back.
This commit fixes it.


commit 89b9612d11e6ff92b176d9674983721c8c9fd3b0
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=89b9612d11e6ff92b176d9674983721c8c9fd3b0
Author: Ben Pfaff <blp at nicira.com>
		
ofproto: Fix segfault sending packet_ins on transient connections.
		


commit 7f1089b5036d9e51b8a9205d8462101bdaf52b95
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=7f1089b5036d9e51b8a9205d8462101bdaf52b95
Author: Ben Pfaff <blp at nicira.com>
		
ovs-ofctl: "monitor" command takes no more than 2 arguments
		
The "monitor" command would accept 3 arguments and ignore the third one.
Reject such usage instead.


commit a6bc4a03a44ee8a4ab346f0c1a6e21d20a1d29bd
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=a6bc4a03a44ee8a4ab346f0c1a6e21d20a1d29bd
Author: Ben Pfaff <blp at nicira.com>
		
ovs-ofctl: Fix usage message for "monitor" command.
		
The "monitor" command takes at most two arguments, and the second one is
optional, so express that correctly.


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

Summary of changes:
 ofproto/ofproto.c        |   26 ++++++++++++++++++++++--
 utilities/ovs-ofctl.8.in |   27 +++++++++++++++++++++----
 utilities/ovs-ofctl.c    |   48 ++++++++++++++++++++++++++++++++++-----------
 3 files changed, 81 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list