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
/
net
/
radix_mpath.h
Age
Commit message (
Expand
)
Author
2015-09-28
Factors ou the route hashing code to implement Equal-Cost Multi-Path
Martin Pieuchot
2015-07-18
Abstract the routing table internals behind an rtable_* API.
Martin Pieuchot
2015-02-06
Change rt_mpath_conflict() to not rely on an initialized rtentry when
Martin Pieuchot
2014-11-25
No need to forward declare "struct route" anymore, rtalloc_mpath() no
Martin Pieuchot
2014-09-27
Kill rtalloc() and update rtalloc1() and rtalloc_mpath() to no longer
Martin Pieuchot
2014-05-27
Big refactoring of the radix code (mainly rn_addroute but also part
Claudio Jeker
2013-10-24
Move more stuff under _KERNEL
Theo de Raadt
2013-10-20
Rename rn_mpath_count() to rn_mpath_active_count() since it will only
Claudio Jeker
2010-05-07
Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1
Claudio Jeker
2008-11-24
Implement link-state tracking on the routing table. Routes to interfaces
Claudio Jeker
2008-11-21
Change rn_mpath_next() to be able to walk over the full multipath list
Claudio Jeker
2008-05-07
Implement routing priorities. Every route inserted has a priority assigned
Claudio Jeker
2006-06-18
Add support for equal-cost multipath IP.
Christopher Pascoe
2006-06-16
adjust functions dealing with the routing table to take a table ID as
Henning Brauer
2004-06-19
require RTF_MPATH to enter a multipath route with RTM_ADD.
Cedric Berger
2004-06-14
de-__P
Theo de Raadt
2004-04-25
radix tree with multipath support. from kame. deraadt ok
Jun-ichiro itojun Hagino