summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospf6d/rde.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When IMSG_IFADD is removed, IMSG_IFDELETE becomes uselessdenis2020-05-161-15/+1
* IMSG_IFADD is never used, wipe itdenis2020-05-161-12/+1
* Handle connected routes as ospfd(8) does.denis2020-04-051-3/+10
* Rework of rde_asext_get()/rde_asext_put().denis2020-03-291-49/+62
* Bring ospf6d closer to ospfddenis2020-02-171-14/+6
* No need to pass peerid to lsa_snap()denis2020-01-211-2/+2
* Rename orig_rtr_lsa_area() to orig_rtr_lsa()denis2020-01-021-3/+1
* Area is now part of struct ifacedenis2019-12-231-13/+22
* Introduce conf_clear_redist_list() (from ospfd) and use it in all 3 procs.remi2019-06-111-6/+3
* Add support for rdomains.remi2018-07-121-2/+2
* With the "depend on" option routes are sent out with a metric of 65535 ifremi2018-07-121-5/+24
* pledge(2)friehm2018-07-101-1/+4
* Send LSAs with MAX_METRIC for carp interfaces in state backup.remi2018-06-121-5/+21
* Fix resending intra area prefix LSAs on link state or if flag change.remi2018-06-121-10/+13
* memory leak spotted by claudio@remi2018-06-101-2/+3
* The value for metric of intra area prefix LSAs should be set to:remi2018-06-101-2/+4
* bring ospf6d's log.c in sync with ospfd and bgpdbenno2017-08-121-3/+9
* Import route priority support from ospfd to ospf6d.friehm2017-06-191-18/+1
* Adding multipath route support to ospf6d. Almost copied from ospfd.friehm2017-05-301-16/+25
* Replace struct rroute with struct kroute, as done in ospfdjca2016-12-271-34/+33
* Simplify shutdown process.renato2016-09-031-5/+9
* work on making log.c similar in all daemons:benno2016-09-021-1/+2
* add format attributes to the proper functions and then fix thebenno2016-06-061-3/+3
* EAGAIN handling for imsg_read. OK henning@ benno@claudio2015-12-051-5/+5
* As done for bgpd recently, rename if_mediatype to if_type in ospfd/ospf6d.stsp2015-09-271-2/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+4
* Close connections when msgbuf_write() returns 0.krw2014-07-121-3/+7
* handle msgbuf_write() returning EAGAIN,benno2013-11-131-3/+3
* Fix trailing whitespaces.bluhm2012-09-171-3/+3
* Add a #include that's currently picked up via another header that'sguenther2011-11-061-1/+2
* Rework the distribution of link state and iface FSM state changes.claudio2011-07-071-29/+37
* Just use if_find() to find an interface by ifindex.claudio2011-07-071-6/+2
* correct/change some debug and fatal messages.claudio2011-07-071-8/+7
* Kill nh_reachable. Link state checking is so easy now that it does notclaudio2011-07-071-2/+1
* LINK_STATE_IS_UP() cleanup userland part. There is no need to specialclaudio2011-07-041-4/+2
* Make sure that passive interfaces (like carp) are added to theclaudio2011-07-041-5/+27
* KNFclaudio2011-05-051-2/+2
* Don't include sys/param.h and reformat some lines.claudio2011-05-021-10/+8
* When removing an announced prefix, inherit the metric and ext_tagbluhm2010-08-221-7/+28
* Do not try to originate an intra-area-prefix-lsa if an interfacebluhm2010-07-091-10/+9
* Update the interfaces changes from kroute to rde via imsg. Thisbluhm2010-07-061-1/+49
* Use the static variable narea only where needed for config reload.bluhm2010-07-061-9/+10
* During network intra-area-prefix-lsa origination, the designatedbluhm2010-07-051-32/+13
* Fix memory leak by adding a missing free(lsa).bluhm2010-07-011-1/+3
* Fix all white space bugs in ospf6d at once. No binary change.bluhm2010-07-011-6/+6
* The prefixes of interface addresses of an ospf link have to bebluhm2010-07-011-2/+1
* Store the ifindex into the kroute change imsg. This way we can usebluhm2010-06-281-1/+2
* Fix an obvious use after free. From ospfd.bluhm2010-06-121-4/+5
* Add NULL pointer check after calloc.bluhm2010-06-011-2/+3
* Fix error message.bluhm2010-06-011-2/+2