summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd/ospfd.c
AgeCommit message (Expand)Author
2007-05-29Demote support for ospfd. It is possible to specify a demote group onClaudio Jeker
2007-03-25If the interface metric changes on reload it is necessary to re-originateClaudio Jeker
2007-03-21Add support for RFC 3137: OSPF Stub Router AdvertisementClaudio Jeker
2007-03-17Exchange a strlcpy() with a strncpy(). A similar change was done in parse.yClaudio Jeker
2007-03-16Don't forget to set the metric in the REDIST_LABEL case. OK pyr@Claudio Jeker
2007-02-01whitespace cleanup, no binary change.Claudio Jeker
2007-02-01Preliminary configuration reload support. Seems to work reasonably wellClaudio Jeker
2007-01-20Ignore SIGPIPE in the parent and RDE as well.Claudio Jeker
2006-12-21Unbreak redistribute default and make it possible to specify a metric forClaudio Jeker
2006-12-07Make it possible to set the metric and LSA type for redistributed routes.Claudio Jeker
2006-11-01Fix copy pasto, use SIGCHLD for the sigchild handler not SIGINT twice.Claudio Jeker
2006-08-06There is no need to initialize the log framework twice. Especially becauseClaudio Jeker
2006-07-03Add missing breaks and suddenly all starts to make sense again. WonderedClaudio Jeker
2006-05-31More redistribute fun. Add a possibility to deny redistribution of specifiedClaudio Jeker
2006-05-30Now that rtlabels are accessable via sysctl we can use route lables toClaudio Jeker
2006-03-27More specific warning.Claudio Jeker
2006-03-25Highlight that running an OSPF router without forwarding enabled isEsben Norby
2006-03-14Kill unneeded util.h include.Claudio Jeker
2006-03-08Cleanup with lint. Kill unused variable and fix some types.Claudio Jeker
2006-02-10ospfd does not need fd passing via the imsg framework so remove that codeClaudio Jeker
2006-01-12Rewrite the redistribute code. The previous implementation was stupid andClaudio Jeker
2005-12-29More correct cleanup on exit. OK norby@Claudio Jeker
2005-10-18Cleanup interface code a minimal bit. There is no need for if_shutdown(),Claudio Jeker
2005-08-15Fix possible race condition in signal handler.Esben Norby
2005-06-21The ev_sighup event handler should handle SIGHUP and not SIGTERM.Claudio Jeker
2005-05-26Cleanup.Esben Norby
2005-05-26Support dumping the configuration the way bgpd(8) does it.Esben Norby
2005-05-23useless use of endpwentHenning Brauer
2005-04-25Call if_init() in ospfe only, neither the rde nor the parent need it.Claudio Jeker
2005-04-19Don't call event_set() before event_init().Claudio Jeker
2005-04-17Use fatalx() instead of ospfd_shutdown() if kr_init() fails.Claudio Jeker
2005-03-26explciitely 0-initialize pidsHenning Brauer
2005-03-26Prototypes where moved to ospfd.h so no need to keep them here.Claudio Jeker
2005-03-26Implement the IMSG_CTL_IFINFO bits correctly. This is needed forClaudio Jeker
2005-03-26fix a little race on SIGCHLD where we must delay the claenup untilHenning Brauer
2005-03-25what is an ospfe engine?Henning Brauer
2005-03-25extra char in getopt string, Michael Knudsen <e@molioner.dk>Henning Brauer
2005-03-15Add control messages for the show fib commands.Claudio Jeker
2005-03-08Remove no longer valid route entries.Esben Norby
2005-03-07Track interface state (up/down) and media status. Simplify the code a bitClaudio Jeker
2005-02-27SPF and route table calculation.Esben Norby
2005-02-24Remove the kroute nexthop specific code as there is no need for this inClaudio Jeker
2005-02-07spelling fixesDavid Krause
2005-02-02usage() is __deadHenning Brauer
2005-01-28Change my email address to the OpenBSD one since Ericsson has nothing toEsben Norby
2005-01-28Welcome ospfdClaudio Jeker