summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospfd/rde.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* rde_nbr_loading() may be called with area == NULL. Check for this conditionclaudio2007-02-121-7/+19
* Remove unneeded statement. The debug code needing it is long gone.claudio2007-02-091-3/+1
* whitespace cleanup, no binary change.claudio2007-02-011-2/+2
* Preliminary configuration reload support. Seems to work reasonably wellclaudio2007-02-011-2/+40
* There is no need to check if the LSA is matched by an net LSA inclaudio2007-02-011-16/+11
* Do not link from the LS DB to outside structures that may vanish beforeclaudio2007-01-291-2/+2
* Remove some log_debug()s that are no longer needed.claudio2007-01-241-7/+2
* Ignore SIGPIPE in the parent and RDE as well.claudio2007-01-201-1/+2
* Silently ignore unknown neighbors in the rde and ospfe imsg handler. Thisclaudio2007-01-111-14/+7
* Remove unneeded config stuff when booting up the RDE. This makes the reloadclaudio2007-01-111-2/+9
* order variables by size/type.claudio2006-12-211-2/+2
* Fix a crash seen on busy area border routers. The problem was a NULLclaudio2006-12-081-2/+4
* Make it possible to set the metric and LSA type for redistributed routes.claudio2006-12-071-26/+26
* Track the uptime of the ospfd daemon itself.norby2006-06-281-1/+12
* Now that rtlabels are accessable via sysctl we can use route lables toclaudio2006-05-301-1/+7
* Delay lsa database deletes for MIN_LS_INTERVAL seconds so that flappingclaudio2006-05-291-3/+7
* Move the AS external LSA tree out of struct ospfd_config. This simplifiesclaudio2006-03-221-7/+7
* More spring cleaning with lint. Change a few types and add some comments toclaudio2006-03-091-6/+10
* Remove unused quit flag inherited from bgpd long ago.claudio2006-03-081-2/+1
* Fix logic of the kroute code. First of all there was a porblem if a prefixclaudio2006-03-081-3/+20
* Better English in comments.claudio2006-02-211-2/+2
* ospfd does not need fd passing via the imsg framework so remove that codeclaudio2006-02-101-27/+26
* If ABR only look in the backbone area 0.0.0.0 for summary LSA. OK norby@claudio2006-02-101-2/+6
* Rewrite the redistribute code. The previous implementation was stupid andclaudio2006-01-121-138/+26
* Improve how ospfd copes with time changes.norby2006-01-051-2/+4
* More correct cleanup on exit. OK norby@claudio2005-12-291-3/+32
* Optimize rde_redistribute() a bit and remove two unneeded and way to verboseclaudio2005-12-051-5/+5
* Kill spf_timer in struct ospfd_conf. There is no need for two event structsclaudio2005-11-041-2/+2
* Use >= instead of == to compare cost with LS_INFINITY. While there fix a typo.claudio2005-11-041-3/+3
* fix some spellings in comments.claudio2005-10-191-2/+2
* Fix the flooding procedure. Violate the RFC else many BAD_LS_REQ events andclaudio2005-10-121-6/+16
* Fix a massive memory leak in the RDE. ospfd leaked every ls update unlessclaudio2005-10-121-3/+17
* Try to do an SPF recalculation only if the LS DB changed.claudio2005-08-081-4/+1
* Remove unneeded debugging messages from rde imsg handling.norby2005-05-261-15/+2
* Support dumping the configuration the way bgpd(8) does it.norby2005-05-261-2/+2
* spellingnorby2005-05-251-2/+2
* spellingdavid2005-05-251-2/+2
* Only redistribute networks if the interface they depend on is actuallyclaudio2005-05-241-4/+45
* Fix format string.claudio2005-05-241-2/+2
* Fix some obvious issues in the summary LSA origination.claudio2005-05-241-9/+20
* First part of summary LSA origination. Not perfect but a start.claudio2005-05-231-6/+92
* useless use of endpwenthenning2005-05-231-3/+1
* The Route Information Base for AS-External should only be dumped once.norby2005-05-221-2/+4
* Add "show database asbr/external/network/router/self-originate/summary"norby2005-05-121-6/+16
* Add some newlines to make the code easier to follow. No functional change.claudio2005-05-111-1/+4
* Force all as-external routes to point to the router announcing them byclaudio2005-05-091-5/+5
* Keep track of the req list in the RDE. The RFC requires us to check forclaudio2005-05-081-4/+77
* use setres[ug]id for privilege dropping; ok norby@djm2005-05-021-4/+3
* Support for self originated AS-external LSA.claudio2005-04-121-6/+254
* When deleting LSA because they hit max age (IMSG_LS_MAXAGE) check if theclaudio2005-04-061-2/+13