NetBSD/sys/dist
dyoung 72fa642a86 Poison struct route->ro_rt uses in the kernel by changing the name
to _ro_rt.  Use rtcache_getrt() to access a route cache's struct
rtentry *.

Introduce struct ifnet->if_dl that always points at the interface
identifier/link-layer address.  Make code that treated the first
ifaddr on struct ifnet->if_addrlist as the interface address use
if_dl, instead.

Remove stale debugging code from net/route.c.  Move the rtflush()
code into rtcache_clear() and delete rtflush().  Delete rtalloc(),
because nothing uses it any more.

Make ND6_HINT an inline, lowercase subroutine, nd6_hint.

I've done my best to convert IP Filter, the ISO stack, and the
AppleTalk stack to rtcache_getrt().  They compile, but I have not
tested them.  I have given the changes to PF, GRE, IPv4 and IPv6
stacks a lot of exercise.
2007-12-20 19:53:29 +00:00
..
acpica In AcpiEvGpeDetect, don't attempt to acquire AcpiGbl_GpeLock if 2007-12-13 18:04:50 +00:00
ipf/netinet Poison struct route->ro_rt uses in the kernel by changing the name 2007-12-20 19:53:29 +00:00
pf/net Poison struct route->ro_rt uses in the kernel by changing the name 2007-12-20 19:53:29 +00:00