summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd/ospfe.c
AgeCommit message (Expand)Author
2009-09-30Announce a stub network LSA for backup carp interfaces. This should helpClaudio Jeker
2009-09-300xffff -> MAX_METRIC. Idea by sthen@, I like it :)Claudio Jeker
2009-09-19KNF indentation; no binary changeStuart Henderson
2009-08-09Scale both receive and send buffer on the raw socket. The default 8192Claudio Jeker
2009-06-06sync ospfctl/ospfd with the common imsg code, making it lib ready as well.Eric Faurot
2009-06-05make ospfd's imsg lib ready as well.Pierre-Yves Ritschard
2009-05-31Remove redundant imsg_event_add calls; ok claudio@Jacek Masiulaniec
2009-05-31The libevent callback function may be called with EV_READ and EV_WRITEClaudio Jeker
2009-04-26comment typos; no binary changeStuart Henderson
2009-04-07allow to specify an alternate control socket instead of /var/run/ospfd.sock.Reyk Floeter
2009-03-04Introduce and use buf_size(buf) instead of buf->wpos -- at least in the nonClaudio Jeker
2009-01-07Full stub area support. This allows ABRs to announce a default networkClaudio Jeker
2008-11-24Initial support for stub areas. The bit still missing is the redistributionClaudio Jeker
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