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