[ovs-dev] [PATCH] bridge: Add iface to hash table before calling iface_is_internal().

Ben Pfaff blp at nicira.com
Mon May 10 21:17:54 UTC 2010


On Mon, May 10, 2010 at 01:40:23PM -0700, Jesse Gross wrote:
> 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.

Good catch.  Looks good, thanks.




More information about the dev mailing list