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-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
2005-10-03
typo
Mathieu Sauve-Frankel
2005-09-29
Show the time a neighbor was DOWN instead of counting down from
Claudio Jeker
2005-09-28
- use proper function name in log message
Mathieu Sauve-Frankel
2005-09-24
- add auth_type and auth_keyid to struct ctl_iface
Mathieu Sauve-Frankel
2005-09-17
- add get_rtr_id() based on bgpd's get_bgpid()
Mathieu Sauve-Frankel
2005-09-15
auth-md-keyid 0 is valid but is not allowed on Cis^H^Hrap routers.
Claudio Jeker
2005-09-15
Correctly handle loopback interfaces. Mark them as point-to-point networks
Claudio Jeker
2005-09-01
rt_lookup() did not respect the route node invalid flag and so AS-ext
Claudio Jeker
2005-08-30
Fix one of the most fragile part of ospfd -- the interface election code.
Claudio Jeker
2005-08-30
Fix a bug in the nexthop calculation for complex networks. The result was a
Claudio Jeker
2005-08-15
Fix possible race condition in signal handler.
Esben Norby
2005-08-11
EINTR, and a little KNF in packet.c
Henning Brauer
2005-08-08
Try to do an SPF recalculation only if the LS DB changed.
Claudio Jeker
2005-08-08
Correctly order LSA/route entries. Also prefer network vertices over router
Claudio Jeker
2005-08-08
tab before newline.
Claudio Jeker
2005-06-28
Make it possible to specify interfaces just by using "interface em0" without
Claudio Jeker
2005-06-27
Mark connected routes (routes without a nexthop) in the rib. Without this
Claudio Jeker
2005-06-27
Don't let /32 DT_NET routes override DT_RTR routes. This should help
Claudio Jeker
2005-06-26
typo by claudio
Theo de Raadt
2005-06-26
Don't htonl() something that is already in network byte order. AS-Ext routes
Claudio Jeker
2005-06-26
Do not automaticaly announce routes that have RTF_DYNAMIC set. These routes
Claudio Jeker
2005-06-21
Backout/Disable the change introduced in rev. 1.26. Don't start the hello
Claudio Jeker
2005-06-21
The ev_sighup event handler should handle SIGHUP and not SIGTERM.
Claudio Jeker
2005-06-13
One additional if_act_elect bug. Neighbors in preliminary state (down, attempt
Claudio Jeker
2005-06-13
Doh. Fix another stupid copy paste typo. Once again BDR != DR.
Claudio Jeker
2005-06-13
add a new fsm transition for IF_EVT_WTIMER in state IF_STA_ANY that simply
Claudio Jeker
[next]