NetBSD/sys/rump/net
dyoung 060522dec8 Hide the radix-trie implementation of the forwarding table so that we
will have an easier time replacing it with something different, even if
it is a second radix-trie implementation.

sys/net/route.c and sys/net/rtsock.c no longer operate directly on
radix_nodes or radix_node_heads.

Hopefully this will reduce the temptation to implement multipath or
source-based routing using grotty hacks to the grotty old radix-trie
code, too. :-)
2011-03-31 19:40:51 +00:00
..
lib Hide the radix-trie implementation of the forwarding table so that we 2011-03-31 19:40:51 +00:00
Makefile
Makefile.rumpnetcomp agr(4) support 2010-12-08 20:20:16 +00:00