summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd/ospfe.c
AgeCommit message (Expand)Author
2007-10-13Funny typo, it is fib not fip so adjust function name.Claudio Jeker
2007-10-11Bye bye global ospf options. OSPF options are per area (at least the oneClaudio Jeker
2007-10-01fix alot of whitespace problems...Esben Norby
2007-07-25Don't fatal if the imsg pipe is closed, this is often triggered in the parentClaudio Jeker
2007-06-19Allow ospfd reconfiguration through SIGHUP, add SIGHUP handlers inPierre-Yves Ritschard
2007-05-29Demote support for ospfd. It is possible to specify a demote group onClaudio Jeker
2007-03-21Add support for RFC 3137: OSPF Stub Router AdvertisementClaudio Jeker
2007-02-26Set the metric for loopback interfaces.Esben Norby
2007-02-01Preliminary configuration reload support. Seems to work reasonably wellClaudio Jeker
2007-01-11Silently ignore unknown neighbors in the rde and ospfe imsg handler. ThisClaudio Jeker
2006-11-28add additional link states to report the half duplex / full duplexReyk Floeter
2006-11-17Support for multiple networks on one interface. Until now only the mainClaudio Jeker
2006-09-27Use IP_RECVIF to get the incomming interface of OSPF packets. Now we useClaudio Jeker
2006-06-02remove unused variable, found by lint.Esben Norby
2006-05-30Uups, this file should be commited with the redistribute rtlabel stuff.Claudio Jeker
2006-04-25More lint cleanup. Kill unneeded stuff and sprinkle some ARGSUSED.Claudio Jeker
2006-04-16KNFHenning Brauer
2006-03-09Log link state changes.Esben Norby
2006-03-08Remove unused quit flag inherited from bgpd long ago.Claudio Jeker
2006-03-08Check for implied acks. If we receive an update that is on our retransmissionClaudio Jeker
2006-02-21Better English in comments.Claudio Jeker
2006-02-19Do not allocate a new chunk of memory every time we receive a packet.Esben Norby
2006-02-10ospfd does not need fd passing via the imsg framework so remove that codeClaudio Jeker
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