summaryrefslogtreecommitdiffstats
path: root/ospfd
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [ospfd] Squash another ospf_lookup callPaul Jakma2006-05-124-10/+11
* [ospfd] Fix leak in area-range-cost command, CID #46.Paul Jakma2006-05-122-1/+4
* [ospfd] CID #49, fix dereference before NULL checkPaul Jakma2006-05-122-1/+3
* [ospfd] Check NULL result from ospf_area_lookup_by_area_id, CID #69Paul Jakma2006-05-112-1/+5
* [ospfd] Fix missing check for ospf_lookup NULL return, CID #70Paul Jakma2006-05-112-16/+29
* [ospfd] Fix SPF of virtual-linksPaul Jakma2006-05-047-82/+233
* [ospfd] Fix virtual-link handling in nbrs route-table, exposed by bug#234 fixPaul Jakma2006-04-034-26/+71
* [ospfd] Fix failure of Fletcher checksum with certain compilersPaul Jakma2006-03-302-1/+8
* [ospfd] ignore loopbacks for received interface validationPaul Jakma2006-03-302-0/+13
* [ospfd] Fix incorrect byte-order conversion of OSPF_MAX_SEQUENCE_NUMBERPaul Jakma2006-03-302-1/+6
* [compiler] miscellaneous trivial compiler warning fixespaul2006-01-196-15/+11
* [ospfd] Add support for oversized LSAs.paul2006-01-183-28/+69
* [ospfd/zserv] adjust to new formatpaul2006-01-173-6/+9
* [ospfd] Bug #234. Fix nbr_self reinitialisation after down/up.paul2006-01-114-47/+27
* [ospfd] fix undefined effect expressionpaul2006-01-102-1/+20
* [ospfd] fix rare leak of struct connected, in an error path.paul2006-01-102-1/+9
* [ospfd] trim redundant stringspaul2006-01-102-4/+5
* [ospfd] fix automatic router-id and network enable bug.paul2006-01-102-3/+11
* [ospfd] rename graceful to deferred, fix a tiny compile warning.paul2005-11-264-22/+31
* [c99] change gcc zero-length array to C99 flexible array declarationpaul2005-11-262-1/+6
* 2005-11-20 Paul Jakma <paul.jakma@sun.com>paul2005-11-203-7/+122
* 2005-11-20 Paul Jakma <paul.jakma@sun.com>paul2005-11-205-46/+43
* [ospfd] Standardize buffer sizes used for displaying timers.ajs2005-11-163-13/+19
* [ospfd] Make OSPF_ISM_TIMER_OFF macro safer.ajs2005-11-162-5/+12
* [ospfd] misc small fixes. Fix default stub router setting. no opaque compile.paul2005-11-144-2/+16