[ovs-git] Open vSwitch: ofp-util: Extend message decoding data structures with version field. (master)

dev at openvswitch.org dev at openvswitch.org
Thu Jan 12 19:36:46 UTC 2012


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  a1893da130e2bfadcd031476f00a365677a9ff61 (commit)
       via  73dbf4abd17b6b87fdb5bf22aec7bb3d381dce05 (commit)
      from  2b3ed2a67da502875a3877f0b159781d0a458e8a (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 a1893da130e2bfadcd031476f00a365677a9ff61
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=a1893da130e2bfadcd031476f00a365677a9ff61
Author: Ben Pfaff <blp at nicira.com>
		
ofp-util: Extend message decoding data structures with version field.
		
This makes it possible to add entries for decoding OpenFlow messages with
newer versions, e.g. OpenFlow 1.1 or 1.2.  However, no actual messages for
newer versions are actually implemented yet; that will come later.

Signed-off-by: Ben Pfaff <blp at nicira.com>


commit 73dbf4abd17b6b87fdb5bf22aec7bb3d381dce05
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=73dbf4abd17b6b87fdb5bf22aec7bb3d381dce05
Author: Ben Pfaff <blp at nicira.com>
		
nicira-ext: Rename "struct nxt_*" to "struct nx_*".
		
Most structures in this file have an "nx_" prefix, so this makes naming
more consistent.

Signed-off-by: Ben Pfaff <blp at nicira.com>


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

Summary of changes:
 include/openflow/nicira-ext.h |   20 +++---
 include/openflow/openflow.h   |    1 +
 lib/ofp-print.c               |    8 +-
 lib/ofp-util.c                |  136 +++++++++++++++++++++--------------------
 ofproto/ofproto.c             |   12 ++--
 5 files changed, 91 insertions(+), 86 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list