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
/
rde.c
Age
Commit message (
Expand
)
Author
2017-01-24
sync log.c from relayd et al to ospfd.
Sebastian Benoit
2017-01-23
Remove incomplete "forced nexthop" support.
Jeremie Courreges-Anglas
2016-12-27
struct rroute has been removed, rename variables.
Jeremie Courreges-Anglas
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-06-06
add format attributes to the proper functions and then fix the
Sebastian Benoit
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-11-22
Improve ABR support especially for self-originated stub networks.
Claudio Jeker
2015-03-14
When removing interfaces in the RDE we also need to remove all the RDE
Claudio Jeker
2014-07-12
Close connections when msgbuf_write() returns 0.
Kenneth R Westerback
2013-11-13
from claudio
Sebastian Benoit
2011-05-09
First bits to support opaque LSA. Type-9, 10 and 11 are LSA that can
Claudio Jeker
2011-05-02
Wrap some long lines and other cleanup. No functional change.
Claudio Jeker
2011-03-24
Fix some memory leaks. Mainly better cleanup on shutdown but the v_nexthop
Claudio Jeker
2011-01-18
When fixing conflicts make sure the right vertex is passed to lsa_merge()
Claudio Jeker
2011-01-17
Fix redistribution of overlapping routes (e.g 10/8 and 10.0/16).
Claudio Jeker
2011-01-12
Kill struct rroute and move the metric to struct kroute. This
Claudio Jeker
2010-09-25
When counting the lsa also build the sum of the ls_checksums. This can be
Claudio Jeker
2010-07-19
When removing an announced prefix inherit the metric and ext_tag from the
Claudio Jeker
2010-07-01
Fix memory leak by adding a missing free(lsa).
Alexander Bluhm
2010-05-26
Rename some imsg bits to make namespace collisions less likely buf to
Nicholas Marriott
2009-11-11
Fix an obvious use after free. Found by parfait. Reported and OK jsg@
Claudio Jeker
2009-11-02
Implement IMSG_CTL_LOG_VERBOSE to enable or disable debug logging on runtime.
Claudio Jeker
2009-10-05
Until now AS-ext LSA were always announced with the router as nexthop.
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-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-01-27
No need to check if neighbor exists before adding it
Michele Marchetto
2009-01-07
Full stub area support. This allows ABRs to announce a default network
Claudio Jeker
2008-12-12
Make the kroute code routing priority aware. This solves a few issues and
Claudio Jeker
2008-11-24
Initial support for stub areas. The bit still missing is the redistribution
Claudio Jeker
2008-02-11
Correct the output of several error and debug messages.
Esben Norby
2007-10-11
Bye bye global ospf options. OSPF options are per area (at least the one
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-25
Don't fatal if the imsg pipe is closed, this is often triggered in the parent
Claudio Jeker
2007-06-19
add support for mapping route labels to AS-external route tags.
Reyk Floeter
2007-06-19
Allow ospfd reconfiguration through SIGHUP, add SIGHUP handlers in
Pierre-Yves Ritschard
2007-04-11
Simplify rde_summary_update(). The route entry has a valid/invalid flag
Claudio Jeker
2007-04-10
Next step in equal cost multipath support. Make the SPF calculation multipath
Claudio Jeker
2007-04-05
remove an unused function.
Pierre-Yves Ritschard
2007-04-04
Type 4 (router) summery LSA need to be sent out with an LS ID equal to the
Claudio Jeker
2007-04-04
There is no need to originate inter-area routes to the backbone.
Claudio Jeker
2007-03-30
Use correct function name in fatalx() message.
Claudio Jeker
2007-02-12
rde_nbr_loading() may be called with area == NULL. Check for this condition
Claudio Jeker
2007-02-09
Remove unneeded statement. The debug code needing it is long gone.
Claudio Jeker
[next]