summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Do not configure ospf for secondary prefixes.paul2003-03-281-0/+3
| | | | | Preliminary fix to at least allow heartbeat to work with ospfd when Heartbeat failover address has same prefixlength as main address.
* Amir Guindehi <amir@datacore.ch>:paul2003-03-281-7/+15
| | | | | | | | | | | | | | | I got it to compile. The problem was that major functions newly need a struct ospf *ospf as the first argument. I tried to take the nearest struct ospf *ospf around the function needing it, because i was not sure if all those pointers to struct ospf * all point to the same (global) struct ospf * which you also get when you call ospf_get(). I used area->ospf where I had the area, I used oi->ospf, where I had an interface, I used lsa->oi->ospf where I had an lsa and i used ospf_get() where I had nothing. I hope that's correct and works. We will see. It compiles now without errors. Daemon is tested and works. The opaque lsa part is not yet tested. I will do that as soon as srrd is ready.
* Fix OSPFAPI buildpaul2003-03-282-4/+2
|
* Fix leak of an opaque-lsa scratch link-listpaul2003-03-281-0/+1
|
* Remove redundant memsetpaul2003-03-281-2/+0
|
* Need to free the defunct funcname if we grab a thread from the unused list.paul2003-03-271-1/+7
|
* 2003-03-25 Paul Jakma <paul@dishone.st>paul2003-03-2538-18475/+22505
| | | | | | | | * 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
* Amir Guindehi <amir@datacore.ch>:paul2003-03-212-38/+59
| | | | | | Fix up build for OSPF-API (dependent on opaque-lsa) Add disable-ospfapi. Fix up net-snmp detection.
* Fix assert in ospf_api where interface is not configured in ospf.paul2003-03-211-1/+6
|
* Copied configure.in to configure.ac rather than other way around.paul2003-03-192-2/+38
| | | | Restore Amir's netsnmp build fix.
* Update configure.ac to match configure.in.paul2003-03-181-19/+1
| | | | still perplexed why removing configure.in breaks certain autoconf sites.
* Add new zebra-devel packagepaul2003-03-181-2/+27
|
* Fix build for net-snmppaul2003-03-189-84/+160
|
* Amir Guindehi <amir@datacore.ch>paul2003-03-173-9/+15
| | | | | | | | -------------------------------- I've attached a small patch for zebra-pj, which adds the installation of libospf.a libzebra.a, libospfapi.a and the needed headers for ospfapi clients. the headers get installed to /usr/include/ospfd/* and /usr/include/ospfapi.
* Put configure.ac back.paul2003-03-171-0/+827
|
* Update auto files.paul2003-03-1716-10745/+5352
| | | | No doubt builds will now break for everyone. (works here - autoconf 2.13)
* Addition of OSPF-API - Amir Guindehi <amir@datacore.ch>ospf_apipaul2003-03-171-0/+14
|
* Addition of OSPF-API - Amir Guindehi <nospam.amir@datacore.ch>paul2003-03-1715-0/+6002
|
* configure.ac is redundant.paul2003-03-171-818/+0
| | | | use configure.in
* Fix memory leak in 'show thread cpu' command.paul2003-03-121-1/+2
|
* Updated vtysh_cmd's. Previously, this was only updated in rpm builds.paul2003-03-026-11486/+11800
|
* Add the interface node 'description' command.paul2003-03-011-0/+7
|
* Seperate out the contrib perl utils to a seperate package to avoid perlpaul2003-03-011-3/+19
| | | | dependencies in the main zebra package
* Downgrade the ACPREREQ test. Chance our arm with allowing automake versionpaul2003-03-011-1/+1
| | | | 2.52
* Sync to Zebra.org 20030301paul2003-03-018-1256/+1410
|
* Initial revisionpaul2003-03-011-0/+812
|
* doh! small fix for previous fix to allow ospfd to compile.paul2003-02-191-2/+2
|
* 1. ospf_opaque_type10_lsa_term (area) - was being called afterpaul2003-02-181-4/+5
| | | | | | | | | | | | | | ospf_lsdb_free had been called. (efence caught this one). This bug is present in zebra.org CVS 2. It fixes my previous ospf_network_match_iface patch ([zebra 17352]) - i lost a couple of checks in ospf_network_run() by mistake. this patch isnt in zebra.org CVS, but it would be nice to have it once it works. This hopefully fixes the 'assert rn->info' problems people had with zebra-pj yesterday.
* fixes an assert which doesnt seem to take into account that route_node_getpaul2003-02-181-1/+4
| | | | | | | | may return an existing node. (if the code wants a /new/ node why not use route_node_set? if it doesnt mind - then the assert is wrong). this bug is in zebra.org CVS. (must be an extremely rare/unlikely bug though).
* Revert to zebra.org automake filespaul2003-02-178-900/+1125
|
* Fix debug statement in ospf_packet.c and merge error in ospf_lsa.cpaul2003-02-132-3/+1
|
* Update auto* build filespaul2003-02-137-1124/+899
|
* bump up version num in spec filepaul2003-02-131-2/+2
|
* Sync to latest Zebra CVSpaul2003-02-072-0/+8
|
* small updatepaul2003-02-031-0/+4
|
* Merge to zebra.org CVS 20030203 16:30GMTpaul2003-02-033-12/+12
|
* Initial revisionpaul2003-02-031-0/+221
|
* Revert comment out of:patch_revert_debug_nssa_patchpaul2003-01-271-4/+3
| | | | | | if (ospf_debug_packet & OSPF_DEBUG_RECV) which was causing unconditional ospf_ip_header_dump (ibuf). (introduced with kevin millers patch)
* revert unchecked debug info generated by Kevin Miller's patchpaul2003-01-271-6/+0
|
* Small fix (free integrate_sav) and addition of an ssh command.patch_vtysh_add_ssh_fixpaul2003-01-251-0/+12
|
* Paul Jakma:patch_z17352_ptp_network_matchpaul2003-01-252-12/+24
| | | | | [zebra 17352] ospf network matching (aka need for peer /32 for PtP) change behaviour of network <prefix> area N statement wrt to PtP.
* Replace _SC_PAGESIZE with the far more portable getpagesize().patch_vtysh_pagesizepaul2003-01-231-1/+1
| | | | | (needed, eg, for Darwin). Kris Foster <kris@krweb.net>
* Matthew Grant <grantma@anathoth.gen.nz>patch_z17290_portfixpaul2003-01-226-21/+65
| | | | | | [zebra 17290] [PATCHES] - Fixes for problems in 0.93b portfix patch
* Matthew Grant <grantma@anathoth.gen.nz>patch_z17290_ifupstaticfixpaul2003-01-222-5/+38
| | | | | | Subject: [zebra 17290] [PATCHES] - Fixes for problems in 0.93b Added ifupstaticfix
* Update for ospfd docs for 'compatible rfc1583' and 'abr-type'.patch_z17335_ospfd_docpaul2003-01-221-0/+16
| | | | | Christian Hammers <ch@westend.com> zebra 17336 and 17335
* small change to changelogpaul2003-01-201-0/+4
|
* Update Spec filepaul2003-01-201-29/+27
|
* Add work around for RFC3021 patch and its problem with certain IPv6 interfacesrfc3021-ipv6-fixpaul2003-01-191-1/+6
| | | | | | | | | addresses. It seems so far that netlink only ever returns IFA_ADDRESS for IPv6 interfaces and never IFA_LOCAL, regardless of whether it is PtP or not. Need to investigate precisely how IPv6 and netlink are supposed to behave wrt broadcast vs PtP links.
* update changelogpaul2003-01-181-0/+12
|
* Updated spec filepaul2003-01-181-51/+34
|