[ovs-git] Open vSwitch: ofp-print: Improve formatting for bad OpenFlow messages. (master)

dev at openvswitch.org dev at openvswitch.org
Wed Dec 15 17:50:53 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  49ad0403a79ed166fad156dd649f8f9d63fc9dc3 (commit)
       via  f904747bf8131f8065d88496efa548760e45a4c3 (commit)
       via  92ec574173978b410ad28f6cfa34255629204d13 (commit)
       via  8fe2b9682c74b4735a5a7503568a586e3353ca85 (commit)
       via  08717852cdbb3cade9ab2efde881bb15c5e359e9 (commit)
       via  5c47debbf0518135d75a3426eb136b1e01eb0845 (commit)
       via  0224fbde1b8de20652a4474fedefa6f270b3344b (commit)
       via  d5f2379be2c4dad9a2fdda6ab28d30856aa782da (commit)
       via  9fb7fa87d0956d0e9f61b69a9deabf29d0299555 (commit)
       via  4d0ed51998b35595474d62f6696928c8d0cd209e (commit)
      from  94947cd83a796c4bf5a77fdf488662d0a0681c18 (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 49ad0403a79ed166fad156dd649f8f9d63fc9dc3
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=49ad0403a79ed166fad156dd649f8f9d63fc9dc3
Author: Ben Pfaff <blp at nicira.com>
		
ofp-print: Improve formatting for bad OpenFlow messages.
		


commit f904747bf8131f8065d88496efa548760e45a4c3
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=f904747bf8131f8065d88496efa548760e45a4c3
Author: Ben Pfaff <blp at nicira.com>
		
ofp-print: Always print priority exactly once.
		
Reported-by: Paul Ingram <paul at nicira.com>


commit 92ec574173978b410ad28f6cfa34255629204d13
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=92ec574173978b410ad28f6cfa34255629204d13
Author: Ben Pfaff <blp at nicira.com>
		
classifier: Insert commas after fields that lacked them in cls_rule_format().
		


commit 8fe2b9682c74b4735a5a7503568a586e3353ca85
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=8fe2b9682c74b4735a5a7503568a586e3353ca85
Author: Ben Pfaff <blp at nicira.com>
		
classifier: Use OFP_DEFAULT_PRIORITY instead of literal 32768.
		


commit 08717852cdbb3cade9ab2efde881bb15c5e359e9
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=08717852cdbb3cade9ab2efde881bb15c5e359e9
Author: Ben Pfaff <blp at nicira.com>
		
ofp-util: Improve error log messages.
		


commit 5c47debbf0518135d75a3426eb136b1e01eb0845
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=5c47debbf0518135d75a3426eb136b1e01eb0845
Author: Ben Pfaff <blp at nicira.com>
		
ofp-util: Use proper format specifier for uint32_t in ofputil_lookup_openflow_message().
		


commit 0224fbde1b8de20652a4474fedefa6f270b3344b
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=0224fbde1b8de20652a4474fedefa6f270b3344b
Author: Ben Pfaff <blp at nicira.com>
		
ofproto: Always use xid 0 for *_FLOW_REMOVED messages.
		
Asynchronous messages are never part of a request/reply pair so it doesn't
make sense to allocate a xid, which could confuse the controller anyhow.


commit d5f2379be2c4dad9a2fdda6ab28d30856aa782da
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=d5f2379be2c4dad9a2fdda6ab28d30856aa782da
Author: Ben Pfaff <blp at nicira.com>
		
ofproto: Fix encoding of NXST_* replies.
		
This only matter for NXST_AGGREGATE currently since NXST_FLOW has value 0.


commit 9fb7fa87d0956d0e9f61b69a9deabf29d0299555
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=9fb7fa87d0956d0e9f61b69a9deabf29d0299555
Author: Ben Pfaff <blp at nicira.com>
		
ofp-util: Fix encoding of NXST_AGGREGATE requests.
		
They were being sent out as NXST_FLOW requests.


commit 4d0ed51998b35595474d62f6696928c8d0cd209e
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=4d0ed51998b35595474d62f6696928c8d0cd209e
Author: Ben Pfaff <blp at nicira.com>
		
ofproto: Fix write-after-free error in compose_nx_flow_removed().
		


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

Summary of changes:
 lib/classifier.c  |   14 +++++++-------
 lib/nx-match.c    |   10 ++++++++++
 lib/ofp-print.c   |   29 +++++++++++++++++++++--------
 lib/ofp-util.c    |   10 ++++++----
 ofproto/ofproto.c |    8 ++++----
 tests/ofproto.at  |    4 ++--
 6 files changed, 50 insertions(+), 25 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list