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
/
ospfd.h
Age
Commit message (
Expand
)
Author
2020-01-21
Allow the interface setting "type p2p" to be configured globallz or per
remi
2019-11-19
Add point-to-point support for broadcast interfaces.
remi
2019-05-16
Do not change router-id on reload if unspecified.
denis
2018-12-28
Add config option fib-priority to set a custom prio for routes ospfd
remi
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-11
Use the new route filter ROUTE_PRIOFILTER in ospfd. Usually we only
Sebastian Benoit
2018-02-08
Bump the read sockbuf of the routing socket to 2MB, may help reduce some of
Claudio Jeker
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
2017-01-23
Remove incomplete "forced nexthop" support.
Jeremie Courreges-Anglas
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-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
2013-01-17
improve snapshot handling:
Markus Friedl
2011-05-09
First bits to support opaque LSA. Type-9, 10 and 11 are LSA that can
Claudio Jeker
2011-01-12
Kill struct rroute and move the metric to struct kroute. This
Claudio Jeker
2010-09-25
When counting the lsa also build the sum of the ls_checksums. This can be
Claudio Jeker
2010-02-19
implement ospfctl fib reload.
David Gwynne
2010-02-16
Pick up RTM_DELADDR and issue an internal IFADDRDEL message to the ospfe to
Claudio Jeker
2010-02-16
implement support for fast hello packets.
David Gwynne
2009-11-02
Implement IMSG_CTL_LOG_VERBOSE to enable or disable debug logging on runtime.
Claudio Jeker
2009-06-06
Get ready for including imsg.h from a lib, when it comes along.
Pierre-Yves Ritschard
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-06-05
Preliminary rdomain support, all hacked up by reyk@
Claudio Jeker
2009-06-05
treat buf->wpos as the size to send out on the wire, not buf->size,
Pierre-Yves Ritschard
2009-06-02
Track reject and blackhole routes and allow them to be redistributed even
Claudio Jeker
2009-04-07
allow to specify an alternate control socket instead of /var/run/ospfd.sock.
Reyk Floeter
2009-03-04
Introduce and use buf_size(buf) instead of buf->wpos -- at least in the non
Claudio Jeker
2009-01-31
Implement buf_left() to make some some more buffer handling easier.
Claudio Jeker
2009-01-07
Full stub area support. This allows ABRs to announce a default network
Claudio Jeker
2008-12-12
Make the kroute code routing priority aware. This solves a few issues and
Claudio Jeker
2008-11-24
Initial support for stub areas. The bit still missing is the redistribution
Claudio Jeker
2007-10-11
Bye bye global ospf options. OSPF options are per area (at least the one
Claudio Jeker
2007-09-25
Last missing piece in the equal cost multipath support for ospfd.
Claudio Jeker
2007-09-11
Switch some more baudrates to 64 bit and initialize iface->baudrate.
Claudio Jeker
2007-06-19
add support for mapping route labels to AS-external route tags.
Reyk Floeter
2007-05-29
Demote support for ospfd. It is possible to specify a demote group on
Claudio Jeker
2007-03-21
Add support for RFC 3137: OSPF Stub Router Advertisement
Claudio Jeker
2007-02-01
Preliminary configuration reload support. Seems to work reasonably well
Claudio Jeker
2007-02-01
kr_reload() -- another helper function for reload support. This one
Claudio Jeker
2006-12-21
Unbreak redistribute default and make it possible to specify a metric for
Claudio Jeker
2006-12-07
Make it possible to set the metric and LSA type for redistributed routes.
Claudio Jeker
2006-11-17
Support for multiple networks on one interface. Until now only the main
Claudio Jeker
2006-06-28
Track the uptime of the ospfd daemon itself.
Esben Norby
2006-05-31
More redistribute fun. Add a possibility to deny redistribution of specified
Claudio Jeker
2006-05-30
Now that rtlabels are accessable via sysctl we can use route lables to
Claudio Jeker
2006-04-25
Path the length of the packet as size_t to in_cksum(). Enforce that the
Claudio Jeker
[next]