summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospfd/hello.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* The IF_EVT_NBR_CHNG event needs to be fired when a neighbor transitions toclaudio2018-02-221-3/+4
* Nuke more obvious #include duplications.krw2014-11-181-2/+1
* Instead of using IBUF_READ_SIZE as upper bound when building variousclaudio2011-03-081-3/+3
* Rename some imsg bits to make namespace collisions less likely buf tonicm2010-05-261-8/+8
* typo: colision->collisionsthen2010-05-131-2/+2
* Lets violate the RFC once more. Change the way we map hello packets toclaudio2010-02-161-24/+20
* Fix logic error (&& vs. ||), found while looking for inspiration for smtpdjacekm2010-02-011-2/+2
* Pass the buffer to send_packet() instead of spliting it up. This removesclaudio2009-01-311-2/+2
* Bye bye global ospf options. OSPF options are per area (at least the oneclaudio2007-10-111-2/+2
* Correctly warn about unsupported interface types as it is done in other places.claudio2006-03-091-7/+8
* Be less verbose about DR/BDR selection this seems to be rock solid now.claudio2006-02-021-9/+3
* spacing mostlyderaadt2005-11-121-2/+1
* - add get_rtr_id() based on bgpd's get_bgpid()msf2005-09-171-2/+2
* Fix one of the most fragile part of ospfd -- the interface election code.claudio2005-08-301-17/+30
* Compare neighbor address with DR/BDR from the hello packet and not withclaudio2005-06-131-4/+4
* Virtual link support.norby2005-05-271-4/+5
* Simplify and cleanup passive interface handling.norby2005-05-261-4/+1
* Use the dynamic buffer API for packet generation and sending.claudio2005-04-051-35/+33
* When sending out hellos, copy the bdr and dr addresses into iface->self.claudio2005-02-091-3/+7
* spelling fixesdavid2005-02-071-3/+3
* Change my email address to the OpenBSD one since Ericsson has nothing tonorby2005-01-281-2/+2
* Welcome ospfdclaudio2005-01-281-0/+259