summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [release] bump to 0.99.9upstream/0.99.9debian/0.99.9-1debian/0.99.9paul2007-09-072-1/+5
* [bgpd] low-impact DoS: crash on malformed community with debug setpaul2007-09-073-1/+22
* + fixed bug #400: adjusted rtread_sysctl.c:route_read()pilot2007-09-062-0/+8
* [bgpd] bug #398 Bogus free on out route-map, and assert() with rsclientspaul2007-08-303-34/+49
* [bgpd] Pass NOSUB to regexecpaul2007-08-232-1/+9
* Bug #362 is fixed now.pilot2007-08-2110-2/+102
* Looks like bug #320 is finally fixed now.pilot2007-08-212-0/+11
* Fixed ioctl_solaris.c:if_get_mtu() for IPv6'less operationpilot2007-08-212-14/+16
* Fixed bug #394 "RTF_DONE is ignored in rtm_read()"pilot2007-08-172-2/+7
* Merged own patch for bug #390 (rewrite zebra/zebra_rib.c:nexthop_active_updat...pilot2007-08-142-12/+22
* Merged own patch for the bug #391 (debugging and comments mostly).pilot2007-08-138-48/+418
* 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
* [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