summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd/packet.c
AgeCommit message (Expand)Author
2014-10-25Remove unnecessary netinet/in_systm.h include.Lawrence Teo
2010-05-26Rename some imsg bits to make namespace collisions less likely buf toNicholas Marriott
2010-02-16Don't log the same thing twice. From a much bigger diff.Claudio Jeker
2009-06-05don't mess with buffer internals,Pierre-Yves Ritschard
2009-01-31Pass the buffer to send_packet() instead of spliting it up. This removesClaudio Jeker
2008-09-12Don't be to strict in find_iface() about what we accept on point-to-pointClaudio 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
2006-11-17Support for multiple networks on one interface. Until now only the mainClaudio Jeker
2006-09-27Use IP_RECVIF to get the incomming interface of OSPF packets. Now we useClaudio Jeker
2006-03-09Switch send_packet from char * to void * and from int to size_t. The functionClaudio Jeker
2006-02-19Do not allocate a new chunk of memory every time we receive a packet.Esben Norby
2005-11-12spacing mostlyTheo de Raadt
2005-10-26some unneeded #includes; ok claudio@Kevin Steves
2005-10-19small cleanups while reading; ok claudio@Kevin Steves
2005-10-19use string.h; ok claudio@Kevin Steves
2005-10-18Correct log_debug(). Found while scrolling through that file.Claudio Jeker
2005-10-12Minor cleanup. Use iface->state & IF_STA_DRORBDR as used in other placesClaudio Jeker
2005-09-17- add get_rtr_id() based on bgpd's get_bgpid()Mathieu Sauve-Frankel
2005-08-11EINTR, and a little KNF in packet.cHenning Brauer
2005-05-27Virtual link support.Esben Norby
2005-05-26Simplify and cleanup passive interface handling.Esben Norby
2005-04-14Some format string cleanup. OK deraadtChad Loder
2005-04-05Use the dynamic buffer API for packet generation and sending.Claudio Jeker
2005-03-31Add support for crypt authentication (MD5).Esben Norby
2005-02-16Support point to point links.Esben Norby
2005-02-07spelling fixesDavid Krause
2005-02-04Use log_warn() insteade of log_warnx() after sendto() and if_set_mcast()Claudio Jeker
2005-01-28Change my email address to the OpenBSD one since Ericsson has nothing toEsben Norby
2005-01-28Welcome ospfdClaudio Jeker