NetBSD/sys/netmpls
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
..
Makefile
files.netmpls
mpls.h
mpls_proto.c Hide the radix-trie implementation of the forwarding table so that we 2011-03-31 19:40:51 +00:00
mpls_ttl.c do some rudimentary checks on ip4 header before passing packet to 2010-07-05 09:54:26 +00:00
mpls_var.h