Re: sk_buff and neighbor struct in 2.2

Stefan Hendrata (hendrata@ftmail.ee.TU-Berlin.DE)
Mon, 26 Jul 1999 16:41:57 +0200 (CEST)


On Mon, 26 Jul 1999 kuznet@ms2.inr.ac.ru wrote:

> Hello!
>
> > (dev_queue_xmit()). In kernel version 2.0 I could prevent that ARP
> > overwrites the explicitly set hardware address by setting the ARP field
> > in "struct sk_buff" to 1. But in version 2.2 I still don't know how to
> > prevent ARP from overwriting the destination hardware address.
>
> dev_queue_xmit() in 2.2 never overwrites addresses.
> You may interpret it as all the packets have skb->arp set and
> need not to invent anything to set it 8)

Oh, that's good :)
I'll try it this way hoping that it'll work.

Thank you!

--
Stefan Hendrata <hendrata@ee.tu-berlin.de>
 Telecommunication Networks Group / Department of Electrical Engineering
 Technical University of Berlin

- 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/