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
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
2009-05-31
Remove redundant imsg_event_add calls; ok claudio@
Jacek Masiulaniec
2009-05-31
The libevent callback function may be called with EV_READ and EV_WRITE
Claudio Jeker
2009-05-15
Do not ignore the route metric for "redistribute default".
Marco Pfatschbacher
2009-04-07
allow to specify an alternate control socket instead of /var/run/ospfd.sock.
Reyk Floeter
2009-03-27
Allow the announcement of default route also via redistribute 0.0.0.0/0
Michele Marchetto
2009-03-24
Change the behaviour of redistribute default.
Michele Marchetto
2009-03-01
Print the correct function name in log_debug().
Michele Marchetto
2009-01-07
Full stub area support. This allows ABRs to announce a default network
Claudio Jeker
2009-01-01
Call kr_shutdown() before exit even in config test mode and config parse
Claudio Jeker
2008-11-24
Initial support for stub areas. The bit still missing is the redistribution
Claudio Jeker
2008-05-12
Error out with usage line if additional arguments are given after the
Pierre-Yves Ritschard
2007-10-25
Add -D makro=value as well so that all routing daemons are in sync.
Claudio Jeker
2007-10-20
forgot about ospfd in last commit.
Pierre-Yves Ritschard
2007-10-14
Missing space
Claudio Jeker
2007-10-13
in all these programs using the same pfctl-derived parse.y, re-unify the
Theo de Raadt
2007-10-11
Don't check for OSPF_OPTION_E in the parent. OSPF_OPTION_E is per area and
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-09-18
Correctly track the E-bit of router LSA on config reloads. If redistribution
Claudio Jeker
2007-07-25
Don't fatal if the imsg pipe is closed, this is often triggered in the parent
Claudio Jeker
2007-06-19
Allow ospfd reconfiguration through SIGHUP, add SIGHUP handlers in
Pierre-Yves Ritschard
2007-05-29
Demote support for ospfd. It is possible to specify a demote group on
Claudio Jeker
2007-03-25
If the interface metric changes on reload it is necessary to re-originate
Claudio Jeker
2007-03-21
Add support for RFC 3137: OSPF Stub Router Advertisement
Claudio Jeker
2007-03-17
Exchange a strlcpy() with a strncpy(). A similar change was done in parse.y
Claudio Jeker
2007-03-16
Don't forget to set the metric in the REDIST_LABEL case. OK pyr@
Claudio Jeker
2007-02-01
whitespace cleanup, no binary change.
Claudio Jeker
2007-02-01
Preliminary configuration reload support. Seems to work reasonably well
Claudio Jeker
[next]