summaryrefslogtreecommitdiff
path: root/usr.sbin/ospf6d/database.c
AgeCommit message (Expand)Author
2023-06-21Update ospf6d to use new ibuf api.Claudio Jeker
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2021-11-03log the interface along with the neighbour ID in various ospfd/ospf6dStuart Henderson
2020-07-15Remove unused variablesdenis
2020-01-03Sync with ospfd's database.cdenis
2019-12-23Area is now part of struct ifacedenis
2019-12-11Convert sendto() to sendmsg().denis
2019-05-10When calculating how much payload ospf6d can put into DD and LSREQ packetsClaudio Jeker
2014-10-25Remove unnecessary netinet/in_systm.h include.Lawrence Teo
2013-03-25sync w/ospfd: improve snapshot handling; ok claudio, sthenMarkus Friedl
2013-03-25sync w/ospfd: the event NBR_EVT_SEQ_NUM_MIS is not defined in stateMarkus Friedl
2011-05-02Sync with ospfd/database.cClaudio Jeker
2010-06-03The is no md5 authentication in OSPFv3. Remove some leftovers fromAlexander Bluhm
2010-05-26Rename some imsg bits to make namespace collisions less likely buf toNicholas Marriott
2008-12-28area_ospf_options() should not return network byte order options. InsteadClaudio Jeker
2008-12-28Correctly sync the FSM by issuing the NBR_EVT_NEG_DONE event before sendingClaudio Jeker
2008-02-11Correct the output of several error and debug messages.Esben Norby
2007-12-13Monster commit of stuff I did mostly last month. What it does:Claudio Jeker
2007-10-11area_ospf_options() should return the options in network byte order.Claudio Jeker
2007-10-11From ospfd:Claudio Jeker
2007-10-11From ospfd:Claudio Jeker
2007-10-10send_packet() now takes a struct in6_addr as destination instead of aClaudio Jeker
2007-10-08Welcome ospf6dEsben Norby