Subject: Re: ProxyARP
To: Ignatios Souvatzis <ignatios@cs.uni-bonn.de>
From: Abhishek Khandelwal <abhishek@impulsesoft.com>
List: tech-net
Date: 11/21/2000 22:29:54
Hi IS,

I have written a utility to dump the routing table on GDB console.

Actually I have made a routing table coresponding to a Point to Point link.
Now for Proxy ARP I have to make another entry into routing table with
SIN_PROXY Flag set because arp routines of NetBsd looks for ARP entries with
Proxy Flag set ( As specified by Richard Stevens Volume1).
When I make an entry correspondingly then the routing table entry does not
gets attached to ARP cache and that is where the code fails.

Regards,

Abhishek

----- Original Message -----
From: Ignatios Souvatzis <ignatios@cs.uni-bonn.de>
To: Abhishek Khandelwal <abhishek@impulsesoft.com>
Cc: <tech-net@netbsd.org>
Sent: Monday, November 20, 2000 4:49 PM
Subject: Re: ProxyARP