summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd
AgeCommit message (Expand)Author
2006-12-21Unbreak redistribute default and make it possible to specify a metric forClaudio Jeker
2006-12-21order variables by size/type.Claudio Jeker
2006-12-13Doh! I forgot the change from kroute to rroute in the deletion case.Claudio Jeker
2006-12-13Correct funtion name in fatal message.Claudio Jeker
2006-12-08Fix a crash seen on busy area border routers. The problem was a NULLClaudio Jeker
2006-12-08Document redistribute set options. OK norby@Claudio Jeker
2006-12-08Document the interface:ip syntax and add some statements to the examplesClaudio Jeker
2006-12-07Make it possible to set the metric and LSA type for redistributed routes.Claudio Jeker
2006-11-28add additional link states to report the half duplex / full duplexReyk Floeter
2006-11-28mib we pass to sysctl when fetching the routing table has 7 entries now,Henning Brauer
2006-11-26repair missing DPADD requestsTheo de Raadt
2006-11-17Support for multiple networks on one interface. Until now only the mainClaudio Jeker
2006-11-16ignore routing messages for alternate tables for now, from bgpdHenning Brauer
2006-11-09Properly indicate the state of "fib-update"Joel Knight
2006-11-01Fix copy pasto, use SIGCHLD for the sigchild handler not SIGINT twice.Claudio Jeker
2006-10-29Allow braces to fit on a single line if only one or no argument is used.Claudio Jeker
2006-10-25Remove a parser debug functionality that was never used in ospfd.Claudio Jeker
2006-10-25Use strtonum(3) instead of the hand made atoul. This solves an issue withClaudio Jeker
2006-09-27Use IP_RECVIF to get the incomming interface of OSPF packets. Now we useClaudio Jeker
2006-09-26Sync in_cksum.c to the same version dvmrpd has. This fixes problems with oddClaudio Jeker
2006-08-31knock out the cpp/m4 stuff from MACROS; after discussion with many...Jason McIntyre
2006-08-30Remove useless logging, the logged event happens all the time, no need toEsben Norby
2006-08-28use Forwarding Information Base vs. Forward Information Base;Kevin Steves
2006-08-28.Xr sysctl 8; wording from jmc@Kevin Steves
2006-08-28tiny grammar fix; ok jmc@Kevin Steves
2006-08-18Correctly leave the all AllDRouters group (224.0.0.6) if the interface wasClaudio Jeker
2006-08-06Remove a XXX in a comment.Claudio Jeker
2006-08-06There is no need to initialize the log framework twice. Especially becauseClaudio Jeker
2006-07-06In rt_invalidate() skip all as_ext routes if routes matching a specific areaClaudio Jeker
2006-07-03Add missing breaks and suddenly all starts to make sense again. WonderedClaudio Jeker
2006-06-28Track the uptime of the ospfd daemon itself.Esben Norby
2006-06-02remove unused variable, found by lint.Esben Norby
2006-06-01Document all the new and shiny redistribute options. With a lot of help fromClaudio Jeker
2006-05-31Support for "[no] redistribute 10.6/16", all routes that match into thisClaudio Jeker
2006-05-31More redistribute fun. Add a possibility to deny redistribution of specifiedClaudio Jeker
2006-05-31Plug memory leak; ok claudio@Patrick Latifi
2006-05-30Correctly calculate point-to-point nexthop address. The logic was badly twistedClaudio Jeker
2006-05-30Uups, this file should be commited with the redistribute rtlabel stuff.Claudio Jeker
2006-05-30Now that rtlabels are accessable via sysctl we can use route lables toClaudio Jeker
2006-05-29Delay lsa database deletes for MIN_LS_INTERVAL seconds so that flappingClaudio Jeker
2006-05-29Remove useless debug message that gets triggered all the time in big networks.Esben Norby
2006-05-27sync to bgpd: use ibuf->pid in imsg_create if pid == 0, claudio okHenning Brauer
2006-05-27Revert last commit. Having ifindex of 0 is an error and needs to be reported.Claudio Jeker
2006-05-26\<char> is <char> except for \<newline> -- no exceptions. much like howTheo de Raadt
2006-04-28do not log "interface with index 0 not found". ifindex == 0 happens onHenning Brauer
2006-04-25kill unused old debug code.Esben Norby
2006-04-25Mark fatal and fatalx as __dead from a similar diff for bgpd from deraadt@Claudio Jeker
2006-04-25Use size_t for buffer lenght passed to send_ls_ack() plus an ARGSUSED.Claudio Jeker
2006-04-25Kill unused function and add a ARGSUSED.Claudio Jeker
2006-04-25Path the length of the packet as size_t to in_cksum(). Enforce that theClaudio Jeker