index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
ospf6d
/
lsupdate.c
Age
Commit message (
Expand
)
Author
2021-11-03
log the interface along with the neighbour ID in various ospfd/ospf6d
Stuart Henderson
2021-01-19
Use ospfe_imsg_compose_rde() instead of exporting iev_rde and using
Claudio Jeker
2021-01-12
Send lsupdate messages to the correct neighbor address on P2P interfaces.
Claudio Jeker
2020-07-15
Remove unused variables
denis
2020-05-06
Same fix for ospfd lsupdate.c applies in ospf6d as well.
Claudio Jeker
2020-05-04
Partially reverse a commit from 2019/12/28
denis
2019-12-28
Refactor link state ack/req.
denis
2019-12-11
Convert sendto() to sendmsg().
denis
2015-01-28
When comparing the LSA with the Ack, also check the age field. This
Alexander Bluhm
2015-01-22
remove a stupid -Wstrict-prototype warning by making the hash function
Ted Unangst
2014-12-18
simple to use siphash here. ok deraadt
Ted Unangst
2013-03-25
sync w/ospfd: improve snapshot handling; ok claudio, sthen
Markus Friedl
2013-03-25
sync w/ ospfd:
Markus Friedl
2010-06-08
Calculate size of update packet with IPv6 header and reserve space
Alexander Bluhm
2010-06-03
The is no md5 authentication in OSPFv3. Remove some leftovers from
Alexander Bluhm
2010-06-01
With IPv6 OSPF a single LSA can get larger than the MTU. As a
Alexander Bluhm
2010-05-26
Rename some imsg bits to make namespace collisions less likely buf to
Nicholas Marriott
2009-06-06
make ospf6ctl/ospf6d imsg-in-a-lib ready too.
Eric Faurot
2008-02-11
Correct the output of several error and debug messages.
Esben Norby
2007-10-10
send_packet() now takes a struct in6_addr as destination instead of a
Claudio Jeker
2007-10-08
Welcome ospf6d
Esben Norby