[ovs-git] Open vSwitch: Fix bug in parsing large datapath IDs. (master)

dev at openvswitch.org dev at openvswitch.org
Thu Oct 21 17:40:38 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  093ca5b366899cb187ac0fb70b9308eeb8f452eb (commit)
       via  4b6b46ce8a846269cf2ac95cea964ced7482030e (commit)
      from  237414f81b9ac64eb812bb9b4e4fe58ef18cffff (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 093ca5b366899cb187ac0fb70b9308eeb8f452eb
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=093ca5b366899cb187ac0fb70b9308eeb8f452eb
Author: Ben Pfaff <blp at nicira.com>
		
Fix bug in parsing large datapath IDs.
		
Datapath IDs are unsigned, but dpid_from_string() was parsing them as
signed integers, which caused high values to be capped at INT64_MAX.

Also, document that datapath IDs may not be all-zero.

Reported-by: Pankaj Thakkar <thakkar at nicira.com>
Reported-by: Teemu Koponen <koponen at nicira.com>


commit 4b6b46ce8a846269cf2ac95cea964ced7482030e
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=4b6b46ce8a846269cf2ac95cea964ced7482030e
Author: Ben Pfaff <blp at nicira.com>
		
ovs-ofctl: Better document the meaning of "priority" in flow descriptions.
		
Reported-by: Reid Price <reid at nicira.com>
Bug #3905.


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

Summary of changes:
 AUTHORS                      |    1 +
 lib/packets.c                |    9 +++++++--
 utilities/ovs-ofctl.8.in     |    7 +++++--
 utilities/ovs-openflowd.8.in |    3 ++-
 vswitchd/vswitch.xml         |    2 +-
 5 files changed, 16 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list