summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [bgpd] Fix warnings: hash callbacks should match hash API declarationsPaul Jakma2007-04-296-17/+53
* [zebra/solaris] fix if_get_index passing wrong arg to lifreq_set_namePaul Jakma2007-04-292-1/+3
* [zebra] Fix merge error in previous solaris changesetPaul Jakma2007-04-292-1/+5
* [logging] Minor performance tweakAndrew J. Schorr2007-04-292-9/+20
* [logging] Add new "log timestamp precision" command for subsecond timestampsAndrew J. Schorr2007-04-292-0/+23
* [logging] Add new "log timestamp precision" command for subsecond timestampsAndrew J. Schorr2007-04-292-0/+33
* [logging] Add new "log timestamp precision" command for subsecond timestampsAndrew J. Schorr2007-04-286-43/+180
* [64-bit] Fix 4 problems with printf formats and 64-bit size_tAndrew J. Schorr2007-04-274-7/+16
* [ripd, ripngd] Remove useless code in rip_vty_out_uptime functionAndrew J. Schorr2007-04-274-6/+8
* [ospfd] Fix bug in 'passive-interface default' behaviorAndrew J. Schorr2007-04-212-2/+10
* Use 'path (category)' form.David Young2007-04-161-5/+4
* Note my change to zebra/connected.c.David Young2007-04-161-0/+8
* Only suppress adding a connected route to the kernel if it isDavid Young2007-04-161-1/+1
* [bgpd] Minor performance improvement patchAndrew J. Schorr2007-04-152-10/+16
* Fix the display of some timers. (show ipv6 ripng and show ipv6 ripng status)Vincent Jardin2007-04-122-15/+10
* Fix the display of route timeout in "show ip rip". (Use thread_timer_remain_s...Vincent Jardin2007-04-112-2/+7
* [zebra] MTU change should propogate to zserv client on BSD/SolarisPaul Jakma2007-04-103-1/+19
* [bgpd] Bug #354: Take care to keep reads of MP_(UN)REACH_NLRI in boundsPaul Jakma2007-04-102-25/+70
* [bgpd] V. quick route flap gets mistaken for duplicate, route is then ignoredPaul Jakma2007-04-102-3/+30
* [zebra] Retain configured IPv4 address upon removal by kernelPaul Jakma2007-04-102-14/+24
* [testzebra] stubs should call kernel_address_add on IP address installPaul Jakma2007-04-103-6/+37
* [zebra] Bug #351: Don't redistribute routes to ipv4 link-local prefixesPaul Jakma2007-04-106-11/+24
* [bgpd] bug #352: IPv6/Multicast address-family config not written outPaul Jakma2007-04-102-1/+16
* [ospfd] Bug #330 regression: failure to calculate routes through networksPaul Jakma2007-03-232-1/+5
* [ospfd] Instrument ospf_spf with more debug log messagesPaul Jakma2007-03-232-3/+43
* [doc] Makefile VPATH patchAndrew J. Schorr2007-03-212-2/+7
* [ripd] Fix "show ip rip status" display of time until next updateAndrew J. Schorr2007-03-212-13/+9
* [lib] Make message lookup function more robust.Andrew J. Schorr2007-03-202-8/+30
* [ospfd] Return SNMP standard neighbor state values, not quagga internal onesAndrew J. Schorr2007-03-142-1/+45
* [ospfd] Fix two debug messages that used inet_ntoa more than onceAndrew J. Schorr2007-03-142-6/+20
* [ospf6d] Bug 322: ospf6d show ipv6 neighbour showing wrong timesPaul Jakma2007-03-082-1/+7
* [zebra] Fix interface metric bug on BSDPaul Jakma2007-03-062-1/+15
* [ospf6d] Fix string comparison bug in ospf6_lsa_handler_name.Andrew J. Schorr2007-02-272-1/+6