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
/
database.c
Age
Commit message (
Expand
)
Author
2023-06-21
Update ospf6d to use new ibuf api.
Claudio Jeker
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2021-11-03
log the interface along with the neighbour ID in various ospfd/ospf6d
Stuart Henderson
2020-07-15
Remove unused variables
denis
2020-01-03
Sync with ospfd's database.c
denis
2019-12-23
Area is now part of struct iface
denis
2019-12-11
Convert sendto() to sendmsg().
denis
2019-05-10
When calculating how much payload ospf6d can put into DD and LSREQ packets
Claudio Jeker
2014-10-25
Remove unnecessary netinet/in_systm.h include.
Lawrence Teo
2013-03-25
sync w/ospfd: improve snapshot handling; ok claudio, sthen
Markus Friedl
2013-03-25
sync w/ospfd: the event NBR_EVT_SEQ_NUM_MIS is not defined in state
Markus Friedl
2011-05-02
Sync with ospfd/database.c
Claudio Jeker
2010-06-03
The is no md5 authentication in OSPFv3. Remove some leftovers from
Alexander Bluhm
2010-05-26
Rename some imsg bits to make namespace collisions less likely buf to
Nicholas Marriott
2008-12-28
area_ospf_options() should not return network byte order options. Instead
Claudio Jeker
2008-12-28
Correctly sync the FSM by issuing the NBR_EVT_NEG_DONE event before sending
Claudio Jeker
2008-02-11
Correct the output of several error and debug messages.
Esben Norby
2007-12-13
Monster commit of stuff I did mostly last month. What it does:
Claudio Jeker
2007-10-11
area_ospf_options() should return the options in network byte order.
Claudio Jeker
2007-10-11
From ospfd:
Claudio Jeker
2007-10-11
From ospfd:
Claudio Jeker
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