Re: [PROBLEM] No ARP answer when two ifaces with same IP exist

Julian Anastasov (uli@linux.tu-varna.acad.bg)
Sun, 29 Aug 1999 07:15:55 +0300 (EEST)


Yes, sorry, it is in 2.2.12-final. But IFF_NOARP|IFF_UP checking
is required.

On Sat, 28 Aug 1999, David S. Miller wrote:

> From: kuznet@ms2.inr.ac.ru
> Date: Sat, 28 Aug 1999 19:49:06 +0400 (MSK DST)
>
> > In net/ipv4/arp.c:arp_rcv() the code:
> >
> > if ((tdev = ip_dev_find(tip)) && (tdev->flags & IFF_NOARP))
>
> Hmmm... I did not find such line in any of versions of kernel.
>
> Well, delete it and that's all.
>
> It's a small change from the IP virtual server changes that went into
> 2.2.12 :-(

Julian Anastasov

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/