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
Age
Commit message (
Expand
)
Author
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-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-27
use file system path (.Pa) semantic markup macros where appropriate.
Igor Sobrado
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-05-05
use the sizeof the struct not the sizeof a pointer to the struct
Jonathan Gray
2015-03-14
When removing interfaces in the RDE we also need to remove all the RDE
Claudio Jeker
2015-03-13
Make sure that the debug messages include the neighbor ID so we hava a chance
Claudio Jeker
2015-03-11
tweak wording; "a value different to 1" -> "...other than 1", from Sevan Janiyan
Stuart Henderson
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-28
When comparing the LSA with the Ack, also check the age field. This
Alexander Bluhm
2015-01-22
remove a stupid -Wstrict-prototype warning by making the hash function
Ted Unangst
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-12-18
simple to use siphash here. ok deraadt
Ted Unangst
2014-11-20
Don't allow embedded nul characters in strings.
Jonathan Gray
2014-11-18
Nuke more obvious #include duplications.
Kenneth R Westerback
2014-11-03
Convert the logic in yyerror(). Instead of creating a temporary
Alexander Bluhm
2014-11-02
Add gcc format attributes to parse.y for ospf{6,}d.
Doug Hogan
2014-10-25
Remove unnecessary netinet/in_systm.h include.
Lawrence Teo
2014-07-20
Fixed typo in error message.
Tobias Stoeckmann
2014-07-12
Close connections when msgbuf_write() returns 0.
Kenneth R Westerback
2014-07-11
Close the control fd when it has reported EOF.
Kenneth R Westerback
2014-06-23
The second level of the CTL_NET sysctl is a PF_*, not an AF_*
Philip Guenther
2014-01-22
relax the cfg file secrecy check slightly to allow group readability
Henning Brauer
2013-11-25
use u_char for buffers in yylex, for ctype calls
Sebastian Benoit
2013-11-13
from claudio
Sebastian Benoit
2013-10-30
another simple %i to %d conversion for obviousness
Theo de Raadt
2013-08-14
Enforce that the ls_id and the adv_rtr field in a type 1 router LSA are
Claudio Jeker
2013-08-14
no longer any need to quote macro lines with >9 args;
Jason McIntyre
2013-06-01
Minor cleanup, do not set values to 0 twice.
Claudio Jeker
2013-03-22
whitespace tweak; gratuitous difference with ospf6d
Stuart Henderson
2013-03-22
reinstate code to announce routes to backup carp interfaces. this was removed
Stuart Henderson
2013-03-11
handle ECONNABORTED errors from accept(). In many code blocks they can be
Theo de Raadt
2013-03-06
sync yyerror() with version in bgpd so that it logs to syslog when daemonized.
Stuart Henderson
2013-03-06
When dumping config, just print "passive" for passive interfaces rather
Stuart Henderson
2013-01-17
improve snapshot handling:
Markus Friedl
2013-01-17
do not send IMSG_LS_UPD if we have no links; ok claudio
Markus Friedl
2013-01-17
ignore the nbr_adj_timer if we are not forming adjacencies; ok claudio
Markus Friedl
2013-01-17
transmit correct state to RDE; ok claudio
Markus Friedl
2013-01-17
allow two minutes until neighbor adjacencies are formed; ok claudio@
Markus Friedl
2013-01-17
for point-to-point interfaces we need to send lsupdates to the
Markus Friedl
2013-01-17
the peer might still send more DD messages, even if the RDE has
Markus Friedl
[next]