Re: [RFC] Arp announce (for Xen)
From: Chris Wright <hidden>
Date: 2007-03-06 18:28:27
Also in:
lkml, netdev, xen-devel
From: Chris Wright <hidden>
Date: 2007-03-06 18:28:27
Also in:
lkml, netdev, xen-devel
* Stephen Hemminger (shemminger@linux-foundation.org) wrote:
+ case NETDEV_CHANGEADDR: + /* Send gratuitous ARP in case of address change or new device */ + if (IN_DEV_ARP_ANNOUNCE(in_dev))
Conceptually right on, but it looks like improper hijacking of arp_announce sysctl. Could introduce another thanks, -chris