summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Use the proper field length for the peer's address (netlink_interface_addr)vize2007-08-102-5/+6
| * [tests] Add bgp_capability_test.c, should have been part of earlier commitpaul2007-08-081-0/+457
| * [isisd] Commit new files which should have been part of previous commit..paul2007-08-083-0/+1320
| * [isisd] Add support for Solaris DLPIpaul2007-08-0711-645/+80
| * [ospfd] Finish explanatory comment started in previous commit..paul2007-08-072-1/+6
| * [zebra] Add extra debug logging for RIB and RIB queueingpaul2007-08-062-19/+56
| * [ospfd] Fix bad SPF calculation on some topologies - incorrect sortingpaul2007-08-065-4/+18
| * Fix last commit - add back in closing paren which was apparentlygdt2007-08-061-1/+1
| * [ospfd] Bug #331, NSSA ASBR regression - failure to set E-bit in NSSA areaspaul2007-08-062-1/+5
| * [bgpd] Add support for AS_PATHLIMIT / draft-ietf-idr-as-pathlimitpaul2007-08-0610-31/+725
| * [bgpd] cleanup, compact and consolidate capability parsing codepaul2007-08-0610-416/+566
| * Add comment questioning part of previous change (Denis?).gdt2007-08-021-26/+31
| * Bugzilla #384.gdt2007-08-022-8/+13
| * disable gmake workaround now that solaris directory is not built bygdt2007-08-021-5/+10
| * note the use of GNU make extensions.gdt2007-08-021-0/+2
| * Add --enable-solaris to descend into solaris-specific build directory.gdt2007-08-022-1/+11
| * workaround buggy solaris/Makefile.am which requires GNU make.gdt2007-08-021-1/+8
| * [bgpd] Dont schedule dumps multiple times for same commandpaul2007-07-312-11/+30
| * 2007-07-27 Paul Jakma <paul.jakma@sun.com>paul2007-07-272-1/+5
* | add script to import updates from anoncvs.quagga.netTom Grennan2007-07-251-0/+16
* | ignore emacs backupsTom Grennan2007-07-251-0/+1
* | ignore autoreconf generated filesTom Grennan2007-07-241-0/+17
|/
* [lib] Add comments regarding setsockopt_multicast_ipv4 arguments.ajs2007-07-063-4/+13
* [zebra] rib loop check for RIB_ENTRY_REMOVED checks wrong varpaul2007-06-272-1/+8
* 2007-06-25 Hasso Tepper <hasso@quagga.net>hasso2007-06-252-1/+5
* [bgpd] bug #368: Fix possible loop between peers going Idle<->OpenSentpaul2007-06-222-3/+10
* [build] configure needs to check for struct icmphdr for IRDPpaul2007-06-222-7/+20
* [vtysh] bug #371: vtysh forgets to print 'end' for write-terminalpaul2007-06-202-0/+8
* [bgpd] bug #370, default-originate was broken by a silly thinkopaul2007-06-142-1/+7
* [ospf6d] Fix silly bug: muse use strcmp to compare stringsajs2007-06-072-1/+6
* [linux] Fix strange compilation problem by explicitly including <linux/types.h>ajs2007-06-012-0/+9
* [zebra] Trivial patches so we can compile when IPv6 is not enabledajs2007-05-303-29/+45
* [PtP] Fix BSD problems with PtP interfaces: must treat RTA_BRD as peer addressajs2007-05-172-14/+45
* [autoconf] Fix missing space character in previous commitpaul2007-05-101-1/+1
* [autoconf] GNU_SOURCE can be defined twice, through AC_FUNC_STRNLENpaul2007-05-104-9/+17
* [autoconf] add back check for inet_atonpaul2007-05-102-1/+6
* [ospfd] Fix address qualified 'ip ospf auth' commandspaul2007-05-102-4/+11
* [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warningspaul2007-05-1024-325/+359
* [ospfd] Bug #330 regression: Fix ospf_spf_add_parent assertpaul2007-05-072-6/+26
* [bgpd] Trim memory usage of BGP routespaul2007-05-0415-425/+785
* [zebra] Add zebra_routemap.cpaul2007-05-041-0/+709
* [zebra] Routemap support on received routes, with 'set src' command (linux)paul2007-05-0224-64/+453
* [build] Improve portability by invoking gcc with -std=gnu99 instead of -std=c99ajs2007-04-302-1/+6
* [ospfd] network command now behaves more logically when a peer prefix is definedajs2007-04-304-1/+21
* [0.99] Version bump to 0.99.7quagga.0.99.7.releasepaul2007-04-292-1/+5
* [bgpd] Use defines for default weightpaul2007-04-293-15/+16
* [bgpd] Fix warnings: hash callbacks should match hash API declarationspaul2007-04-296-17/+53
* [zebra/solaris] fix if_get_index passing wrong arg to lifreq_set_namepaul2007-04-292-1/+3
* [zebra] Fix merge error in previous solaris changesetpaul2007-04-292-1/+5
* [logging] Minor performance tweakajs2007-04-292-9/+20