[ovs-git] Open vSwitch: tunneling: Internal dev vport can be NULL. (master)

dev at openvswitch.org dev at openvswitch.org
Fri Oct 8 22:44:22 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  17a07f9f9d07f07d8dbb33ea1f8c9e53c89639de (commit)
      from  da3827b5518ed6cd2256ba87eddd1c40bbca75f0 (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 17a07f9f9d07f07d8dbb33ea1f8c9e53c89639de
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=17a07f9f9d07f07d8dbb33ea1f8c9e53c89639de
Author: Jesse Gross <jesse at nicira.com>
		
tunneling: Internal dev vport can be NULL.
		
Commit 4bee42 "tunnel: Correctly check for internal device." fixed
the call to internal_dev_get_vport() by first checking that the
device is in fact an internal device.  However, it also accidentally
removed the check ensuring that the vport itself was not NULL.  This
adds that check back by redoing the previous change in a more robust
manner.

Signed-off-by: Jesse Gross <jesse at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>


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

Summary of changes:
 datapath/tunnel.c             |    5 +++--
 datapath/vport-internal_dev.c |    7 ++++++-
 2 files changed, 9 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list