summaryrefslogtreecommitdiff
path: root/sys/netmpls/mpls_proto.c
AgeCommit message (Expand)Author
2022-02-22Delete unnecessary #includes of <sys/domain.h> and/or <sys/protosw.h>Philip Guenther
2021-05-25As network features are not added dynamically, the domain structuresAlexander Bluhm
2019-06-13Copy the user provided sockaddr into a normalized sockaddr in rtrequest()Claudio Jeker
2018-11-19Retire dom_rtkeylen from struct domain. Nothing is using this anymore.Claudio Jeker
2017-03-02Convert domain declarations to C99 initializers.Martin Pieuchot
2017-02-27Retire the AF_MPLS protosw struct. Nothing is using it and the code was superClaudio Jeker
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