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
2005-05-23
First part of summary LSA origination. Not perfect but a start.
Claudio Jeker
2005-05-23
useless use of endpwent
Henning Brauer
2005-05-23
Kill rt_dump_debug stuff as "ospfctl show rib [detail]" provides the same
Esben Norby
2005-05-23
Make the rfc1583compat flag changable in ospfd.conf(5).
Esben Norby
2005-05-22
Handle cost2 for AS-external, and prepare for handling flags in
Esben Norby
2005-05-22
The Route Information Base for AS-External should only be dumped once.
Esben Norby
2005-05-13
Cost type 2 will be needed soon.
Esben Norby
2005-05-13
The NET_RT_IFLIST sysctl returns RTM_IFINFO and RTM_NEWADDR messages in
Claudio Jeker
2005-05-12
Calculate routes for summary and as-external LSA. Still some minor parts
Claudio Jeker
2005-05-12
lsa_age() the vertex befor comparing the age with MAX_AGE.
Claudio Jeker
2005-05-12
Every time a LSA is returned from a lookup lsa_age() it.
Claudio Jeker
2005-05-12
Don't fatal in case no root node was found for spf calculation.
Claudio Jeker
2005-05-12
Add "show database asbr/external/network/router/self-originate/summary"
Esben Norby
2005-05-12
Fix multiple bugs in if_act_elect(). In some cases DR were set wrongly
Claudio Jeker
2005-05-12
If activly connected to more than one area set B flag in the self-originated
Claudio Jeker
2005-05-11
Add some newlines to make the code easier to follow. No functional change.
Claudio Jeker
2005-05-10
Do no longer force the default router priority to 0.
Claudio Jeker
2005-05-09
Force all as-external routes to point to the router announcing them by
Claudio Jeker
2005-05-08
Keep track of the req list in the RDE. The RFC requires us to check for
Claudio Jeker
2005-05-05
Fix a stupid typo in the #if 0 block in spf_calc() and start using that code
Claudio Jeker
2005-05-02
use setres[ug]id for privilege dropping; ok norby@
Damien Miller
2005-05-01
spelling
David Krause
2005-04-27
Sort struct msgbuf by size. From Alexander von Gernler via henning@
Claudio Jeker
2005-04-26
unify shared code a bit again to make future syncs easier
Henning Brauer
2005-04-25
Call if_init() later and for each interface separately.
Claudio Jeker
2005-04-25
Move the creation of the ospf_socket from if_init() directly into ospfe().
Claudio Jeker
2005-04-25
Call if_init() in ospfe only, neither the rde nor the parent need it.
Claudio Jeker
2005-04-25
Change order of execution in if_act_reset(). First notify all neighbor
Claudio Jeker
2005-04-22
RFC tells that the MTU in the db exchange packet may not be bigger than
Claudio Jeker
2005-04-19
Don't call event_set() before event_init().
Claudio Jeker
2005-04-17
Use fatalx() instead of ospfd_shutdown() if kr_init() fails.
Claudio Jeker
2005-04-16
Set F_STATIC flag earlier else the default route will end up as non-static.
Claudio Jeker
2005-04-14
Some format string cleanup. OK deraadt
Chad Loder
2005-04-12
spelling
Theo de Raadt
2005-04-12
Support for self originated AS-external LSA.
Claudio Jeker
2005-04-12
spaces
Claudio Jeker
2005-04-06
Add check for key lengths. Based on diff from Jason Ackley.
Esben Norby
2005-04-06
When deleting LSA because they hit max age (IMSG_LS_MAXAGE) check if the
Claudio Jeker
2005-04-05
Use the dynamic buffer API for packet generation and sending.
Claudio Jeker
2005-04-05
Set errno in case buf_realloc() fails because the limit of the buffer is
Claudio Jeker
2005-04-04
On auth crypt verify not only the main key is allowed but all configured keys.
Claudio Jeker
2005-03-31
Better crypt sequence number initialization.
Esben Norby
2005-03-31
Add support for crypt authentication (MD5).
Esben Norby
2005-03-31
and some includes too much here as well, grunk
Henning Brauer
2005-03-29
The RFC never mentions anything about transfer, this should be transmit.
Esben Norby
2005-03-26
explciitely 0-initialize pids
Henning Brauer
2005-03-26
Prototypes where moved to ospfd.h so no need to keep them here.
Claudio Jeker
2005-03-26
Implement the IMSG_CTL_IFINFO bits correctly. This is needed for
Claudio Jeker
2005-03-26
kroute.c cleanup, simplify code and remove unused functions.
Claudio Jeker
2005-03-26
fix a little race on SIGCHLD where we must delay the claenup until
Henning Brauer
[next]