summaryrefslogtreecommitdiff
path: root/sys/netmpls/mpls_proto.c
AgeCommit message (Expand)Author
2015-12-03Get rid of rt_mask() and stop allocating a "struct sockaddr" for everyMartin Pieuchot
2015-10-07Initialize the routing table before domains.Martin Pieuchot
2015-09-04Make every subsystem using a radix tree call rn_init() and pass theMartin Pieuchot
2015-08-30Use a global table for domains instead of building a list at run time.Martin Pieuchot
2015-07-18Abstract the routing table internals behind an rtable_* API.Martin Pieuchot
2014-12-05Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.Martin Pieuchot
2014-09-08remove uneeded route.h includesJonathan Gray
2013-04-24Move various extern declarations into their corresponding header file.Martin Pieuchot
2011-03-31- use nitems(); no binary changeJasper Lievisse Adriaanse
2010-10-15Enable multipath support on the MPLS routing table. ldpd needs this andClaudio Jeker
2009-01-08Fix sockaddr_mpls structure.Michele Marchetto
2008-12-15Initial fixup of sockaddr_mpls struct.Michele Marchetto
2008-04-23I hate working outside the tree.Esben Norby
2008-04-23Import MPLS (Multi Protocol Label Switching)Esben Norby