[ovs-git] Open vSwitch: bridge: Add iface to hash table before calling iface_is_internal(). (master)

dev at openvswitch.org dev at openvswitch.org
Tue May 11 00:46:31 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  2457b24fc5c935ec8c2930f9df923fc37b8bb38e (commit)
      from  d25b341aa8ce7062a0995adfe1a8e4321c10a727 (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 2457b24fc5c935ec8c2930f9df923fc37b8bb38e
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=2457b24fc5c935ec8c2930f9df923fc37b8bb38e
Author: Jesse Gross <jesse at nicira.com>
		
bridge: Add iface to hash table before calling iface_is_internal().
		
When creating an interface we need to check whether it is internal.
However, the function iface_is_internal() does a lookup on the
interface name but we haven't added it to the hash table yet.  This
adds the interface to the table early on in iface_create.

NIC-78


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

Summary of changes:
 vswitchd/bridge.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list