summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert my "microfix". It was caused by misreading code. Gilad is right ashasso2003-12-221-0/+5
| | | | always.
* lib/if.c part from [quagga-dev 552] and lib/inklist.c part from [quagga-devhasso2003-12-211-0/+7
| | | | 555]. Okayed by Paul.
* {lib,ospfd,ospfapi}/Makefile.am:gdt2003-12-081-0/+6
| | | | | Use pkginclude_HEADERS rather than include_HEADERS to place includes in ${prefix}/include/quaggainstead of polluting ${prefix}/include.
* fix exampledir processing bug; it failed when neither exampledir norgdt2003-12-041-0/+6
| | | | | sysconfdir were specified, due to incorrect extra quoting of sysconfdir. Thanks to Vincent Jardin for the bug report.
* Enable rtadv by default.gdt2003-12-031-1/+12
| | | | Resolves bug #66.
* check for v6 header files after we figure out whether we are doing v6gdt2003-12-031-0/+7
| | | | | | and if so which flavor. Fixes 99% of bugzilla bug #62.
* Add support for --enable-exampledir to specify where to place examplegdt2003-12-031-0/+7
| | | | | | | | files, defaulting to sysconfdir (matching previous behavior). This is needed to support (cleanly) NetBSD pkgsrc, which requires that example config files go in $(prefix)/share/examples/pkgname, rather than in $(prefix)/etc/pkgname.
* 2003-11-02 Paul Jakma <paul@dishone.st>paul2003-11-021-0/+277
| | | | * ChangeLog: Update with logs from last 2 releases.
* 2003-06-07 Paul Jakma <paul@dishone.st>paul2003-06-061-5/+0
| | | | | * Revert Cougar's sort interface names patch, causes problems with enabling of interfaces for OSPF in ospfd.
* Patch from Cougar - sort iflist by name.hasso2003-06-051-0/+5
|
* From: Hasso Tepper <hasso@estpak.ee>paul2003-04-131-0/+2
| | | | | | To: zebra@zebra.org Subject: [zebra 18648] [PATCH] Selforiginated Type-7 LSA's are not flushed from lsdb
* Author: amirpaul2003-04-131-0/+5
| | | | | | | | | | | | Date: 2003-04-10 14:32:31 +0200 (Thu, 10 Apr 2003) New Revision: 212 Modified: zebra-ag/trunk/ospfd/ospf_lsa.c Log: I've fixed a small opaque lsa bug which got triggered when deleting opaque lsa of type 11. It used area->ospf->.. when area was null. This was replaced by a ospf = ospf_lookyp(); ospf->...
* 2003-04-04 Paul Jakma <paul@dishone.st>paul2003-04-041-0/+9
| | | | | | | | | * Sync to Zebra CVS * Fix lib/thread.h leak * Fix small Opaque LSA leak * Do not configure OSPF interfaces for secondary addresses * vtysh fixes from Hasso * Dave Watson's missing ntohs fix
* 2003-03-25 Paul Jakma <paul@dishone.st>paul2003-03-251-0/+4
| | | | | | | | * sync to latest zebra CVS * spec file: updated and added define for ospf-api/client NB: OSPF-API has been broken by the zebra.org changes, which has added struct ospf * as a new arg to many functions
* Fix build for net-snmppaul2003-03-181-0/+8
|
* Sync to latest Zebra CVSpaul2003-02-071-0/+4
|
* small updatepaul2003-02-031-0/+4
|
* small change to changelogpaul2003-01-201-0/+4
|
* update changelogpaul2003-01-181-0/+12
|
* updatepaul2002-12-131-0/+1
|
* update changelogpaul2002-12-131-1/+7
|
* Michal Ludvig <michal@logix.cz>patch_z16525_kamepaul2002-12-131-3/+5
| | | | [zebra 16525] PATCH: Bugfixes for KAME systems
* changelog updatedpre-rfc2301paul2002-12-131-0/+4
|
* Added vtysh patch to allow 'write file' command to write eitherpatch_z15554_vtysh_writeconfpaul2002-12-131-0/+5
| | | | per-daemon and/or integrated config file
* Initial revisionpaul2002-12-131-0/+674