1 2005-11-24 Paul Jakma <paul.jakma@sun.com>
3 * ospf_apiclient.c: add static qualifier to relevant functions.
6 2005-04-20 Paul Jakma <paul@dishone.st>
8 * Makefile.am: Add @INCLUDES@ and srcdir to allow out-of-tree
11 2004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
13 * Makefile.am: Add libtool/shlib support.
15 2003-01-10 Ralph Keller <keller@tik.ee.ethz.ch>
18 2003-01-08 Ralph Keller <keller@tik.ee.ethz.ch>
19 * apiclient message passing bug resolved
20 * (proposed by Masahiko)
22 2002-10-09 Ralph Keller <keller@tik.ee.ethz.ch>
23 * Includes patch in OSPFd for ISM, NSM, neighbor
25 2002-09-16 Ralph Keller <keller@tik.ee.ethz.ch>
26 * Current patch vs. Zebra-0.93b
28 2002-08-22 Ralph Keller <keller@tik.ee.ethz.ch>
29 * Bugfix: LSA updates are now received only once even
30 * if multiple opaque types are registered
32 2002-08-06 Ralph Keller <keller@tik.ee.ethz.ch>
33 * Upgrade of OSPF API to Zebra-0.93a.
35 2002-06-13 Ralph Keller <keller@tik.ee.ethz.ch>
36 * Opaque LSA origination bug fixed by Masahiko.
37 * This code is based on 0.93-pre
39 2002-05-03 Ralph Keller <keller@tik.ee.ethz.ch>
40 * Upgrade to newest Zebra from CVS repository. ospf_flood_through
41 * function did not work after upgrade. Function
42 * ospf_apiserver_flood_opaque_lsa added. Also byte order problem
43 * with port numbers resolved.
45 2002-05-02 Ralph Keller <keller@tik.ee.ethz.ch>
47 * new autoconf and automake files, now called configure.in
48 * instead of configure.ac
50 2002-04-24 Ralph Keller <keller@tik.ee.ethz.ch>
52 * reverse channel now works (syncport and syncport+1)
53 * ospf_apiclient.c: standard includes removed (not needed)
54 * bzero replaced with memset
56 2002-04-18 Ralph Keller <keller@tik.ee.ethz.ch>
58 * 2-way phase connection setup
60 2002-04-05 Ralph Keller <keller@tik.ee.ethz.ch>
62 * Changes incorporated as proposed by Masahiko
64 2002-04-05 Ralph Keller <keller@tik.ee.ethz.ch>
66 * autoconf and automake-style Makefile
68 2002-04-04 Ralph Keller <keller@tik.ee.ethz.ch>
70 * 1st public release of OSPF API