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.c
Age
Commit message (
Expand
)
Author
2010-05-07
Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1
Claudio Jeker
2009-03-02
Make sure rt_gateway is not NULL in rt_mpath_matchgate(). It is possible to
Claudio Jeker
2009-01-29
Fix a crash found by bluhm@ in rn_mpath_reprio(). The rn_mklist handling was
Claudio Jeker
2009-01-06
Change the way way rn_mklists work (especially the RNF_NORMAL ones).
Claudio Jeker
2008-12-29
Use rn_mpath_next() in rtalloc_mpath() to figure out if the next route
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
2008-05-07
Redo rev 1.8 but this time with an additional fix to solve the dhclient crashes
Claudio Jeker
2007-12-05
Revert change which seems to break things like dhclient. Requested by
Kenneth R Westerback
2007-12-04
Always compare the nexthop if one is specified even if it is a non-multipath
Claudio Jeker
2006-06-18
Whitespace, oops.
Christopher Pascoe
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
2005-05-15
typo
Henning Brauer
2005-05-15
ANSI, mostly from Toni Mueller <openbsd-tech@oeko.net>
Henning Brauer
2004-06-19
require RTF_MPATH to enter a multipath route with RTM_ADD.
Cedric Berger
2004-04-25
radix tree with multipath support. from kame. deraadt ok
Jun-ichiro itojun Hagino