Bugs item #3534322, was opened at 2012-06-11 06:36
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=611248&aid=3534322&group_id=95403

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: vde_switch
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Bug in hash.c

Initial Comment:
hey,
there is a Bug in in function 
find_entry and find_in_hash_update

You need also to enter the Critical-Section like this:

qtime_csenter();
for(e = h[k]; e && e->dst != esrc; e = e->next)
qtime_csexit();

I have running a vde_switch with this patch since 137 days. The Network has 39 
VLANs with 2000 nodes (round).

Regards,
 Volker Henze

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=611248&aid=3534322&group_id=95403

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
vde-users mailing list
vde-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vde-users

Reply via email to