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
/
rde.c
Age
Commit message (
Expand
)
Author
2020-04-05
Handle connected routes as ospfd(8) does.
denis
2020-03-29
Rework of rde_asext_get()/rde_asext_put().
denis
2020-02-17
Bring ospf6d closer to ospfd
denis
2020-01-21
No need to pass peerid to lsa_snap()
denis
2020-01-02
Rename orig_rtr_lsa_area() to orig_rtr_lsa()
denis
2019-12-23
Area is now part of struct iface
denis
2019-06-11
Introduce conf_clear_redist_list() (from ospfd) and use it in all 3 procs.
remi
2018-07-12
Add support for rdomains.
remi
2018-07-12
With the "depend on" option routes are sent out with a metric of 65535 if
remi
2018-07-10
pledge(2)
friehm
2018-06-12
Send LSAs with MAX_METRIC for carp interfaces in state backup.
remi
2018-06-12
Fix resending intra area prefix LSAs on link state or if flag change.
remi
2018-06-10
memory leak spotted by claudio@
remi
2018-06-10
The value for metric of intra area prefix LSAs should be set to:
remi
2017-08-12
bring ospf6d's log.c in sync with ospfd and bgpd
Sebastian Benoit
2017-06-19
Import route priority support from ospfd to ospf6d.
friehm
2017-05-30
Adding multipath route support to ospf6d. Almost copied from ospfd.
friehm
2016-12-27
Replace struct rroute with struct kroute, as done in ospfd
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
2016-06-06
add format attributes to the proper functions and then fix the
Sebastian Benoit
2015-12-05
EAGAIN handling for imsg_read. OK henning@ benno@
Claudio Jeker
2015-09-27
As done for bgpd recently, rename if_mediatype to if_type in ospfd/ospf6d.
Stefan Sperling
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-07-12
Close connections when msgbuf_write() returns 0.
Kenneth R Westerback
2013-11-13
handle msgbuf_write() returning EAGAIN,
Sebastian Benoit
2012-09-17
Fix trailing whitespaces.
Alexander Bluhm
2011-11-06
Add a #include that's currently picked up via another header that's
Philip Guenthe
2011-07-07
Rework the distribution of link state and iface FSM state changes.
Claudio Jeker
2011-07-07
Just use if_find() to find an interface by ifindex.
Claudio Jeker
2011-07-07
correct/change some debug and fatal messages.
Claudio Jeker
2011-07-07
Kill nh_reachable. Link state checking is so easy now that it does not
Claudio Jeker
2011-07-04
LINK_STATE_IS_UP() cleanup userland part. There is no need to special
Claudio Jeker
2011-07-04
Make sure that passive interfaces (like carp) are added to the
Claudio Jeker
2011-05-05
KNF
Claudio Jeker
2011-05-02
Don't include sys/param.h and reformat some lines.
Claudio Jeker
2010-08-22
When removing an announced prefix, inherit the metric and ext_tag
Alexander Bluhm
2010-07-09
Do not try to originate an intra-area-prefix-lsa if an interface
Alexander Bluhm
2010-07-06
Update the interfaces changes from kroute to rde via imsg. This
Alexander Bluhm
2010-07-06
Use the static variable narea only where needed for config reload.
Alexander Bluhm
2010-07-05
During network intra-area-prefix-lsa origination, the designated
Alexander Bluhm
2010-07-01
Fix memory leak by adding a missing free(lsa).
Alexander Bluhm
2010-07-01
Fix all white space bugs in ospf6d at once. No binary change.
Alexander Bluhm
2010-07-01
The prefixes of interface addresses of an ospf link have to be
Alexander Bluhm
2010-06-28
Store the ifindex into the kroute change imsg. This way we can use
Alexander Bluhm
2010-06-12
Fix an obvious use after free. From ospfd.
Alexander Bluhm
2010-06-01
Add NULL pointer check after calloc.
Alexander Bluhm
2010-06-01
Fix error message.
Alexander Bluhm
2010-04-16
Move a function to a place that is a bit more logical. No functional change.
Claudio Jeker
2010-03-01
Support for redistributing AS-ext LSA (redistribute static/connected).
Claudio Jeker
[next]