NetBSD/sys/dist/pf/net
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
..
if_pflog.c use __KERNEL_RCSID() 2007-12-11 11:08:19 +00:00
if_pflog.h
pf.c Poison struct route->ro_rt uses in the kernel by changing the name 2007-12-20 19:53:29 +00:00
pf_if.c use __KERNEL_RCSID() 2007-12-11 11:08:19 +00:00
pf_ioctl.c use __KERNEL_RCSID() 2007-12-11 11:08:19 +00:00
pf_norm.c use __KERNEL_RCSID() 2007-12-11 11:08:19 +00:00
pf_osfp.c use __KERNEL_RCSID() 2007-12-11 11:08:19 +00:00
pf_table.c use __KERNEL_RCSID() 2007-12-11 11:08:19 +00:00
pfvar.h reduce diff. 2007-08-07 10:02:40 +00:00