index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
netmpls
/
mpls_proto.c
Age
Commit message (
Expand
)
Author
2022-02-22
Delete unnecessary #includes of <sys/domain.h> and/or <sys/protosw.h>
Philip Guenther
2021-05-25
As network features are not added dynamically, the domain structures
Alexander Bluhm
2019-06-13
Copy the user provided sockaddr into a normalized sockaddr in rtrequest()
Claudio Jeker
2018-11-19
Retire dom_rtkeylen from struct domain. Nothing is using this anymore.
Claudio Jeker
2017-03-02
Convert domain declarations to C99 initializers.
Martin Pieuchot
2017-02-27
Retire the AF_MPLS protosw struct. Nothing is using it and the code was super
Claudio Jeker
2015-12-03
Get rid of rt_mask() and stop allocating a "struct sockaddr" for every
Martin Pieuchot
2015-10-07
Initialize the routing table before domains.
Martin Pieuchot
2015-09-04
Make every subsystem using a radix tree call rn_init() and pass the
Martin Pieuchot
2015-08-30
Use a global table for domains instead of building a list at run time.
Martin Pieuchot
2015-07-18
Abstract the routing table internals behind an rtable_* API.
Martin Pieuchot
2014-12-05
Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.
Martin Pieuchot
2014-09-08
remove uneeded route.h includes
Jonathan Gray
2013-04-24
Move various extern declarations into their corresponding header file.
Martin Pieuchot
2011-03-31
- use nitems(); no binary change
Jasper Lievisse Adriaanse
2010-10-15
Enable multipath support on the MPLS routing table. ldpd needs this and
Claudio Jeker
2009-01-08
Fix sockaddr_mpls structure.
Michele Marchetto
2008-12-15
Initial fixup of sockaddr_mpls struct.
Michele Marchetto
2008-04-23
I hate working outside the tree.
Esben Norby
2008-04-23
Import MPLS (Multi Protocol Label Switching)
Esben Norby