summaryrefslogtreecommitdiffstats
path: root/ospfd
Commit message (Expand)AuthorAgeFilesLines
* [ospfd] Fix bug: should exit immediately on SIGTERM if OSPF not actually runningAndrew J. Schorr2007-02-272-0/+10
* [ospfd] Fix regression in SPF introduced by bug#330 fixesPaul Jakma2007-02-262-21/+42
* [ospfd] Bug #330: SPF must consider that nexthop-calc may failPaul Jakma2007-01-242-56/+78
* [PtP over ethernet] New peer flag allows much more addressing flexibilityAndrew J. Schorr2006-12-126-83/+69
* [ospfd] Consider all connected addresses when creating ospf interfacesAndrew J. Schorr2006-12-042-2/+8
* [ospfd] Add debug messages for a few zebra messages that had been overlookedAndrew J. Schorr2006-11-302-0/+34
* [ospfd] Fix bug in passive-interface default commands.Andrew J. Schorr2006-11-282-43/+56
* [ospfd] Stop losing subsequent default-information originate 'always' infoAndrew J. Schorr2006-10-242-16/+13
* [ospfd] Add passive-interface default supportPaul Jakma2006-10-227-54/+181
* [daemon startup] Add --dry-run/-C argument to daemons, to check config file s...Paul Jakma2006-10-151-1/+11
* [ospfd] Improve some warning messages.Andrew J. Schorr2006-09-252-7/+21
* [ospfd] Fix assertion in DB-exchange fix, hit by ogier-db-ex-opt commitPaul Jakma2006-08-302-21/+21
* [ospfd] redistribute default no longer works after complete reconfig, fixPaul Jakma2006-08-272-0/+7
* [ospfd] Bug #134, ospfd should be more robust to backward time changePaul Jakma2006-08-2710-31/+43
* [ospfd] draft-ogier-ospf-dbex-opt DB-exchange optimisationPaul Jakma2006-08-272-14/+35
* [ospfd] Raise ExchangeDone earlier, avoid often needless round of DD packetsPaul Jakma2006-08-272-19/+53
* [ospfd] trivial: consolidate LSDB delete code into single functionPaul Jakma2006-08-272-53/+53
* [ospfd] Bug #288: do not change router ID unless forced by manual configurationAndrew J. Schorr2006-07-272-0/+16
* [ospfd] Allow ospf_lsa_unlock to NULL out callers' LSA pointers upon freePaul Jakma2006-07-2614-83/+72
* [ospfd] Additional NSM neighbour state change stats/informationPaul Jakma2006-07-254-10/+39
* [ospfd] record timestamp and event of last NSM state change for neighbourPaul Jakma2006-07-114-1/+18
* [ospfd] trivial: NSM AdjChange should print event, declutter core functionsPaul Jakma2006-07-112-40/+57
* [ospfd] Remove nsm_reset_nbr and a bunch of useless NSM event/action functionsPaul Jakma2006-07-112-218/+157
* [ospfd] Improve Hello NetworkMask mismatch warning to give more infoAndrew J. Schorr2006-07-112-2/+8
* [ospfd] cleanup NSM neighbour delete through a new Deleted NSM statePaul Jakma2006-07-104-73/+105
* [ospfd] early-return in nsm_event missed LLDown event, fixes use after freePaul Jakma2006-07-062-1/+9
* [ospfd] Apply some simplifications to ospf_nsm, from Andrew's suggestionsPaul Jakma2006-07-042-24/+18
* [ospfd] CID #13, dont try print out fields of LSA we know to be NULL.Paul Jakma2006-07-042-1/+2
* [ospfd] Clear adjacency state for NSM changes down to TwoWay/ExStartPaul Jakma2006-07-042-15/+36
* [ospfd] trivial cleanup of nsm_timer_setPaul Jakma2006-07-042-9/+10
* [ospfd] Ensure NSM state functions can redirect next_state accidentlyPaul Jakma2006-07-042-0/+20
* [ospfd] consolidate adjacency check logicPaul Jakma2006-07-042-40/+39
* [ospfd] Fix "show ip ospf neighbor A.B.C.D" to show all matchesAndrew J. Schorr2006-06-302-5/+7
* [ospfd] Avoid getting NSM stuck in ExStart by using local view of DR/BDRAndrew J. Schorr2006-06-302-2/+9
* [ospfd] Implement new ospf router subcommand "log-adjacency-changes [detail]"Andrew J. Schorr2006-06-294-3/+104
* [ospfd] Replace redistribution strings with new route_types.h defines.Paul Jakma2006-06-272-89/+49
* [ospfd] NSSA translate-enabled ABR should declare itself as ASBRPaul Jakma2006-06-263-49/+76
* [ospfd] Improve two info log messages in ospf_snmp.cAndrew J. Schorr2006-06-242-2/+13
* [ospfd] When writing out config, show "debug ospf nsm status" properlyAndrew J. Schorr2006-06-242-1/+6
* [ospfd] Fix ospf passive-interface subcommand to create interface if necessaryAndrew J. Schorr2006-06-182-14/+9
* [ospfd] Fix multicast membership drop bugPaul Jakma2006-06-155-22/+66
* [ospfd] lsdb_delete/discard_from_db should be more robust to bad argsPaul Jakma2006-06-153-2/+43
* [ospfd] suppres mostly uninteresting debug message unless debug is setPaul Jakma2006-06-152-3/+10
* [ospfd] Fix small error in CID #13 commitPaul Jakma2006-05-122-1/+6
* [ospfd] CID #13, debug for NULL type7 LSA should not print out data from itPaul Jakma2006-05-122-2/+8
* [ospfd] CID #15, remove redundant NULL check in ism_change_statePaul Jakma2006-05-122-11/+13
* [ospfd] CID #14, NULL check ospf->backbone before use, ospf_update_router_routePaul Jakma2006-05-122-7/+8
* [ospfd] CID #28, remove another ospf_lookup call - ospf_redistribute_withdrawPaul Jakma2006-05-124-6/+9
* [ospfd] CID #27, fix missing NULL return checkPaul Jakma2006-05-122-1/+4
* [ospfd] CID #29, fix missing NULL check by removing unused code.Paul Jakma2006-05-122-22/+10