summaryrefslogtreecommitdiffstats
path: root/sys/netmpls/mpls_proto.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Copy the user provided sockaddr into a normalized sockaddr in rtrequest()claudio2019-06-131-1/+2
* Retire dom_rtkeylen from struct domain. Nothing is using this anymore.claudio2018-11-191-2/+1
* Convert domain declarations to C99 initializers.mpi2017-03-021-6/+6
* Retire the AF_MPLS protosw struct. Nothing is using it and the code was superclaudio2017-02-271-24/+5
* Get rid of rt_mask() and stop allocating a "struct sockaddr" for everympi2015-12-031-2/+2
* Initialize the routing table before domains.mpi2015-10-071-3/+3
* Make every subsystem using a radix tree call rn_init() and pass thempi2015-09-041-3/+2
* Use a global table for domains instead of building a list at run time.mpi2015-08-301-2/+2
* Abstract the routing table internals behind an rtable_* API.mpi2015-07-181-4/+3
* Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.mpi2014-12-051-1/+2
* remove uneeded route.h includesjsg2014-09-081-2/+3
* Move various extern declarations into their corresponding header file.mpi2013-04-241-4/+1
* - use nitems(); no binary changejasper2011-03-311-2/+2
* Enable multipath support on the MPLS routing table. ldpd needs this andclaudio2010-10-151-2/+2
* Fix sockaddr_mpls structure.michele2009-01-081-2/+2
* Initial fixup of sockaddr_mpls struct.michele2008-12-151-2/+2
* I hate working outside the tree.norby2008-04-231-80/+1
* Import MPLS (Multi Protocol Label Switching)norby2008-04-231-0/+155