http://bugzilla.novell.com/show_bug.cgi?id=614389 http://bugzilla.novell.com/show_bug.cgi?id=614389#c9 --- Comment #9 from Marius Tomaschewski <mt@novell.com> 2010-07-13 15:07:14 UTC --- The set_device_broadcast call breaks it -- when I change it as follows it starts to work again (with and without bridge): Index: iputils-ss021109-arping-infiniband.diff =================================================================== --- iputils-ss021109-arping-infiniband.diff (revision 6c6112bc113d4f5f78e52928237f7136) +++ iputils-ss021109-arping-infiniband.diff (working copy) @@ -165,7 +165,7 @@ he = me; - memset(he.sll_addr, -1, he.sll_halen); + -+#if 1 ++#if 0 + set_device_broadcast(device, ((struct sockaddr_ll *)&he)->sll_addr, + ((struct sockaddr_ll *)&he)->sll_halen); +#else -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.