Re: sk_buff and neighbor struct in 2.2

kuznet@ms2.inr.ac.ru
Mon, 26 Jul 1999 18:36:49 +0400 (MSK DST)


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)

Alexey

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