summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd/ospfe.h
AgeCommit message (Expand)Author
2005-12-15Simpify iface_del() and nbr_del(). make them void funtions as they can not failClaudio Jeker
2005-12-04Increase the receive buffer of the raw socket.Esben Norby
2005-11-04Remove unused variable link_state in struct nbr.Claudio Jeker
2005-10-18Cleanup interface code a minimal bit. There is no need for if_shutdown(),Claudio Jeker
2005-05-26Remove unused neighbor state.Esben Norby
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-12Support for self originated AS-external LSA.Claudio Jeker
2005-04-05Use the dynamic buffer API for packet generation and sending.Claudio Jeker
2005-03-31Add support for crypt authentication (MD5).Esben Norby
2005-03-22Remove bool cruft.Esben Norby
2005-03-17Handle the retransmission queues correctly. Mainly iface state DROTHERClaudio Jeker
2005-03-07Track interface state (up/down) and media status. Simplify the code a bitClaudio Jeker
2005-02-10Work around a timing issue in the db exchange phase. The DB descriptionClaudio Jeker
2005-02-09NBR_STA_ACTIVE is just ~NBR_STA_DOWN instead of some hardcoded magic.Claudio Jeker
2005-02-09Rework of self originated LSA. First of all the code to generate the LSAClaudio Jeker
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