summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospf6d/lsack.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor link state ack/req.denis2019-12-281-39/+68
* Convert sendto() to sendmsg().denis2019-12-111-2/+2
* Remove unnecessary netinet/in_systm.h include.lteo2014-10-251-2/+1
* Rename some imsg bits to make namespace collisions less likely buf tonicm2010-05-261-7/+7
* Make ospf6d(8) not throw up on Router LSAs.norby2007-10-161-2/+2
* In OSPFv3 the LSA type is a 16 bit value, furthermore it uses differentnorby2007-10-161-4/+5
* send_packet() now takes a struct in6_addr as destination instead of aclaudio2007-10-101-9/+4
* Welcome ospf6dnorby2007-10-081-0/+297