summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | [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
| | | * | [ospfd] Fix bug: should exit immediately on SIGTERM if OSPF not actually runningAndrew J. Schorr2007-02-272-0/+10
| | | * | [ospfd] Fix regression in SPF introduced by bug#330 fixesPaul Jakma2007-02-262-21/+42
| | | * | [zebra] IRDP should ignore non-IPv4 addressesPaul Jakma2007-02-262-0/+10
| | | * | [solaris] Add licence boilerplate to files for clarityPaul Jakma2007-02-223-1/+40
| | | * | [bgpd] Peer delete can race with reconfig leading to crashPaul Jakma2007-02-223-33/+92
| | | * | use generic sed test so this works on autoconf 2.59Greg Troxel2007-02-062-1/+10
| | | * | de-support NetBSD 1.6, and note that FreeBSD 4 is on thin ice.Greg Troxel2007-02-061-18/+18
| | | * | Better comment explaining that GNU awk is really required.Greg Troxel2007-02-061-1/+2
| | | * | autoreconf -iGreg Troxel2007-02-062-3/+7
| | | * | add AC_PROC_SEDGreg Troxel2007-02-032-0/+6
| | | * | remove crufty m4 files from 2004. With the files, autoheader (2.61)Greg Troxel2007-02-038-6874/+6
| | | * | use bootstrap.shGreg Troxel2007-02-022-3/+3
| | | * | Provide 'standard interface', even if it just invokes autoreconf.Greg Troxel2007-02-022-0/+9
| | | * | ospf6d.h: remove declaration of errno (should be via header)Greg Troxel2007-02-022-1/+4
| | | * | * README.NetBSD: use update-autotools instead of autoreconfGreg Troxel2007-02-023-4/+14
| | | * | [ospfd] Bug #330: SPF must consider that nexthop-calc may failPaul Jakma2007-01-242-56/+78
| | | * | [zebra] For solaris IPv6 PtP interfaces, try to support prefixlen != 128Andrew J. Schorr2006-12-132-16/+18
| | | * | [PtP over ethernet] New peer flag allows much more addressing flexibilityAndrew J. Schorr2006-12-1225-393/+338