Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Do not configure ospf for secondary prefixes. | paul | 2003-03-28 | 1 | -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>: | paul | 2003-03-28 | 1 | -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 build | paul | 2003-03-28 | 2 | -4/+2 | |
| | ||||||
* | Fix leak of an opaque-lsa scratch link-list | paul | 2003-03-28 | 1 | -0/+1 | |
| | ||||||
* | Remove redundant memset | paul | 2003-03-28 | 1 | -2/+0 | |
| | ||||||
* | Need to free the defunct funcname if we grab a thread from the unused list. | paul | 2003-03-27 | 1 | -1/+7 | |
| | ||||||
* | 2003-03-25 Paul Jakma <paul@dishone.st> | paul | 2003-03-25 | 38 | -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>: | paul | 2003-03-21 | 2 | -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. | paul | 2003-03-21 | 1 | -1/+6 | |
| | ||||||
* | Copied configure.in to configure.ac rather than other way around. | paul | 2003-03-19 | 2 | -2/+38 | |
| | | | | Restore Amir's netsnmp build fix. | |||||
* | Update configure.ac to match configure.in. | paul | 2003-03-18 | 1 | -19/+1 | |
| | | | | still perplexed why removing configure.in breaks certain autoconf sites. | |||||
* | Add new zebra-devel package | paul | 2003-03-18 | 1 | -2/+27 | |
| | ||||||
* | Fix build for net-snmp | paul | 2003-03-18 | 9 | -84/+160 | |
| | ||||||
* | Amir Guindehi <amir@datacore.ch> | paul | 2003-03-17 | 3 | -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. | paul | 2003-03-17 | 1 | -0/+827 | |
| | ||||||
* | Update auto files. | paul | 2003-03-17 | 16 | -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_api | paul | 2003-03-17 | 1 | -0/+14 | |
| | ||||||
* | Addition of OSPF-API - Amir Guindehi <nospam.amir@datacore.ch> | paul | 2003-03-17 | 15 | -0/+6002 | |
| | ||||||
* | configure.ac is redundant. | paul | 2003-03-17 | 1 | -818/+0 | |
| | | | | use configure.in | |||||
* | Fix memory leak in 'show thread cpu' command. | paul | 2003-03-12 | 1 | -1/+2 | |
| | ||||||
* | Updated vtysh_cmd's. Previously, this was only updated in rpm builds. | paul | 2003-03-02 | 6 | -11486/+11800 | |
| | ||||||
* | Add the interface node 'description' command. | paul | 2003-03-01 | 1 | -0/+7 | |
| | ||||||
* | Seperate out the contrib perl utils to a seperate package to avoid perl | paul | 2003-03-01 | 1 | -3/+19 | |
| | | | | dependencies in the main zebra package | |||||
* | Downgrade the ACPREREQ test. Chance our arm with allowing automake version | paul | 2003-03-01 | 1 | -1/+1 | |
| | | | | 2.52 | |||||
* | Sync to Zebra.org 20030301 | paul | 2003-03-01 | 8 | -1256/+1410 | |
| | ||||||
* | Initial revision | paul | 2003-03-01 | 1 | -0/+812 | |
| | ||||||
* | doh! small fix for previous fix to allow ospfd to compile. | paul | 2003-02-19 | 1 | -2/+2 | |
| | ||||||
* | 1. ospf_opaque_type10_lsa_term (area) - was being called after | paul | 2003-02-18 | 1 | -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_get | paul | 2003-02-18 | 1 | -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 files | paul | 2003-02-17 | 8 | -900/+1125 | |
| | ||||||
* | Fix debug statement in ospf_packet.c and merge error in ospf_lsa.c | paul | 2003-02-13 | 2 | -3/+1 | |
| | ||||||
* | Update auto* build files | paul | 2003-02-13 | 7 | -1124/+899 | |
| | ||||||
* | bump up version num in spec file | paul | 2003-02-13 | 1 | -2/+2 | |
| | ||||||
* | Sync to latest Zebra CVS | paul | 2003-02-07 | 2 | -0/+8 | |
| | ||||||
* | small update | paul | 2003-02-03 | 1 | -0/+4 | |
| | ||||||
* | Merge to zebra.org CVS 20030203 16:30GMT | paul | 2003-02-03 | 3 | -12/+12 | |
| | ||||||
* | Initial revision | paul | 2003-02-03 | 1 | -0/+221 | |
| | ||||||
* | Revert comment out of:patch_revert_debug_nssa_patch | paul | 2003-01-27 | 1 | -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 patch | paul | 2003-01-27 | 1 | -6/+0 | |
| | ||||||
* | Small fix (free integrate_sav) and addition of an ssh command.patch_vtysh_add_ssh_fix | paul | 2003-01-25 | 1 | -0/+12 | |
| | ||||||
* | Paul Jakma:patch_z17352_ptp_network_match | paul | 2003-01-25 | 2 | -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_pagesize | paul | 2003-01-23 | 1 | -1/+1 | |
| | | | | | (needed, eg, for Darwin). Kris Foster <kris@krweb.net> | |||||
* | Matthew Grant <grantma@anathoth.gen.nz>patch_z17290_portfix | paul | 2003-01-22 | 6 | -21/+65 | |
| | | | | | | [zebra 17290] [PATCHES] - Fixes for problems in 0.93b portfix patch | |||||
* | Matthew Grant <grantma@anathoth.gen.nz>patch_z17290_ifupstaticfix | paul | 2003-01-22 | 2 | -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_doc | paul | 2003-01-22 | 1 | -0/+16 | |
| | | | | | Christian Hammers <ch@westend.com> zebra 17336 and 17335 | |||||
* | small change to changelog | paul | 2003-01-20 | 1 | -0/+4 | |
| | ||||||
* | Update Spec file | paul | 2003-01-20 | 1 | -29/+27 | |
| | ||||||
* | Add work around for RFC3021 patch and its problem with certain IPv6 interfacesrfc3021-ipv6-fix | paul | 2003-01-19 | 1 | -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 changelog | paul | 2003-01-18 | 1 | -0/+12 | |
| | ||||||
* | Updated spec file | paul | 2003-01-18 | 1 | -51/+34 | |
| |