summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd/hello.c
AgeCommit message (Expand)Author
2014-11-18Nuke more obvious #include duplications.Kenneth R Westerback
2011-03-08Instead of using IBUF_READ_SIZE as upper bound when building variousClaudio Jeker
2010-05-26Rename some imsg bits to make namespace collisions less likely buf toNicholas Marriott
2010-05-13typo: colision->collisionStuart Henderson
2010-02-16Lets violate the RFC once more. Change the way we map hello packets toClaudio Jeker
2010-02-01Fix logic error (&& vs. ||), found while looking for inspiration for smtpdJacek Masiulaniec
2009-01-31Pass the buffer to send_packet() instead of spliting it up. This removesClaudio Jeker
2007-10-11Bye bye global ospf options. OSPF options are per area (at least the oneClaudio Jeker
2006-03-09Correctly warn about unsupported interface types as it is done in other places.Claudio Jeker
2006-02-02Be less verbose about DR/BDR selection this seems to be rock solid now.Claudio Jeker
2005-11-12spacing mostlyTheo de Raadt
2005-09-17- add get_rtr_id() based on bgpd's get_bgpid()Mathieu Sauve-Frankel
2005-08-30Fix one of the most fragile part of ospfd -- the interface election code.Claudio Jeker
2005-06-13Compare neighbor address with DR/BDR from the hello packet and not withClaudio Jeker
2005-05-27Virtual link support.Esben Norby
2005-05-26Simplify and cleanup passive interface handling.Esben Norby
2005-04-05Use the dynamic buffer API for packet generation and sending.Claudio Jeker
2005-02-09When sending out hellos, copy the bdr and dr addresses into iface->self.Claudio Jeker
2005-02-07spelling fixesDavid Krause
2005-01-28Change my email address to the OpenBSD one since Ericsson has nothing toEsben Norby
2005-01-28Welcome ospfdClaudio Jeker