summaryrefslogtreecommitdiffstats
path: root/ospf6d
Commit message (Expand)AuthorAgeFilesLines
* Compiler warning fixes for when --enable-snmp is configured.Chris Caputo2009-05-061-3/+6
* Remove 'no router' from OSPF6_NODEStephen Hemminger2009-02-111-1/+0
* Fix ospf6d crash if removing interface with no areaJon2009-02-111-0/+7
* Fix ospf6d crash in show border routersJon2009-02-111-0/+6
* Fix ospf6d crash if range defined twiceJon2009-02-111-0/+6
* Add no router ospf6Jon2009-02-111-0/+1
* Comment out unused codeStephen Hemminger2009-02-092-0/+4
* Convert XMALLOC/memset to XCALLOCStephen Hemminger2009-02-093-10/+5
* Merge in latest quagga (0.99.11)Stephen Hemminger2008-10-2738-1690/+499
|\
| * Merge branch 'master' of /home/shemminger/src/quagga into upstreamStephen Hemminger2008-10-1338-1684/+557
| |\
| | * Make --enable-snmp cross compile and make libcrypto optional with --without-c...Joakim Tjernlund2008-08-251-2/+3
| | * [administrivia] Update gitignore filesPaul Jakma2008-08-221-1/+1
| | * [administrivia] Git should ignore backup files and .loT filesPaul Jakma2008-08-221-0/+3
| | * [trivia] Remove ChangeLog files, as this data is now maintained in SCMPaul Jakma2008-08-221-1199/+0
| | * [trivia] finish off static'ification of ospf6d and ripngdPaul Jakma2008-08-2234-492/+476
| | * [build] Test for GNU-style PIE support in toolchain and enablePaul P Komkoff Jr2008-08-221-0/+3
| | * [administrivia] Add .gitignore files, based on .cvsignores.Paul Jakma2008-08-221-0/+15
| | * [daemons] Sanity check port number arguments before usePaul Jakma2008-05-291-1/+2
| | * [c++] remove/rename some names in headers that clash with C++ reserved wordsPaul Jakma2008-02-261-3/+3
| | * [ospf6d] Fix removal of defunct ASBR routesPaul Jakma2007-10-222-9/+7
| | * [ospf6d] Fix silly bug: muse use strcmp to compare stringsAndrew J. Schorr2007-06-072-1/+6
| | * [64-bit] Fix 4 problems with printf formats and 64-bit size_tAndrew J. Schorr2007-04-272-6/+11
| | * [ospf6d] Bug 322: ospf6d show ipv6 neighbour showing wrong timesPaul Jakma2007-03-082-1/+7
| | * [ospf6d] Fix string comparison bug in ospf6_lsa_handler_name.Andrew J. Schorr2007-02-272-1/+6
| | * ospf6d.h: remove declaration of errno (should be via header)Greg Troxel2007-02-022-1/+4
| | * [daemon startup] Add --dry-run/-C argument to daemons, to check config file s...Paul Jakma2006-10-151-1/+11
| | * [ospf6d] GNU Zebra 3563: Fix as-external forwarding addressPaul Jakma2006-05-153-3/+9
| | * [ospf6d] GNU Zebra #3562: ABR Crash fix, memory fixes, route table debugsPaul Jakma2006-05-1511-54/+340
| | * [ospf6d] GNU Zebra 3560: Call ospf6_maxage_remove when out of Exchange/LoadingPaul Jakma2006-05-153-12/+8
| | * [ospf6d] Import GNU Zebra CVSps#3559: Fix inter-area as-ext bug, cleanup debugPaul Jakma2006-05-157-70/+286
* | | Use XCALLOCStephen Hemminger2008-08-181-2/+1
* | | Make command nodes staticStephen Hemminger2008-08-114-4/+4
* | | Merge branch 'upstream' into islavistaStephen Hemminger2008-07-311-1/+2
|\| |
| * | [daemons] Sanity check port number arguments before usepaul2008-05-291-1/+2
| * | [c++] remove/rename some names in headers that clash with C++ reserved wordspaul2008-02-261-3/+3
| * | [ospf6d] Fix removal of defunct ASBR routespaul2007-10-222-9/+7
| * | [ospf6d] Fix silly bug: muse use strcmp to compare stringsajs2007-06-072-1/+6
| * | [64-bit] Fix 4 problems with printf formats and 64-bit size_tajs2007-04-272-6/+11
| * | [ospf6d] Bug 322: ospf6d show ipv6 neighbour showing wrong timespaul2007-03-082-1/+7
| * | [ospf6d] Fix string comparison bug in ospf6_lsa_handler_name.ajs2007-02-272-1/+6
| * | ospf6d.h: remove declaration of errno (should be via header)gdt2007-02-022-1/+4
| * | [daemon startup] Add --dry-run/-C argument to daemons, to check config file s...paul2006-10-151-1/+11
| * | [ospf6d] GNU Zebra 3563: Fix as-external forwarding addresspaul2006-05-153-3/+9
| * | [ospf6d] GNU Zebra #3562: ABR Crash fix, memory fixes, route table debugspaul2006-05-1511-54/+340
| * | [ospf6d] GNU Zebra 3560: Call ospf6_maxage_remove when out of Exchange/Loadingpaul2006-05-153-12/+8
| * | [ospf6d] Import GNU Zebra CVSps#3559: Fix inter-area as-ext bug, cleanup debugpaul2006-05-157-70/+286
| |/
| * 2005-10-01 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-10-013-26/+22
| * 2005-09-29 Paul Jakma <paul.jakma@sun.com>paul2005-09-291-1/+1
| * 2005-08-09 Paul Jakma <paul.jakma@sun.com>paul2005-08-102-1/+8
| * * ospf6_abr.[ch], ospf6_area.[ch]: Add area filter-list (in|out)hasso2005-06-245-0/+338