summaryrefslogtreecommitdiffstats
path: root/ospfd
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [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
* 2005-10-23 Paul Jakma <paul.jakma@sun.com>paul2005-10-232-4/+15
* 2005-10-21 Paul Jakma <paul.jakma@sun.com>paul2005-10-213-5/+14
* 2005-10-21 Paul Jakma <paul.jakma@sun.com>paul2005-10-219-120/+293
* 2005-10-21 Paul Jakma <paul.jakma@sun.com>paul2005-10-2110-74/+257
* 2005-10-18 Paul Jakma <paul.jakma@sun.com>paul2005-10-185-322/+368
* 2005-10-11 Paul Jakma <paul.jakma@sun.com>paul2005-10-114-23/+32
* 2005-10-06 Alain Ritoux <alain.ritoux@6wind.com>vincent2005-10-062-58/+109
* 2005-10-01 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-10-016-28/+41
* 2005-09-30 Vincent Jardin <vincent.jardin@6wind.com>jardin2005-10-015-6/+7
* 2005-09-29 Alain Ritoux <alain.ritoux@6wind.com>vincent2005-09-295-0/+151
* 2005-09-29 Paul Jakma <paul.jakma@sun.com>paul2005-09-291-3/+2
* 2005-09-29 Alain Ritoux <alain.ritoux@6wind.com>vincent2005-09-291-0/+1
* 2005-09-29 Alain Ritoux <alain.ritoux@6wind.com>vincent2005-09-2910-3/+188
* 2005-09-28 Alain Ritoux <alain.ritoux@6wind.com>vincent2005-09-282-11/+17
* 2005-09-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-09-197-8/+24
* 2005-09-17 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-09-172-9/+9
* * ospf_vty.c: Make "show ip ospf neighbor xxx" commands work.hasso2005-08-212-33/+35
* * ospf_vty.c: Check carefully if interface exists before trying tohasso2005-08-172-9/+17
* * ospf_zebra.c: Don't assert/stop before type == ZEBRA_ROUTE_MAX ifhasso2005-08-052-3/+13