how to display proxy arp addresses using "ip neigh" from iproute2

2001-06-19 Thread Christopher Friesen
I have a small question. I have an explicit proxy arp address added to the arp cache using the command "ip neigh add proxy 47.129.82.116 dev eth1" Using the old-style "arp -n" command I get the following output: Address HWtype HWaddress Flags MaskIface 47.129.82.1

Re: how to display proxy arp addresses using "ip neigh" from iproute2

2001-06-20 Thread Bernd Eckenfels
In article <[EMAIL PROTECTED]> you wrote: > 47.129.82.116 * * MPeth0 the asteriks simply show you, that the new linuix kernel will not be able to remeber any mac address for a proxy arp entry. It will always respond with the device' own MAC address. Can't f