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
/
ospfd.c
Age
Commit message (
Expand
)
Author
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2021-09-06
repair missing paths on unveil failure
Theo de Raadt
2021-01-19
Make the imsg event structures static, properly define ospfd_process and
Claudio Jeker
2020-09-16
Stop removing the control socket on exit and tighten the unveil even
remi
2020-06-26
Replace SIMPLEQ concatenation loop with SIMPLEQ_CONCAT
bket
2020-03-29
Change space to tab
denis
2020-01-21
Allow the interface setting "type p2p" to be configured globallz or per
remi
2019-11-23
These dependon related lines fit better a bit further up.
remi
2019-11-19
Add point-to-point support for broadcast interfaces.
remi
2019-05-16
Do not change router-id on reload if unspecified.
denis
2019-03-26
The recently introduced "router-id changed" warning is a bit long.
remi
2019-03-25
Abort reload if router-id changed
Jeremie Courreges-Anglas
2019-01-15
For external LSAs the type (1 or 2) is encoded in the metric field. Do not
remi
2019-01-14
Improve error message when daemon is already running.
Florian Obser
2019-01-02
Send a router LSA update when an interface was removed.
remi
2018-12-28
Add config option fib-priority to set a custom prio for routes ospfd
remi
2018-10-29
The parent process of ospfd is not supposed to write or execute files.
remi
2018-08-29
Prevent ospfd from starting if another ospfd is already using the same
remi
2018-07-11
Change the control socket to ospfd.sock.<rdomain>.
remi
2018-07-09
Set log_setverbose(1) early to see debug logs during parsing the config
remi
2018-02-11
Use the new route filter ROUTE_PRIOFILTER in ospfd. Usually we only
Sebastian Benoit
2018-02-09
Style tweaks
Jeremie Courreges-Anglas
2018-02-05
Introduce "depend on". This allows ospfd to set the metric dependent
remi
2017-01-24
sync log.c from relayd et al to ospfd.
Sebastian Benoit
2016-09-28
'unneded stuff' -> 'unneeded stuff' in comments.
Kenneth R Westerback
2016-09-04
A few bits of stray leading/embedded/trailing whitespace spotted while
Kenneth R Westerback
2016-09-03
Simplify shutdown process.
Renato Westphal
2016-09-02
work on making log.c similar in all daemons:
Sebastian Benoit
2016-02-02
Remove setproctitle() for the parent process. Because rc.d(8) uses process
Stuart Henderson
2015-12-05
Pledge ospfd SE ("stdio inet mcast") and RDE ("stdio") move some code
Claudio Jeker
2015-12-03
imsg_read will return EAGAIN in some cases so prep code for it.
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-03-14
When removing interfaces in the RDE we also need to remove all the RDE
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-07-12
Close connections when msgbuf_write() returns 0.
Kenneth R Westerback
2013-11-13
from claudio
Sebastian Benoit
2013-03-22
whitespace tweak; gratuitous difference with ospf6d
Stuart Henderson
2011-08-20
Decouple log_verbose() from log_init() so the verbose flag stays set with
Stuart Henderson
2011-05-06
Do not special case loopback interfaces on init. Instead force them
Claudio Jeker
2011-03-24
Fix some memory leaks. Mainly better cleanup on shutdown but the v_nexthop
Claudio Jeker
2010-09-02
remove trailing spaces and tabs from source code; no binary changes
Igor Sobrado
2010-05-14
When merging interfaces after a config reload, the fsm state for interfaces
Stuart Henderson
2010-02-19
implement ospfctl fib reload.
David Gwynne
2010-02-16
Only merge interfaces that have the same address and netmask. Fixes a bug
Claudio Jeker
2009-11-02
Implement IMSG_CTL_LOG_VERBOSE to enable or disable debug logging on runtime.
Claudio Jeker
2009-06-06
sync ospfctl/ospfd with the common imsg code, making it lib ready as well.
Eric Faurot
2009-06-05
make ospfd's imsg lib ready as well.
Pierre-Yves Ritschard
2009-06-05
Preliminary rdomain support, all hacked up by reyk@
Claudio Jeker
[next]