summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd/interface.c
AgeCommit message (Expand)Author
2005-05-12Fix multiple bugs in if_act_elect(). In some cases DR were set wronglyClaudio Jeker
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-25Change order of execution in if_act_reset(). First notify all neighborClaudio Jeker
2005-04-19Don't call event_set() before event_init().Claudio Jeker
2005-03-31Better crypt sequence number initialization.Esben Norby
2005-03-31Add support for crypt authentication (MD5).Esben Norby
2005-03-29The RFC never mentions anything about transfer, this should be transmit.Esben Norby
2005-03-22Remove bool cruft.Esben Norby
2005-03-11KNFHenning Brauer
2005-03-07Track interface state (up/down) and media status. Simplify the code a bitClaudio Jeker
2005-02-16Support point to point links.Esben Norby
2005-02-09Rework of self originated LSA. First of all the code to generate the LSAClaudio Jeker
2005-02-09Fix interface fsm by inserting dummy events and actions as placeholderClaudio Jeker
2005-02-09Don't elect neighbors that are down and fix a stupid copy-pasto.Claudio Jeker
2005-02-09Initialize iface->self only once. if_act_start() may be called multipleClaudio 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