| Commit message (Expand) | Author | Files | Lines |
2006-10-16 | [daemon startup] Add --dry-run/-C argument to daemons, to check config file s... | Paul Jakma | 1 | -1/+11 |
2006-10-16 | [lib] Handle upgrade from SUNWzebra to Quagga for 'interface fooX:Y' commands | Paul Jakma | 2 | -2/+56 |
2006-09-26 | [snmp] Fix asn_build calls to pass correct variable sizes (fixes 64-bit issues) | Andrew J. Schorr | 2 | -7/+17 |
2006-09-25 | [ospfd] Improve some warning messages. | Andrew J. Schorr | 2 | -7/+21 |
2006-09-20 | Add recent NetBSD/FreeBSD versions to list of what ought to work. | Greg Troxel | 1 | -2/+9 |
2006-09-19 | [bgpd] Trivial fix of printf format/arg mismatch | Andrew J. Schorr | 2 | -2/+6 |
2006-09-14 | [bgpd] reduce the process queue hold time to something more sensible | Paul Jakma | 2 | -1/+4 |
2006-09-14 | [bgpd] RIB statistics address space size shouldnt double count space | Paul Jakma | 2 | -5/+13 |
2006-09-14 | [bgpd] simplify peer refcounts, squash slow peer leak | Paul Jakma | 4 | -38/+26 |
2006-09-14 | [bgpd] Fix 0.99 shutdown regression, introduce Clearing and Deleted states | Paul Jakma | 9 | -93/+251 |
2006-09-14 | [bgpd] Add RIB reporting commands, show bgp ... statistics | Paul Jakma | 4 | -26/+447 |
2006-09-13 | 2006-09-13 Tom Everett <tom@khubla.com> | Greg Troxel | 2 | -0/+9 |
2006-09-11 | [ripd] bug #293: routemap set metric doesn't check for underflow correctly | Paul Jakma | 2 | -1/+4 |
2006-09-11 | [ripd] bug #278: remove gratuitous use of mid-function declaration | Paul Jakma | 2 | -2/+8 |
2006-09-07 | [bgpd] Handle pcount as flags are changed, fixing pcount issues | Paul Jakma | 6 | -126/+157 |
2006-09-04 | [bgpd] Add 'show ... neighbor .... prefix-counts' command | Paul Jakma | 2 | -0/+226 |
2006-08-30 | [ospfd] Fix assertion in DB-exchange fix, hit by ogier-db-ex-opt commit | Paul Jakma | 2 | -21/+21 |
2006-08-28 | [0.99] version bump to 0.99.5 | Paul Jakma | 2 | -1/+5 |
2006-08-27 | [ospfd] redistribute default no longer works after complete reconfig, fix | Paul Jakma | 2 | -0/+7 |
2006-08-27 | [bgpd] fix mtype in XFREE and NULL out freed pointer | Paul Jakma | 2 | -1/+7 |
2006-08-27 | [tests] update heavywq for workqueue api changes | Paul Jakma | 2 | -3/+9 |
2006-08-27 | [ospfd] Bug #134, ospfd should be more robust to backward time change | Paul Jakma | 10 | -31/+43 |
2006-08-27 | [lib] Bug #134: threads should be more robust against backward time jumps | Paul Jakma | 3 | -24/+210 |
2006-08-27 | [ospfd] draft-ogier-ospf-dbex-opt DB-exchange optimisation | Paul Jakma | 2 | -14/+35 |
2006-08-27 | [ospfd] Raise ExchangeDone earlier, avoid often needless round of DD packets | Paul Jakma | 2 | -19/+53 |
2006-08-27 | [ospfd] trivial: consolidate LSDB delete code into single function | Paul Jakma | 2 | -53/+53 |
2006-08-06 | [zebra] trivial: rtadv.h depends on interface.h | Paul Jakma | 2 | -0/+3 |
2006-08-06 | [zebra] fix inconsistencies in ifstat_update_* declarations and definitions | Paul Jakma | 4 | -10/+19 |
2006-08-06 | [bgpd] aspath_loop_check was broken, fix it and the aspath unit test code. | Paul Jakma | 4 | -6/+18 |
2006-08-04 | [zebra] IRDP: Move stream_free to where its created, probably fixing a leak | Paul Jakma | 3 | -3/+13 |
2006-08-04 | [zebra] add more stuff to misc_null to avoid compile breakages | Paul Jakma | 2 | -0/+7 |
2006-08-02 | [testzebra] Patch to misc_null.c to get older gcc to recognize #pragma tricks | Andrew J. Schorr | 2 | -0/+10 |
2006-07-28 | [doc] Expand/cross-ref MD5 commands, tweak anchors to avoid added spacing | Paul Jakma | 3 | -56/+75 |
2006-07-28 | [doc] minor tweaks, refine ospf redist,passive-inter, and abr-type help | Paul Jakma | 5 | -61/+96 |
2006-07-28 | [lib] remove autogenerated file, update .cvsignore | Paul Jakma | 2 | -203/+2 |
2006-07-28 | [ospfd] Bug #288: do not change router ID unless forced by manual configuration | Andrew J. Schorr | 2 | -0/+16 |
2006-07-27 | [zebra] Bug #268, Fix race between add/delete of routes, sanitise rib queueing | Paul Jakma | 3 | -176/+294 |
2006-07-27 | [zebra] Add 'debug zebra rib' commands | Paul Jakma | 3 | -0/+82 |
2006-07-27 | [zebra] Add test rig code, for testing the zebra RIB | Paul Jakma | 8 | -0/+453 |
2006-07-27 | [bgpd] Potential bug#287 fix, peer_delete should NULL out freed buffers | Paul Jakma | 2 | -3/+9 |
2006-07-27 | [vtysh] Never skip authentication, and add support for multiple -c commands | Andrew J. Schorr | 6 | -31/+155 |
2006-07-27 | [zebra] Connected routes must always be added to main table | Paul Jakma | 4 | -1/+12 |
2006-07-26 | [ospfd] Allow ospf_lsa_unlock to NULL out callers' LSA pointers upon free | Paul Jakma | 14 | -83/+72 |
2006-07-25 | [ospfd] Additional NSM neighbour state change stats/information | Paul Jakma | 4 | -10/+39 |
2006-07-25 | [lib] Optimise thread_call by caching pointer to thread history in the thread | Paul Jakma | 3 | -14/+35 |
2006-07-11 | [ospfd] record timestamp and event of last NSM state change for neighbour | Paul Jakma | 4 | -1/+18 |
2006-07-11 | [ospfd] trivial: NSM AdjChange should print event, declutter core functions | Paul Jakma | 2 | -40/+57 |
2006-07-11 | [ospfd] Remove nsm_reset_nbr and a bunch of useless NSM event/action functions | Paul Jakma | 2 | -218/+157 |
2006-07-11 | [ospfd] Improve Hello NetworkMask mismatch warning to give more info | Andrew J. Schorr | 2 | -2/+8 |
2006-07-11 | [lib] Do not call vty_close in vty_log_out to avoid possible free memory access | Andrew J. Schorr | 2 | -2/+15 |