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-12-29
More correct cleanup on exit. OK norby@
Claudio Jeker
2005-12-29
Instead of a simple timer per neighbor for the LS retransmition list use
Claudio Jeker
2005-12-15
No need to call the nbr_fsm for unexpected LS requests. The RFC tells to
Claudio Jeker
2005-12-15
Fix ospfe shutdown function. The cleanup was totaly busted. OK norby@
Claudio Jeker
2005-12-15
Simpify iface_del() and nbr_del(). make them void funtions as they can not fail
Claudio Jeker
2005-12-15
Fix memory leaks in the parser. Make the string passed with area more strict.
Claudio Jeker
2005-12-14
Replace strlcpy() with memcpy() in the sockaddr_dl handling. sdl_data is
Claudio Jeker
2005-12-05
Optimize rde_redistribute() a bit and remove two unneeded and way to verbose
Claudio Jeker
2005-12-04
Increase ADJ_TMOUT to prevent loss of adjacency during bulk ls update
Esben Norby
2005-12-04
Increase the receive buffer of the raw socket.
Esben Norby
2005-12-02
Fixed version of r1.35, readd candidate to list in both cases so that the list
Claudio Jeker
2005-11-14
Revert candidate list change since it is broken.
Esben Norby
2005-11-12
spacing mostly
Theo de Raadt
2005-11-04
The candidate list is a sorted linear list so when changing the cost of
Claudio Jeker
2005-11-04
The maximal rate LSA can be updated is all MIN_LS_INTERVAL seconds and not
Claudio Jeker
2005-11-04
Set the vertex timestamp as soon as possible giving ospfd a chance to recover
Claudio Jeker
2005-11-04
Kill spf_timer in struct ospfd_conf. There is no need for two event structs
Claudio Jeker
2005-11-04
Use >= instead of == to compare cost with LS_INFINITY. While there fix a typo.
Claudio Jeker
2005-11-04
In the super fast start-up case in recv_db_description() make sure the
Claudio Jeker
2005-11-04
Remove unused variable link_state in struct nbr.
Claudio Jeker
2005-11-04
Make "interface em0 { }" work again. Reported and OK stevesk@
Claudio Jeker
2005-10-30
remove some unneeded #includes and correct keyword in error string;
Kevin Steves
2005-10-28
a little bit saner macros;
Jason McIntyre
2005-10-28
authentication cleanup and clarification;
Kevin Steves
2005-10-28
clean auth error messages; ok claudio@ msf@
Kevin Steves
2005-10-27
Add something to explain effect of passive interface; ok claudio@
Kevin Steves
2005-10-26
some unneeded #includes; ok claudio@
Kevin Steves
2005-10-25
0) ospfctl doesn't use ospfd.conf so remove that from FILES
Kevin Steves
2005-10-21
htons() instead of ntohs() when going from host to network.
Claudio Jeker
2005-10-21
Revert part of rev 1.14. For now queue LSAs to all neighbors if the interface
Claudio Jeker
2005-10-19
small cleanups while reading; ok claudio@
Kevin Steves
2005-10-19
Add neighbor ID in warning and use correct function names.
Claudio Jeker
2005-10-19
fix some spellings in comments.
Claudio Jeker
2005-10-19
header cleaning; ok claudio@
Kevin Steves
2005-10-19
use string.h; ok claudio@
Kevin Steves
2005-10-18
Simplify code a bit. OK norby@
Claudio Jeker
2005-10-18
Cleanup interface code a minimal bit. There is no need for if_shutdown(),
Claudio Jeker
2005-10-18
Better warning for non equal MTU in the database phase. Instead of just
Claudio Jeker
2005-10-18
The kroute nexthop stuff was removed long time ago. So remove these
Claudio Jeker
2005-10-18
Correct log_debug(). Found while scrolling through that file.
Claudio Jeker
2005-10-13
Fix a memory leak in the ospf engine. First of all ospfd did not track if a
Claudio Jeker
2005-10-13
Correctly queue ls updates on the retransmission lists.
Claudio Jeker
2005-10-12
Correct function name in warning.
Claudio Jeker
2005-10-12
Revert last commit. That file was not intended to be commited.
Claudio Jeker
2005-10-12
Fix the flooding procedure. Violate the RFC else many BAD_LS_REQ events and
Claudio Jeker
2005-10-12
Fix a massive memory leak in the RDE. ospfd leaked every ls update unless
Claudio Jeker
2005-10-12
If router is DR or BDR join the AllDRouter list (and leave it if otherwise).
Claudio Jeker
2005-10-12
Minor cleanup. Use iface->state & IF_STA_DRORBDR as used in other places
Claudio Jeker
2005-10-12
In one special condition ospfd sent out ls updates without updating the
Claudio Jeker
2005-10-06
I should have read the RFC more carefully.
Claudio Jeker
[next]