summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd
AgeCommit message (Expand)Author
2005-10-26some unneeded #includes; ok claudio@Kevin Steves
2005-10-250) ospfctl doesn't use ospfd.conf so remove that from FILESKevin Steves
2005-10-21htons() instead of ntohs() when going from host to network.Claudio Jeker
2005-10-21Revert part of rev 1.14. For now queue LSAs to all neighbors if the interfaceClaudio Jeker
2005-10-19small cleanups while reading; ok claudio@Kevin Steves
2005-10-19Add neighbor ID in warning and use correct function names.Claudio Jeker
2005-10-19fix some spellings in comments.Claudio Jeker
2005-10-19header cleaning; ok claudio@Kevin Steves
2005-10-19use string.h; ok claudio@Kevin Steves
2005-10-18Simplify code a bit. OK norby@Claudio Jeker
2005-10-18Cleanup interface code a minimal bit. There is no need for if_shutdown(),Claudio Jeker
2005-10-18Better warning for non equal MTU in the database phase. Instead of justClaudio Jeker
2005-10-18The kroute nexthop stuff was removed long time ago. So remove theseClaudio Jeker
2005-10-18Correct log_debug(). Found while scrolling through that file.Claudio Jeker
2005-10-13Fix a memory leak in the ospf engine. First of all ospfd did not track if aClaudio Jeker
2005-10-13Correctly queue ls updates on the retransmission lists.Claudio Jeker
2005-10-12Correct function name in warning.Claudio Jeker
2005-10-12Revert last commit. That file was not intended to be commited.Claudio Jeker
2005-10-12Fix the flooding procedure. Violate the RFC else many BAD_LS_REQ events andClaudio Jeker
2005-10-12Fix a massive memory leak in the RDE. ospfd leaked every ls update unlessClaudio Jeker
2005-10-12If router is DR or BDR join the AllDRouter list (and leave it if otherwise).Claudio Jeker
2005-10-12Minor cleanup. Use iface->state & IF_STA_DRORBDR as used in other placesClaudio Jeker
2005-10-12In one special condition ospfd sent out ls updates without updating theClaudio Jeker
2005-10-06I should have read the RFC more carefully.Claudio Jeker
2005-10-03typoMathieu Sauve-Frankel
2005-09-29Show the time a neighbor was DOWN instead of counting down fromClaudio Jeker
2005-09-28- use proper function name in log messageMathieu Sauve-Frankel
2005-09-24- add auth_type and auth_keyid to struct ctl_ifaceMathieu Sauve-Frankel
2005-09-17- add get_rtr_id() based on bgpd's get_bgpid()Mathieu Sauve-Frankel
2005-09-15auth-md-keyid 0 is valid but is not allowed on Cis^H^Hrap routers.Claudio Jeker
2005-09-15Correctly handle loopback interfaces. Mark them as point-to-point networksClaudio Jeker
2005-09-01rt_lookup() did not respect the route node invalid flag and so AS-extClaudio Jeker
2005-08-30Fix one of the most fragile part of ospfd -- the interface election code.Claudio Jeker
2005-08-30Fix a bug in the nexthop calculation for complex networks. The result was aClaudio Jeker
2005-08-15Fix possible race condition in signal handler.Esben Norby
2005-08-11EINTR, and a little KNF in packet.cHenning Brauer
2005-08-08Try to do an SPF recalculation only if the LS DB changed.Claudio Jeker
2005-08-08Correctly order LSA/route entries. Also prefer network vertices over routerClaudio Jeker
2005-08-08tab before newline.Claudio Jeker
2005-06-28Make it possible to specify interfaces just by using "interface em0" withoutClaudio Jeker
2005-06-27Mark connected routes (routes without a nexthop) in the rib. Without thisClaudio Jeker
2005-06-27Don't let /32 DT_NET routes override DT_RTR routes. This should helpClaudio Jeker
2005-06-26typo by claudioTheo de Raadt
2005-06-26Don't htonl() something that is already in network byte order. AS-Ext routesClaudio Jeker
2005-06-26Do not automaticaly announce routes that have RTF_DYNAMIC set. These routesClaudio Jeker
2005-06-21Backout/Disable the change introduced in rev. 1.26. Don't start the helloClaudio Jeker
2005-06-21The ev_sighup event handler should handle SIGHUP and not SIGTERM.Claudio Jeker
2005-06-13One additional if_act_elect bug. Neighbors in preliminary state (down, attemptClaudio Jeker
2005-06-13Doh. Fix another stupid copy paste typo. Once again BDR != DR.Claudio Jeker
2005-06-13add a new fsm transition for IF_EVT_WTIMER in state IF_STA_ANY that simplyClaudio Jeker