summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [ospfd] Return SNMP standard neighbor state values, not quagga internal onesajs2007-03-142-1/+45
* [ospfd] Fix two debug messages that used inet_ntoa more than onceajs2007-03-142-6/+20
* [ospf6d] Bug 322: ospf6d show ipv6 neighbour showing wrong timespaul2007-03-082-1/+7
* [zebra] Fix interface metric bug on BSDpaul2007-03-062-1/+15
* [ospf6d] Fix string comparison bug in ospf6_lsa_handler_name.ajs2007-02-272-1/+6
* [ospfd] Fix bug: should exit immediately on SIGTERM if OSPF not actually runningajs2007-02-272-0/+10
* [ospfd] Fix regression in SPF introduced by bug#330 fixespaul2007-02-262-21/+42
* [zebra] IRDP should ignore non-IPv4 addressespaul2007-02-262-0/+10
* [solaris] Add licence boilerplate to files for claritypaul2007-02-223-0/+39
* [bgpd] Peer delete can race with reconfig leading to crashpaul2007-02-223-33/+92
* use generic sed test so this works on autoconf 2.59gdt2007-02-062-1/+10
* de-support NetBSD 1.6, and note that FreeBSD 4 is on thin ice.gdt2007-02-061-18/+18
* Better comment explaining that GNU awk is really required.gdt2007-02-061-1/+2
* autoreconf -igdt2007-02-062-3/+7
* add AC_PROC_SEDgdt2007-02-032-0/+6
* remove crufty m4 files from 2004. With the files, autoheader (2.61)gdt2007-02-038-6874/+6
* use bootstrap.shgdt2007-02-022-3/+3
* Provide 'standard interface', even if it just invokes autoreconf.gdt2007-02-022-0/+9
* ospf6d.h: remove declaration of errno (should be via header)gdt2007-02-022-1/+4
* * README.NetBSD: use update-autotools instead of autoreconfgdt2007-02-023-3/+13
* [ospfd] Bug #330: SPF must consider that nexthop-calc may failpaul2007-01-242-56/+78
* [zebra] For solaris IPv6 PtP interfaces, try to support prefixlen != 128ajs2006-12-132-16/+18
* [PtP over ethernet] New peer flag allows much more addressing flexibilityajs2006-12-1225-393/+338
* [0.99] Bump version to 0.99.6quagga.0.99.6.releasepaul2006-12-082-1/+5
* [isisd] Fix compiler warnings and allow v4-only compilationpaul2006-12-0817-35/+118
* [zebra] Changes of nexthops of static routes didnt take effectpaul2006-12-082-10/+18
* [bgpd] Bug #302, bgpd can get stuck in state Clearingpaul2006-12-082-5/+18
* [ospfd] Consider all connected addresses when creating ospf interfacesajs2006-12-042-2/+8
* [bgpd] Implement 'debug bgp zebra' to log all messages to and from zebra.ajs2006-11-304-6/+217
* [ospfd] Add debug messages for a few zebra messages that had been overlookedajs2006-11-302-0/+34
* [bgpd] Fix bug where a deleted route that was quickly re-added was being lostajs2006-11-282-5/+38
* [ospfd] Fix bug in passive-interface default commands.ajs2006-11-282-43/+56
* [bgpd] trivial: non C99 u_int.._t should be uint.._tpaul2006-10-272-1/+6
* [ospfd] Stop losing subsequent default-information originate 'always' infoajs2006-10-242-16/+13
* [ospfd] Add passive-interface default supportpaul2006-10-227-54/+181
* [bgpd] struct peer must have bgp field valid (redistribute crash)paul2006-10-223-9/+25
* [bgpd] Coverity CID #64: Needless NULL check, CID #64: Deref of potentially N...paul2006-10-152-5/+16
* [bgpd] CID#73, potential crash in bgp statistics if called for AFI/SAFI with ...paul2006-10-152-1/+7
* [bgpd] Bug #302 fixes. ClearingCompleted event gets flushed, leaving peers st...paul2006-10-154-13/+17
* [daemon startup] Add --dry-run/-C argument to daemons, to check config file s...paul2006-10-159-9/+113
* [lib] Handle upgrade from SUNWzebra to Quagga for 'interface fooX:Y' commandspaul2006-10-152-2/+56
* [snmp] Fix asn_build calls to pass correct variable sizes (fixes 64-bit issues)ajs2006-09-262-7/+17
* [ospfd] Improve some warning messages.ajs2006-09-252-7/+21
* Add recent NetBSD/FreeBSD versions to list of what ought to work.gdt2006-09-201-1/+8
* [bgpd] Trivial fix of printf format/arg mismatchajs2006-09-192-2/+6
* [bgpd] reduce the process queue hold time to something more sensiblepaul2006-09-142-1/+4
* [bgpd] RIB statistics address space size shouldnt double count spacepaul2006-09-142-5/+13
* [bgpd] simplify peer refcounts, squash slow peer leakpaul2006-09-144-38/+26
* [bgpd] Fix 0.99 shutdown regression, introduce Clearing and Deleted statespaul2006-09-149-93/+251
* [bgpd] Add RIB reporting commands, show bgp ... statisticspaul2006-09-144-26/+447