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
/
usr.sbin
/
ospfd
/
kroute.c
Age
Commit message (
Expand
)
Author
2011-09-16
Rather than reloading kernel routes immediately when an RTM_DESYNC is seen,
Stuart Henderson
2011-07-04
LINK_STATE_IS_UP() cleanup userland part. There is no need to special
Claudio Jeker
2011-01-12
Kill struct rroute and move the metric to struct kroute. This
Claudio Jeker
2010-10-14
kr_redistribute() needs to be called with the head node of a multipath
Claudio Jeker
2010-07-14
handle RTM_DESYNC. if the kernel says we're out of sync with the kernel
David Gwynne
2010-07-12
Merge duplicate log messages into one log_warn().
Alexander Bluhm
2010-07-09
ospfd is a AF_INET only routing daemon so limit the routing socket to that
Claudio Jeker
2010-06-27
fix rtmsg_process to return on an error during processing rather than
David Gwynne
2010-06-23
127/8 is INADDR_LOOPBACK & IN_CLASSA_NET the kroute code does not
Claudio Jeker
2010-06-23
fetchifs and fetchtable return -1 on error, not !0. in fact, they return
David Gwynne
2010-05-18
Spacing.
Claudio Jeker
2010-04-02
The rtm_errno check which was moved in the last commit should only
Stuart Henderson
2010-04-01
Minor cleanup figured out while syncing kroute with snmpd's.
Claudio Jeker
2010-02-23
fetchtable and the kroute dispatch handlers both parse the same messages
David Gwynne
2010-02-22
dedup some code a bit. rather than have the same code in fetchifs and
David Gwynne
2010-02-22
remove the original fetchtable code and replace it with the new
David Gwynne
2010-02-19
oops, remove dead code.
David Gwynne
2010-02-19
implement ospfctl fib reload.
David Gwynne
2010-02-16
Pick up RTM_DELADDR and issue an internal IFADDRDEL message to the ospfe to
Claudio Jeker
2009-07-23
Spelling and comment fixes by stsp@
Claudio Jeker
2009-06-05
rtm->rtm_hdrlen conversion
Chris Cappuccio
2009-06-05
Preliminary rdomain support, all hacked up by reyk@
Claudio Jeker
2009-06-02
Track reject and blackhole routes and allow them to be redistributed even
Claudio Jeker
2009-04-26
comment typos; no binary change
Stuart Henderson
2009-01-16
fix last update
Joerg Goltermann
2009-01-08
Fix use after free of kr. Happend when the first loop removed the head
Claudio Jeker
2009-01-06
Remove workaround added in rev 1.63. The real issue has been found and
Claudio Jeker
2009-01-01
Move initialisation of krt into kif_init so that it is possible to call
Claudio Jeker
2008-12-17
Add a workaround for some crazyness that happens if a cloning route has a
Claudio Jeker
2008-12-12
Make the kroute code routing priority aware. This solves a few issues and
Claudio Jeker
2008-11-21
Kill some old debug messages that are no longer needed.
Claudio Jeker
2008-09-29
Refactor code that handles the kroute interfaces and make it possible to
Claudio Jeker
2008-07-24
Use memcpy() and memcmp() like everywhere else in ospfd. OK norby@
Claudio Jeker
2008-06-13
Simplify ROUNDUP() macro, it does not need the additional size argument.
Claudio Jeker
2008-05-09
insert/delete routes w/ prio RTP_OSPF
Henning Brauer
2008-05-05
Use rtm_hdrlen instead of the static header length. OK norby@
Claudio Jeker
2007-10-17
From ripd: Add missing RTM_VERSION checks
Claudio Jeker
2007-10-01
fix alot of whitespace problems...
Esben Norby
2007-09-25
Last missing piece in the equal cost multipath support for ospfd.
Claudio Jeker
2007-07-23
when multipath routes exist, display them in ospfctl sh fib output.
Pierre-Yves Ritschard
2007-06-19
add support for mapping route labels to AS-external route tags.
Reyk Floeter
2007-06-13
Ingnore updates that did not change the route. This enhances the signal to
Claudio Jeker
2007-06-12
When removeing as-ext LSA initialise the metric to some sane default else
Claudio Jeker
2007-05-22
Rework the way how ospfd fetches and tracks interfaces. Try to merge the
Claudio Jeker
2007-04-19
Use iovecs to write routing messages to the socket instead of a static
Claudio Jeker
2007-04-12
Before starting to evaluate the redistributon of a route it helps to set
Claudio Jeker
2007-03-27
First step to make ospfd equal cost multipath aware.
Claudio Jeker
2007-03-13
Don't call rtlabel_unref() twice on RTM_DELETE. kroute_remove() does it
Claudio Jeker
2007-03-13
rtm_tableid is only valid for RTM_ADD, RTM_CHANGE and RTM_DELETE but not
Claudio Jeker
2007-02-25
copy mis-aligned routing socket message into a properly aligned struct, so
Theo de Raadt
[next]