summaryrefslogtreecommitdiffstats
path: root/ospfd
Commit message (Expand)AuthorAgeFilesLines
...
* [ospfd] consolidate adjacency check logicpaul2006-07-042-40/+39
* [ospfd] Fix "show ip ospf neighbor A.B.C.D" to show all matchesajs2006-06-302-5/+7
* [ospfd] Avoid getting NSM stuck in ExStart by using local view of DR/BDRajs2006-06-302-2/+9
* [ospfd] Implement new ospf router subcommand "log-adjacency-changes [detail]"ajs2006-06-294-3/+104
* [ospfd] Replace redistribution strings with new route_types.h defines.paul2006-06-272-89/+49
* [ospfd] NSSA translate-enabled ABR should declare itself as ASBRpaul2006-06-263-49/+76
* [ospfd] Improve two info log messages in ospf_snmp.cajs2006-06-242-2/+13
* [ospfd] When writing out config, show "debug ospf nsm status" properlyajs2006-06-242-1/+6
* [ospfd] Fix ospf passive-interface subcommand to create interface if necessaryajs2006-06-182-14/+9
* [ospfd] Fix multicast membership drop bugpaul2006-06-155-22/+66
* [ospfd] lsdb_delete/discard_from_db should be more robust to bad argspaul2006-06-153-2/+43
* [ospfd] suppres mostly uninteresting debug message unless debug is setpaul2006-06-152-3/+10
* [ospfd] Fix small error in CID #13 commitpaul2006-05-122-1/+6
* [ospfd] CID #13, debug for NULL type7 LSA should not print out data from itpaul2006-05-122-2/+8
* [ospfd] CID #15, remove redundant NULL check in ism_change_statepaul2006-05-122-11/+13
* [ospfd] CID #14, NULL check ospf->backbone before use, ospf_update_router_routepaul2006-05-122-7/+8
* [ospfd] CID #28, remove another ospf_lookup call - ospf_redistribute_withdrawpaul2006-05-124-6/+9
* [ospfd] CID #27, fix missing NULL return checkpaul2006-05-122-1/+4
* [ospfd] CID #29, fix missing NULL check by removing unused code.paul2006-05-122-22/+10
* [ospfd] Squash another ospf_lookup callpaul2006-05-124-10/+11
* [ospfd] Fix leak in area-range-cost command, CID #46.paul2006-05-122-1/+4
* [ospfd] CID #49, fix dereference before NULL checkpaul2006-05-122-1/+3
* [ospfd] Check NULL result from ospf_area_lookup_by_area_id, CID #69paul2006-05-112-1/+5
* [ospfd] Fix missing check for ospf_lookup NULL return, CID #70paul2006-05-112-16/+29
* [ospfd] Fix SPF of virtual-linkspaul2006-05-047-82/+233
* [ospfd] Fix virtual-link handling in nbrs route-table, exposed by bug#234 fixpaul2006-04-034-26/+71
* [ospfd] Fix failure of Fletcher checksum with certain compilerspaul2006-03-302-1/+8
* [ospfd] ignore loopbacks for received interface validationpaul2006-03-302-0/+13
* [ospfd] Fix incorrect byte-order conversion of OSPF_MAX_SEQUENCE_NUMBERpaul2006-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
* [ospfd] SPF ospf_canonical_nexthops_free bugfix.quagga.0.99.2.releasepaul2005-11-112-1/+17
* 2005-11-04 Paul Jakma <paul.jakma@sun.com>paul2005-11-044-6/+9
* 2005-11-03 Paul Jakma <paul.jakma@sun.com>paul2005-11-032-14/+20
* 2005-11-03 Paul Jakma <paul.jakma@sun.com>paul2005-11-034-6/+11
* 2005-10-29 Paul Jakma <paul.jakma@sun.com>paul2005-10-298-50/+522
* 2005-10-23 Paul Jakma <paul.jakma@sun.com>paul2005-10-232-2/+7