Chris Friesen <[EMAIL PROTECTED]> wrote: [...] >Is there any particular reason why the bonding code couldn't use unicast >arp packets if the "arp_ip_target" has a valid entry in the sender's arp >table?
It ought to be a pretty straightforward change to have the bond_arp_send() function perform a neigh_lookup() prior to calling arp_create(), and use the result of the lookup (if any) in the arp_create() call. So, no, with the caveat that I haven't tried it, I don't see a reason that bonding couldn't do what you're looking for. -J --- -Jay Vosburgh, IBM Linux Technology Center, [EMAIL PROTECTED] -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html