summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd
AgeCommit message (Expand)Author
2009-03-13When commiting the buf_left() change adding len to the check was dropped andClaudio Jeker
2009-03-04Introduce and use buf_size(buf) instead of buf->wpos -- at least in the nonClaudio Jeker
2009-03-01Print the correct function name in log_debug().Michele Marchetto
2009-02-25Fix an invalid pointer dereference in control_close(). If control_connbyfd()Claudio Jeker
2009-01-31write point-to-point in a consistent way.Igor Sobrado
2009-01-31Implement buf_left() to make some some more buffer handling easier.Claudio Jeker
2009-01-31Pass the buffer to send_packet() instead of spliting it up. This removesClaudio Jeker
2009-01-27No need to check if neighbor exists before adding itMichele Marchetto
2009-01-26We acutally use the lowest IP configured as router-id if none is specified.Claudio Jeker
2009-01-26First convert IP addresses to host-byte-order before checking which one isClaudio Jeker
2009-01-16fix last updateJoerg Goltermann
2009-01-08Fix use after free of kr. Happend when the first loop removed the headClaudio Jeker
2009-01-08Include the neighbor ID in a debug output so that it is clear which routerClaudio Jeker
2009-01-08tweak previous; feedback/ok claudioJason McIntyre
2009-01-07Full stub area support. This allows ABRs to announce a default networkClaudio Jeker
2009-01-06Remove workaround added in rev 1.63. The real issue has been found andClaudio Jeker
2009-01-01Remove some other useless debug messages that just add unneeded noise.Claudio Jeker
2009-01-01Call kr_shutdown() before exit even in config test mode and config parseClaudio Jeker
2009-01-01Move initialisation of krt into kif_init so that it is possible to callClaudio Jeker
2008-12-17Add a workaround for some crazyness that happens if a cloning route has aClaudio Jeker
2008-12-12Make the kroute code routing priority aware. This solves a few issues andClaudio Jeker
2008-11-24Initial support for stub areas. The bit still missing is the redistributionClaudio Jeker
2008-11-21Kill some old debug messages that are no longer needed.Claudio Jeker
2008-11-21imsg_* returns ssize_tClaudio Jeker
2008-10-17bring in the findeol() fix from pfctl. list of affected parsers by sthenHenning Brauer
2008-10-03Unify code between the various flavors of imsg buffer.c.Eric Faurot
2008-09-29Refactor code that handles the kroute interfaces and make it possible toClaudio Jeker
2008-09-12Don't be to strict in find_iface() about what we accept on point-to-pointClaudio Jeker
2008-07-24Use memcpy() and memcmp() like everywhere else in ospfd. OK norby@Claudio Jeker
2008-06-13Simplify ROUNDUP() macro, it does not need the additional size argument.Claudio Jeker
2008-06-10Fix typo.Joel Sing
2008-05-12Error out with usage line if additional arguments are given after thePierre-Yves Ritschard
2008-05-09insert/delete routes w/ prio RTP_OSPFHenning Brauer
2008-05-07OSPF uses the highest IP address, not the lowest.Joel Sing
2008-05-05Use rtm_hdrlen instead of the static header length. OK norby@Claudio Jeker
2008-03-24msg_controllen has to be CMSG_SPACE so that the kernel can account forTheo de Raadt
2008-03-15Repair more msg_controllen dealing with structures or arrays ofTheo de Raadt
2008-03-13Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due toTheo de Raadt
2008-02-26Have popfile() also close the main config file,Marco Pfatschbacher
2008-02-22remove comma from type list, add missing semicolon for consistencySimon Bertrang
2008-02-11Correct the output of several error and debug messages.Esben Norby
2008-02-11log_debug error messages report incorrect function namesEsben Norby
2008-01-31use a hyphen for "interface-specific" as a compound term. this isJason McIntyre
2008-01-31do not leak confd on malloc failure in control_accept()Henning Brauer
2007-11-12Remove space/tab compression function from lgetc() and replaceMarco Pfatschbacher
2007-10-25segement -> segment; from Denis DoroshenkoJason McIntyre
2007-10-25Add -D makro=value as well so that all routing daemons are in sync.Claudio Jeker
2007-10-20forgot about ospfd in last commit.Pierre-Yves Ritschard
2007-10-17From ripd: Add missing RTM_VERSION checksClaudio Jeker
2007-10-16Use v->type insead of v->lsa->hdr.type. Idea came while looking at ospf6d.Claudio Jeker