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
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2023-02-08
usr.sbin: missing void to appease clang 15's -Wstrict-prototype.
Theo Buehler
2022-05-06
Relax the limitation of what is an acceptable unicast IP.
Claudio Jeker
2020-08-20
Use the ROUTE_FLAGFILTER setsockopt to filter out routing socket messages
Jonathan Matthew
2019-11-09
Fix function name in error message.
denis
2018-12-28
Add config option fib-priority to set a custom prio for routes ospfd
remi
2018-07-10
Since we use multiple cloning routes (mpath) if more than one ip address
friehm
2018-06-25
Add IMSG_IFADDRADD to ospfe and the master process.
remi
2018-02-11
Use the new route filter ROUTE_PRIOFILTER in ospfd. Usually we only
Sebastian Benoit
2017-07-24
Unify ROUNDUP macros for parsing route messages.
friehm
2016-12-27
struct rroute has been removed, rename variables.
Jeremie Courreges-Anglas
2015-12-05
Pledge ospfd SE ("stdio inet mcast") and RDE ("stdio") move some code
Claudio Jeker
2015-10-26
Kernel got fixed we no longer need to check if rtm_pid is 0 to filter out
Claudio Jeker
2015-10-24
Filter our RTM_GET messages which are not from us.
Claudio Jeker
2015-09-27
As done for bgpd recently, rename if_mediatype to if_type in ospfd/ospf6d.
Stefan Sperling
2015-07-20
Fix a segfault at startup when if_change() ist called before
Sebastian Benoit
2015-07-19
revert previous
Sebastian Benoit
2015-07-18
Properly handle carp(4) interfaces in "backup" mode on start-up.
Martin Pieuchot
2015-07-17
Do similar handling of connected routes and filtering of llinfo and broadcast.
Claudio Jeker
2015-02-11
Use sizeof(u_short) in the first check since there are RT messages that
Claudio Jeker
2015-02-10
Forgot the EAGAIN or EINTR check on read.
Claudio Jeker
2015-02-10
Convert ospfd over to SOCK_CLOEXEC | SOCK_NONBLOCK and make the route
Claudio Jeker
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-06-23
The second level of the CTL_NET sysctl is a PF_*, not an AF_*
Philip Guenther
2013-10-30
another simple %i to %d conversion for obviousness
Theo de Raadt
2013-06-01
Minor cleanup, do not set values to 0 twice.
Claudio Jeker
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
[next]