summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | [bgpd] Pass NOSUB to regexecPaul Jakma2007-08-232-1/+9
| | | * | Bug #362 is fixed now.Denis Ovsienko2007-08-2110-2/+102
| | | * | Looks like bug #320 is finally fixed now.Denis Ovsienko2007-08-212-0/+11
| | | * | Fixed ioctl_solaris.c:if_get_mtu() for IPv6'less operationDenis Ovsienko2007-08-212-14/+16
| | | * | Fixed bug #394 "RTF_DONE is ignored in rtm_read()"Denis Ovsienko2007-08-172-2/+7
| | | * | Merged own patch for bug #390 (rewrite zebra/zebra_rib.c:nexthop_active_updat...Denis Ovsienko2007-08-142-12/+22
| | | * | Merged own patch for the bug #391 (debugging and comments mostly).Denis Ovsienko2007-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 commitPaul Jakma2007-08-081-0/+457
| | | * | [isisd] Commit new files which should have been part of previous commit..Paul Jakma2007-08-083-0/+1320
| | | * | [isisd] Add support for Solaris DLPIPaul Jakma2007-08-0711-647/+82
| | | * | [ospfd] Finish explanatory comment started in previous commit..Paul Jakma2007-08-072-1/+6
| | | * | [zebra] Add extra debug logging for RIB and RIB queueingPaul Jakma2007-08-062-19/+56
| | | * | [ospfd] Fix bad SPF calculation on some topologies - incorrect sortingPaul Jakma2007-08-065-4/+18
| | | * | Fix last commit - add back in closing paren which was apparentlyGreg Troxel2007-08-061-1/+1
| | | * | [ospfd] Bug #331, NSSA ASBR regression - failure to set E-bit in NSSA areasPaul Jakma2007-08-062-1/+5
| | | * | [bgpd] Add support for AS_PATHLIMIT / draft-ietf-idr-as-pathlimitPaul Jakma2007-08-0610-31/+725
| | | * | [bgpd] cleanup, compact and consolidate capability parsing codePaul Jakma2007-08-0610-416/+566
| | | * | Add comment questioning part of previous change (Denis?).Greg Troxel2007-08-021-26/+31
| | | * | Bugzilla #384.Greg Troxel2007-08-022-8/+13
| | | * | disable gmake workaround now that solaris directory is not built byGreg Troxel2007-08-021-5/+10
| | | * | note the use of GNU make extensions.Greg Troxel2007-08-021-1/+3
| | | * | Add --enable-solaris to descend into solaris-specific build directory.Greg Troxel2007-08-022-1/+11
| | | * | workaround buggy solaris/Makefile.am which requires GNU make.Greg Troxel2007-08-021-1/+8
| | | * | [bgpd] Dont schedule dumps multiple times for same commandPaul Jakma2007-07-312-11/+30
| | | * | 2007-07-27 Paul Jakma <paul.jakma@sun.com>quagga_0_99_8_releasePaul Jakma2007-07-272-1/+5
| | | * | [lib] Add comments regarding setsockopt_multicast_ipv4 arguments.Andrew J. Schorr2007-07-063-4/+13
| | | * | [zebra] rib loop check for RIB_ENTRY_REMOVED checks wrong varPaul Jakma2007-06-272-1/+8
| | | * | 2007-06-25 Hasso Tepper <hasso@quagga.net>Hasso Tepper2007-06-252-1/+5
| | | * | [bgpd] bug #368: Fix possible loop between peers going Idle<->OpenSentPaul Jakma2007-06-222-3/+10
| | | * | [build] configure needs to check for struct icmphdr for IRDPPaul Jakma2007-06-222-7/+20
| | | * | [vtysh] bug #371: vtysh forgets to print 'end' for write-terminalPaul Jakma2007-06-202-0/+8
| | | * | [bgpd] bug #370, default-originate was broken by a silly thinkoPaul Jakma2007-06-142-1/+7
| | | * | [ospf6d] Fix silly bug: muse use strcmp to compare stringsAndrew J. Schorr2007-06-072-1/+6
| | | * | [linux] Fix strange compilation problem by explicitly including <linux/types.h>Andrew J. Schorr2007-06-012-0/+9
| | | * | [zebra] Trivial patches so we can compile when IPv6 is not enabledAndrew J. Schorr2007-05-303-29/+45
| | | * | [PtP] Fix BSD problems with PtP interfaces: must treat RTA_BRD as peer addressAndrew J. Schorr2007-05-172-14/+45
| | | * | [autoconf] Fix missing space character in previous commitPaul Jakma2007-05-101-1/+1
| | | * | [autoconf] GNU_SOURCE can be defined twice, through AC_FUNC_STRNLENPaul Jakma2007-05-104-9/+17
| | | * | [autoconf] add back check for inet_atonPaul Jakma2007-05-102-1/+6
| | | * | [ospfd] Fix address qualified 'ip ospf auth' commandsPaul Jakma2007-05-102-4/+11
| | | * | [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warningsPaul Jakma2007-05-1024-326/+360
| | | * | [ospfd] Bug #330 regression: Fix ospf_spf_add_parent assertPaul Jakma2007-05-072-6/+26
| | | * | [bgpd] Trim memory usage of BGP routesPaul Jakma2007-05-0415-426/+786
| | | * | [zebra] Add zebra_routemap.cPaul Jakma2007-05-041-0/+709
| | | * | [zebra] Routemap support on received routes, with 'set src' command (linux)Paul Jakma2007-05-0224-64/+453
| | | * | [build] Improve portability by invoking gcc with -std=gnu99 instead of -std=c99Andrew J. Schorr2007-04-302-1/+6
| | | * | [ospfd] network command now behaves more logically when a peer prefix is definedAndrew J. Schorr2007-04-304-1/+21
| | | * | [0.99] Version bump to 0.99.7quagga_0_99_7_releasePaul Jakma2007-04-292-1/+5
| | | * | [bgpd] Use defines for default weightPaul Jakma2007-04-293-15/+16