summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd/ospfe.c
AgeCommit message (Expand)Author
2006-01-05Make ospfd respect carp(4) interfaces and their weird behaviour. They willClaudio Jeker
2005-12-29Instead of a simple timer per neighbor for the LS retransmition list useClaudio Jeker
2005-12-15Fix ospfe shutdown function. The cleanup was totaly busted. OK norby@Claudio Jeker
2005-12-04Increase the receive buffer of the raw socket.Esben Norby
2005-10-19fix some spellings in comments.Claudio Jeker
2005-10-18Cleanup interface code a minimal bit. There is no need for if_shutdown(),Claudio Jeker
2005-06-13Passive interfaces belong to the area and should be announced as stubClaudio Jeker
2005-05-27Set the V-bit when originating virtual links in router LSAs.Esben Norby
2005-05-27Virtual link support, originate virtual links in router LSAs.Esben Norby
2005-05-27Fix a access after free on shutdown. OK norby@Claudio Jeker
2005-05-27Initial virtual link support.Esben Norby
2005-05-26More usable debug output when originating router lsas.Esben Norby
2005-05-26Another unneeded debug message.Esben Norby
2005-05-26Remove unneeded debugging messages from ospfe imsg handling.Esben Norby
2005-05-26Simplify and cleanup passive interface handling.Esben Norby
2005-05-26Support dumping the configuration the way bgpd(8) does it.Esben Norby
2005-05-23useless use of endpwentHenning Brauer
2005-05-12Add "show database asbr/external/network/router/self-originate/summary"Esben Norby
2005-05-12If activly connected to more than one area set B flag in the self-originatedClaudio Jeker
2005-05-02use setres[ug]id for privilege dropping; ok norby@Damien Miller
2005-04-25Call if_init() later and for each interface separately.Claudio Jeker
2005-04-25Move the creation of the ospf_socket from if_init() directly into ospfe().Claudio Jeker
2005-04-25Call if_init() in ospfe only, neither the rde nor the parent need it.Claudio Jeker
2005-04-12Support for self originated AS-external LSA.Claudio Jeker
2005-03-15Add control messages for the show fib commands.Claudio Jeker
2005-03-14Add "show summary" to ospfctl.Esben Norby
2005-03-12Add "show rib" and "show rib detail" to ospfctl.Esben Norby
2005-03-12Small K&F.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-19Originate P2P links correctly.Esben Norby
2005-02-10Work around a timing issue in the db exchange phase. The DB descriptionClaudio Jeker
2005-02-09Rework of self originated LSA. First of all the code to generate the LSAClaudio Jeker
2005-02-07spelling fixesDavid Krause
2005-02-02KNFHenning Brauer
2005-01-28Change my email address to the OpenBSD one since Ericsson has nothing toEsben Norby
2005-01-28Welcome ospfdClaudio Jeker