summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospfd/rde.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add point-to-point support for broadcast interfaces.remi2019-11-191-1/+13
* Introduce "depend on". This allows ospfd to set the metric dependentremi2018-02-051-6/+2
* sync log.c from relayd et al to ospfd.benno2017-01-241-3/+9
* Remove incomplete "forced nexthop" support.jca2017-01-231-4/+2
* struct rroute has been removed, rename variables.jca2016-12-271-26/+26
* 'unneded stuff' -> 'unneeded stuff' in comments.krw2016-09-281-2/+2
* A few bits of stray leading/embedded/trailing whitespace spotted whilekrw2016-09-041-3/+2
* 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
* Pledge ospfd SE ("stdio inet mcast") and RDE ("stdio") move some codeclaudio2015-12-051-2/+7
* imsg_read will return EAGAIN in some cases so prep code for it.claudio2015-12-031-5/+5
* Improve ABR support especially for self-originated stub networks.claudio2015-11-221-11/+30
* When removing interfaces in the RDE we also need to remove all the RDEclaudio2015-03-141-1/+17
* Close connections when msgbuf_write() returns 0.krw2014-07-121-3/+7
* from claudiobenno2013-11-131-3/+3
* First bits to support opaque LSA. Type-9, 10 and 11 are LSA that canclaudio2011-05-091-17/+51
* Wrap some long lines and other cleanup. No functional change.claudio2011-05-021-23/+27
* Fix some memory leaks. Mainly better cleanup on shutdown but the v_nexthopclaudio2011-03-241-4/+27
* When fixing conflicts make sure the right vertex is passed to lsa_merge()claudio2011-01-181-2/+6
* Fix redistribution of overlapping routes (e.g 10/8 and 10.0/16).claudio2011-01-171-112/+198
* Kill struct rroute and move the metric to struct kroute. Thisclaudio2011-01-121-18/+18
* When counting the lsa also build the sum of the ls_checksums. This can beclaudio2010-09-251-3/+8
* When removing an announced prefix inherit the metric and ext_tag from theclaudio2010-07-191-1/+15
* Fix memory leak by adding a missing free(lsa).bluhm2010-07-011-1/+3
* Rename some imsg bits to make namespace collisions less likely buf tonicm2010-05-261-2/+2
* Fix an obvious use after free. Found by parfait. Reported and OK jsg@claudio2009-11-111-4/+5
* Implement IMSG_CTL_LOG_VERBOSE to enable or disable debug logging on runtime.claudio2009-11-021-2/+7
* Until now AS-ext LSA were always announced with the router as nexthop.claudio2009-10-051-16/+36
* sync ospfctl/ospfd with the common imsg code, making it lib ready as well.eric2009-06-061-47/+55
* make ospfd's imsg lib ready as well.pyr2009-06-051-37/+38
* Remove redundant imsg_event_add calls; ok claudio@jacekm2009-05-311-3/+1
* The libevent callback function may be called with EV_READ and EV_WRITEclaudio2009-05-311-15/+7
* No need to check if neighbor exists before adding itmichele2009-01-271-3/+2
* Full stub area support. This allows ABRs to announce a default networkclaudio2009-01-071-2/+32
* Make the kroute code routing priority aware. This solves a few issues andclaudio2008-12-121-19/+1
* Initial support for stub areas. The bit still missing is the redistributionclaudio2008-11-241-5/+18
* Correct the output of several error and debug messages.norby2008-02-111-6/+9
* Bye bye global ospf options. OSPF options are per area (at least the oneclaudio2007-10-111-6/+6
* fix alot of whitespace problems...norby2007-10-011-4/+4
* Last missing piece in the equal cost multipath support for ospfd.claudio2007-09-251-12/+20
* Don't fatal if the imsg pipe is closed, this is often triggered in the parentclaudio2007-07-251-6/+19
* add support for mapping route labels to AS-external route tags.reyk2007-06-191-2/+3
* Allow ospfd reconfiguration through SIGHUP, add SIGHUP handlers inpyr2007-06-191-1/+2
* Simplify rde_summary_update(). The route entry has a valid/invalid flagclaudio2007-04-111-14/+5
* Next step in equal cost multipath support. Make the SPF calculation multipathclaudio2007-04-101-11/+26
* remove an unused function.pyr2007-04-051-8/+1
* Type 4 (router) summery LSA need to be sent out with an LS ID equal to theclaudio2007-04-041-17/+9
* There is no need to originate inter-area routes to the backbone.claudio2007-04-041-1/+4
* Use correct function name in fatalx() message.claudio2007-03-301-2/+2