Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-31 | Fix make dist | paul | |
2003-03-28 | Add 'no description' command | paul | |
2003-03-28 | See http://bugzilla.dishone.st/show_bug.cgi?id=13 | paul | |
Fix from hasso tepper <hasso@linux.ee> | |||
2003-03-28 | Do not configure ospf for secondary prefixes. | paul | |
Preliminary fix to at least allow heartbeat to work with ospfd when Heartbeat failover address has same prefixlength as main address. | |||
2003-03-28 | Amir Guindehi <amir@datacore.ch>: | paul | |
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. | |||
2003-03-28 | Fix OSPFAPI build | paul | |
2003-03-28 | Fix leak of an opaque-lsa scratch link-list | paul | |
2003-03-28 | Remove redundant memset | paul | |
2003-03-27 | Need to free the defunct funcname if we grab a thread from the unused list. | paul | |
2003-03-25 | 2003-03-25 Paul Jakma <paul@dishone.st> | paul | |
* 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 | |||
2003-03-21 | Amir Guindehi <amir@datacore.ch>: | paul | |
Fix up build for OSPF-API (dependent on opaque-lsa) Add disable-ospfapi. Fix up net-snmp detection. | |||
2003-03-21 | Fix assert in ospf_api where interface is not configured in ospf. | paul | |
2003-03-19 | Copied configure.in to configure.ac rather than other way around. | paul | |
Restore Amir's netsnmp build fix. | |||
2003-03-18 | Update configure.ac to match configure.in. | paul | |
still perplexed why removing configure.in breaks certain autoconf sites. | |||
2003-03-18 | Add new zebra-devel package | paul | |
2003-03-18 | Fix build for net-snmp | paul | |
2003-03-17 | Amir Guindehi <amir@datacore.ch> | paul | |
-------------------------------- 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. | |||
2003-03-17 | Put configure.ac back. | paul | |
2003-03-17 | Update auto files. | paul | |
No doubt builds will now break for everyone. (works here - autoconf 2.13) | |||
2003-03-17 | Addition of OSPF-API - Amir Guindehi <amir@datacore.ch> | paul | |
2003-03-17 | Addition of OSPF-API - Amir Guindehi <nospam.amir@datacore.ch> | paul | |
2003-03-17 | configure.ac is redundant. | paul | |
use configure.in | |||
2003-03-12 | Fix memory leak in 'show thread cpu' command. | paul | |
2003-03-02 | Updated vtysh_cmd's. Previously, this was only updated in rpm builds. | paul | |
2003-03-01 | Add the interface node 'description' command. | paul | |
2003-03-01 | Seperate out the contrib perl utils to a seperate package to avoid perl | paul | |
dependencies in the main zebra package | |||
2003-03-01 | Downgrade the ACPREREQ test. Chance our arm with allowing automake version | paul | |
2.52 | |||
2003-03-01 | Sync to Zebra.org 20030301 | paul | |
2003-03-01 | Initial revision | paul | |
2003-02-19 | doh! small fix for previous fix to allow ospfd to compile. | paul | |
2003-02-18 | 1. ospf_opaque_type10_lsa_term (area) - was being called after | paul | |
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. | |||
2003-02-18 | fixes an assert which doesnt seem to take into account that route_node_get | paul | |
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). | |||
2003-02-17 | Revert to zebra.org automake files | paul | |
2003-02-13 | Fix debug statement in ospf_packet.c and merge error in ospf_lsa.c | paul | |
2003-02-13 | Update auto* build files | paul | |
2003-02-13 | bump up version num in spec file | paul | |
2003-02-07 | Sync to latest Zebra CVS | paul | |
2003-02-03 | small update | paul | |
2003-02-03 | Merge to zebra.org CVS 20030203 16:30GMT | paul | |
2003-02-03 | Initial revision | paul | |
2003-01-27 | Revert comment out of: | paul | |
if (ospf_debug_packet & OSPF_DEBUG_RECV) which was causing unconditional ospf_ip_header_dump (ibuf). (introduced with kevin millers patch) | |||
2003-01-27 | revert unchecked debug info generated by Kevin Miller's patch | paul | |
2003-01-25 | Small fix (free integrate_sav) and addition of an ssh command. | paul | |
2003-01-25 | Paul Jakma: | paul | |
[zebra 17352] ospf network matching (aka need for peer /32 for PtP) change behaviour of network <prefix> area N statement wrt to PtP. | |||
2003-01-23 | Replace _SC_PAGESIZE with the far more portable getpagesize(). | paul | |
(needed, eg, for Darwin). Kris Foster <kris@krweb.net> | |||
2003-01-22 | Matthew Grant <grantma@anathoth.gen.nz> | paul | |
[zebra 17290] [PATCHES] - Fixes for problems in 0.93b portfix patch | |||
2003-01-22 | Matthew Grant <grantma@anathoth.gen.nz> | paul | |
Subject: [zebra 17290] [PATCHES] - Fixes for problems in 0.93b Added ifupstaticfix | |||
2003-01-22 | Update for ospfd docs for 'compatible rfc1583' and 'abr-type'. | paul | |
Christian Hammers <ch@westend.com> zebra 17336 and 17335 | |||
2003-01-20 | small change to changelog | paul | |
2003-01-20 | Update Spec file | paul | |