| Commit message (Expand) | Author | Age | Files | Lines |
* | Compiler warning fixes for when --enable-snmp is configured. | Chris Caputo | 2009-05-06 | 1 | -3/+6 |
* | Remove 'no router' from OSPF6_NODE | Stephen Hemminger | 2009-02-11 | 1 | -1/+0 |
* | Fix ospf6d crash if removing interface with no area | Jon | 2009-02-11 | 1 | -0/+7 |
* | Fix ospf6d crash in show border routers | Jon | 2009-02-11 | 1 | -0/+6 |
* | Fix ospf6d crash if range defined twice | Jon | 2009-02-11 | 1 | -0/+6 |
* | Add no router ospf6 | Jon | 2009-02-11 | 1 | -0/+1 |
* | Comment out unused code | Stephen Hemminger | 2009-02-09 | 2 | -0/+4 |
* | Convert XMALLOC/memset to XCALLOC | Stephen Hemminger | 2009-02-09 | 3 | -10/+5 |
* | Merge in latest quagga (0.99.11) | Stephen Hemminger | 2008-10-27 | 38 | -1690/+499 |
|\ |
|
| * | Merge branch 'master' of /home/shemminger/src/quagga into upstream | Stephen Hemminger | 2008-10-13 | 38 | -1684/+557 |
| |\ |
|
| | * | Make --enable-snmp cross compile and make libcrypto optional with --without-c... | Joakim Tjernlund | 2008-08-25 | 1 | -2/+3 |
| | * | [administrivia] Update gitignore files | Paul Jakma | 2008-08-22 | 1 | -1/+1 |
| | * | [administrivia] Git should ignore backup files and .loT files | Paul Jakma | 2008-08-22 | 1 | -0/+3 |
| | * | [trivia] Remove ChangeLog files, as this data is now maintained in SCM | Paul Jakma | 2008-08-22 | 1 | -1199/+0 |
| | * | [trivia] finish off static'ification of ospf6d and ripngd | Paul Jakma | 2008-08-22 | 34 | -492/+476 |
| | * | [build] Test for GNU-style PIE support in toolchain and enable | Paul P Komkoff Jr | 2008-08-22 | 1 | -0/+3 |
| | * | [administrivia] Add .gitignore files, based on .cvsignores. | Paul Jakma | 2008-08-22 | 1 | -0/+15 |
| | * | [daemons] Sanity check port number arguments before use | Paul Jakma | 2008-05-29 | 1 | -1/+2 |
| | * | [c++] remove/rename some names in headers that clash with C++ reserved words | Paul Jakma | 2008-02-26 | 1 | -3/+3 |
| | * | [ospf6d] Fix removal of defunct ASBR routes | Paul Jakma | 2007-10-22 | 2 | -9/+7 |
| | * | [ospf6d] Fix silly bug: muse use strcmp to compare strings | Andrew J. Schorr | 2007-06-07 | 2 | -1/+6 |
| | * | [64-bit] Fix 4 problems with printf formats and 64-bit size_t | Andrew J. Schorr | 2007-04-27 | 2 | -6/+11 |
| | * | [ospf6d] Bug 322: ospf6d show ipv6 neighbour showing wrong times | Paul Jakma | 2007-03-08 | 2 | -1/+7 |
| | * | [ospf6d] Fix string comparison bug in ospf6_lsa_handler_name. | Andrew J. Schorr | 2007-02-27 | 2 | -1/+6 |
| | * | ospf6d.h: remove declaration of errno (should be via header) | Greg Troxel | 2007-02-02 | 2 | -1/+4 |
| | * | [daemon startup] Add --dry-run/-C argument to daemons, to check config file s... | Paul Jakma | 2006-10-15 | 1 | -1/+11 |
| | * | [ospf6d] GNU Zebra 3563: Fix as-external forwarding address | Paul Jakma | 2006-05-15 | 3 | -3/+9 |
| | * | [ospf6d] GNU Zebra #3562: ABR Crash fix, memory fixes, route table debugs | Paul Jakma | 2006-05-15 | 11 | -54/+340 |
| | * | [ospf6d] GNU Zebra 3560: Call ospf6_maxage_remove when out of Exchange/Loading | Paul Jakma | 2006-05-15 | 3 | -12/+8 |
| | * | [ospf6d] Import GNU Zebra CVSps#3559: Fix inter-area as-ext bug, cleanup debug | Paul Jakma | 2006-05-15 | 7 | -70/+286 |
* | | | Use XCALLOC | Stephen Hemminger | 2008-08-18 | 1 | -2/+1 |
* | | | Make command nodes static | Stephen Hemminger | 2008-08-11 | 4 | -4/+4 |
* | | | Merge branch 'upstream' into islavista | Stephen Hemminger | 2008-07-31 | 1 | -1/+2 |
|\| | |
|
| * | | [daemons] Sanity check port number arguments before use | paul | 2008-05-29 | 1 | -1/+2 |
| * | | [c++] remove/rename some names in headers that clash with C++ reserved words | paul | 2008-02-26 | 1 | -3/+3 |
| * | | [ospf6d] Fix removal of defunct ASBR routes | paul | 2007-10-22 | 2 | -9/+7 |
| * | | [ospf6d] Fix silly bug: muse use strcmp to compare strings | ajs | 2007-06-07 | 2 | -1/+6 |
| * | | [64-bit] Fix 4 problems with printf formats and 64-bit size_t | ajs | 2007-04-27 | 2 | -6/+11 |
| * | | [ospf6d] Bug 322: ospf6d show ipv6 neighbour showing wrong times | paul | 2007-03-08 | 2 | -1/+7 |
| * | | [ospf6d] Fix string comparison bug in ospf6_lsa_handler_name. | ajs | 2007-02-27 | 2 | -1/+6 |
| * | | ospf6d.h: remove declaration of errno (should be via header) | gdt | 2007-02-02 | 2 | -1/+4 |
| * | | [daemon startup] Add --dry-run/-C argument to daemons, to check config file s... | paul | 2006-10-15 | 1 | -1/+11 |
| * | | [ospf6d] GNU Zebra 3563: Fix as-external forwarding address | paul | 2006-05-15 | 3 | -3/+9 |
| * | | [ospf6d] GNU Zebra #3562: ABR Crash fix, memory fixes, route table debugs | paul | 2006-05-15 | 11 | -54/+340 |
| * | | [ospf6d] GNU Zebra 3560: Call ospf6_maxage_remove when out of Exchange/Loading | paul | 2006-05-15 | 3 | -12/+8 |
| * | | [ospf6d] Import GNU Zebra CVSps#3559: Fix inter-area as-ext bug, cleanup debug | paul | 2006-05-15 | 7 | -70/+286 |
| |/ |
|
| * | 2005-10-01 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | 2005-10-01 | 3 | -26/+22 |
| * | 2005-09-29 Paul Jakma <paul.jakma@sun.com> | paul | 2005-09-29 | 1 | -1/+1 |
| * | 2005-08-09 Paul Jakma <paul.jakma@sun.com> | paul | 2005-08-10 | 2 | -1/+8 |
| * | * ospf6_abr.[ch], ospf6_area.[ch]: Add area filter-list (in|out) | hasso | 2005-06-24 | 5 | -0/+338 |