Subject: Re: link-level routes - how to?
To: None <tech-kern@NetBSD.ORG>
From: Christos Zoulas <christos@zoulas.com>
List: tech-kern
Date: 12/12/1997 14:06:41
In article <9712112308.AA20957@vali.stanford.edu> wrstuden@loki.stanford.edu (Bill Studenmund) writes:
>I'd like to add link level routes to the Netatalk stack, similar to
>the ones used by the IP stack (basically so the aarp table is
>viable to users). But I'm not really sure how it's done. I've tried
>looking at the code, but am still stumped.
>
>I'd appreciate suggestions on what's going on. Tips or documentation
>on the routing system in general would be appreciated.
>

You need to keep the aarp table in the routing table instead of a locally
defined one. Or in english:

You need to rewrite netatalk/aarp.c in the way that netinet/if_arp.c is
written. I meant to do this at some time (it is not hard, just tedious),
but never found the time.

christos