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
/
ospfd
/
ospfe.c
Age
Commit message (
Expand
)
Author
2023-12-13
Use imsg_get_fd() to access the control fd.
Claudio Jeker
2023-07-03
Use ibuf_data() instead of directly accessing ibuf->buf.
Claudio Jeker
2023-06-20
Update ospfd to use new ibuf api.
Claudio Jeker
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2021-01-19
Make the imsg event structures static, properly define ospfd_process and
Claudio Jeker
2021-01-19
Internalize a few more things into the control code. Both control_state
Claudio Jeker
2021-01-19
Use a static pkt_ptr buffer instead of allocating it dynamically.
Claudio Jeker
2020-11-02
apply the "depend on" logic in the the default handling of rtr links.
David Gwynne
2019-04-23
whitespace fix
remi
2019-04-23
Use the network address instead of the interface address for the "link id"
remi
2019-04-23
For originating router LSAs for P2P interfaces check for linkstate
remi
2018-09-27
whitepspace fix
Sebastian Benoit
2018-08-29
Prevent ospfd from starting if another ospfd is already using the same
remi
2018-06-25
Add IMSG_IFADDRADD to ospfe and the master process.
remi
2018-02-05
Introduce "depend on". This allows ospfd to set the metric dependent
remi
2017-01-24
sync log.c from relayd et al to ospfd.
Sebastian Benoit
2016-12-21
For IFINFO msgs, don't run the FSM if the interface state hasn't changed.
Jeremie Courreges-Anglas
2016-12-21
When receiving an IFINFO message, also update the MTU of the interface
Jeremie Courreges-Anglas
2016-09-03
Simplify shutdown process.
Renato Westphal
2016-09-02
work on making log.c similar in all daemons:
Sebastian Benoit
2015-12-05
Pledge ospfd SE ("stdio inet mcast") and RDE ("stdio") move some code
Claudio Jeker
2015-12-03
imsg_read will return EAGAIN in some cases so prep code for it.
Claudio Jeker
2015-11-22
Improve ABR support especially for self-originated stub networks.
Claudio Jeker
2015-09-27
As done for bgpd recently, rename if_mediatype to if_type in ospfd/ospf6d.
Stefan Sperling
2015-02-10
Convert ospfd over to SOCK_CLOEXEC | SOCK_NONBLOCK and make the route
Claudio Jeker
2014-11-18
Nuke more obvious #include duplications.
Kenneth R Westerback
2014-07-12
Close connections when msgbuf_write() returns 0.
Kenneth R Westerback
2013-11-13
from claudio
Sebastian Benoit
2013-03-22
reinstate code to announce routes to backup carp interfaces. this was removed
Stuart Henderson
2013-01-17
improve snapshot handling:
Markus Friedl
2013-01-17
do not send IMSG_LS_UPD if we have no links; ok claudio
Markus Friedl
2011-07-04
LINK_STATE_IS_UP() cleanup userland part. There is no need to special
Claudio Jeker
2011-05-09
First bits to support opaque LSA. Type-9, 10 and 11 are LSA that can
Claudio Jeker
2011-05-02
Some KNF, some other cleanup, fix some fatalx() messages.
Claudio Jeker
2011-03-25
Rewrite the lsack generation. Make it more like the lsupdate code.
Claudio Jeker
2011-03-24
Fix some memory leaks. Mainly better cleanup on shutdown but the v_nexthop
Claudio Jeker
2011-03-08
Instead of using IBUF_READ_SIZE as upper bound when building various
Claudio Jeker
2010-10-01
Reword a comment
Claudio Jeker
2010-06-28
Fix IFADDRDEL imsg error message.
Alexander Bluhm
2010-05-26
Rename some imsg bits to make namespace collisions less likely buf to
Nicholas Marriott
2010-02-16
Pick up RTM_DELADDR and issue an internal IFADDRDEL message to the ospfe to
Claudio Jeker
2009-09-30
Announce a stub network LSA for backup carp interfaces. This should help
Claudio Jeker
2009-09-30
0xffff -> MAX_METRIC. Idea by sthen@, I like it :)
Claudio Jeker
2009-09-19
KNF indentation; no binary change
Stuart Henderson
2009-08-09
Scale both receive and send buffer on the raw socket. The default 8192
Claudio Jeker
2009-06-06
sync ospfctl/ospfd with the common imsg code, making it lib ready as well.
Eric Faurot
2009-06-05
make ospfd's imsg lib ready as well.
Pierre-Yves Ritschard
2009-05-31
Remove redundant imsg_event_add calls; ok claudio@
Jacek Masiulaniec
2009-05-31
The libevent callback function may be called with EV_READ and EV_WRITE
Claudio Jeker
2009-04-26
comment typos; no binary change
Stuart Henderson
[next]