summaryrefslogtreecommitdiff
path: root/usr.sbin/ospf6d/lsupdate.c
AgeCommit message (Expand)Author
2021-11-03log the interface along with the neighbour ID in various ospfd/ospf6dStuart Henderson
2021-01-19Use ospfe_imsg_compose_rde() instead of exporting iev_rde and usingClaudio Jeker
2021-01-12Send lsupdate messages to the correct neighbor address on P2P interfaces.Claudio Jeker
2020-07-15Remove unused variablesdenis
2020-05-06Same fix for ospfd lsupdate.c applies in ospf6d as well.Claudio Jeker
2020-05-04Partially reverse a commit from 2019/12/28denis
2019-12-28Refactor link state ack/req.denis
2019-12-11Convert sendto() to sendmsg().denis
2015-01-28When comparing the LSA with the Ack, also check the age field. ThisAlexander Bluhm
2015-01-22remove a stupid -Wstrict-prototype warning by making the hash functionTed Unangst
2014-12-18simple to use siphash here. ok deraadtTed Unangst
2013-03-25sync w/ospfd: improve snapshot handling; ok claudio, sthenMarkus Friedl
2013-03-25sync w/ ospfd:Markus Friedl
2010-06-08Calculate size of update packet with IPv6 header and reserve spaceAlexander Bluhm
2010-06-03The is no md5 authentication in OSPFv3. Remove some leftovers fromAlexander Bluhm
2010-06-01With IPv6 OSPF a single LSA can get larger than the MTU. As aAlexander Bluhm
2010-05-26Rename some imsg bits to make namespace collisions less likely buf toNicholas Marriott
2009-06-06make ospf6ctl/ospf6d imsg-in-a-lib ready too.Eric Faurot
2008-02-11Correct the output of several error and debug messages.Esben Norby
2007-10-10send_packet() now takes a struct in6_addr as destination instead of aClaudio Jeker
2007-10-08Welcome ospf6dEsben Norby