summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd
AgeCommit message (Expand)Author
2009-06-08revert this change by eric@:David Gwynne
2009-06-07Change the way fds passed over a socket are retreived on the receiving side.Eric Faurot
2009-06-07Make the imsg protocol network-safe.Eric Faurot
2009-06-06change the imsg header fields a bit to prepare for upcoming changes.Eric Faurot
2009-06-06Get ready for including imsg.h from a lib, when it comes along.Pierre-Yves Ritschard
2009-06-06sync ospfctl/ospfd with the common imsg code, making it lib ready as well.Eric Faurot
2009-06-06remove unnecessary and scary pid check in imsg_init.Pierre-Yves Ritschard
2009-06-05rtm->rtm_hdrlen conversionChris Cappuccio
2009-06-05bring buf_write here as well.Pierre-Yves Ritschard
2009-06-05Add an unused data field, to allow smtpd and ypldap to work, all libPierre-Yves Ritschard
2009-06-05bump MAX_IMSGSIZE to 16384, this will make smtpd happy later on.Pierre-Yves Ritschard
2009-06-05make ospfd's imsg lib ready as well.Pierre-Yves Ritschard
2009-06-05Preliminary rdomain support, all hacked up by reyk@Claudio Jeker
2009-06-05treat buf->wpos as the size to send out on the wire, not buf->size,Pierre-Yves Ritschard
2009-06-05don't mess with buffer internals,Pierre-Yves Ritschard
2009-06-02Track reject and blackhole routes and allow them to be redistributed evenClaudio Jeker
2009-05-31Remove redundant imsg_event_add calls; ok claudio@Jacek Masiulaniec
2009-05-31The libevent callback function may be called with EV_READ and EV_WRITEClaudio Jeker
2009-05-15Do not ignore the route metric for "redistribute default".Marco Pfatschbacher
2009-04-26comment typos; no binary changeStuart Henderson
2009-04-07allow to specify an alternate control socket instead of /var/run/ospfd.sock.Reyk Floeter
2009-03-31Fixed memory leaks which would occur if the second of two memoryTobias Stoeckmann
2009-03-29Key-Id 0 is not only not available on Cisco devices but also on other devices.Claudio Jeker
2009-03-27Allow the announcement of default route also via redistribute 0.0.0.0/0Michele Marchetto
2009-03-24Change the behaviour of redistribute default.Michele Marchetto
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