blob: d2c2428bc6b811b1b13e4e1b7918e3a8fef2465e [file] [log] [blame]
hasso8c903fb2004-03-17 20:39:18 +000012004-03-17 Jean-Yves Simon <lethalwp@tiscali.be>
2
3 * zebra/main.c, ripd/rip_main.c: Fix typos sigusr1 -> sigint,
4 bugzilla #82.
5
gdt5e4fa162004-03-16 14:38:36 +000062004-03-16 David Young <dyoung@pobox.com>
7
8 * (many) reference <lib/version.h> rather than "version.h",
9 because version.h is a generated file and not present in the
10 source tree when using objdir builds.
11
hassofa2b17e2004-03-04 17:45:00 +0000122004-03-03 PC Drew <pc@superiorcomm.net>
13
14 * lib/keychain.c: typecast time_t function to long, fixes compile
15 warning.
16 * lib/debug.c: wrapped function with ifdef HAVE_GLIBC_BACKTRACE fixes
17 compile warning when backtrace doesn't exist for that system.
18 * zebra/rtadv.c: for OpenBSD, added include statement for
19 netinet/icmp6.h
20 * zebra/zserv.c: added default case to switch statements, fixes compile
21 warning about certain NEXTHOP_TYPE enumeration values not being
22 handled.
23 * zebra/rt_socket.c: set *mask = NULL by default, fixes compile
24 warning, about mask possibly being used uninitialized.
25 * bgpd/bgp_nexthop.c: added default case to switch statements, fixes
26 compile warning about certain NEXTHOP_TYPE enumeration values not
27 being handled.
28 * ospfd/ospf_spf.c: typecast time_t to long, fixes compile warning.
29 * ospfd/ospf_route.c: typecast route_node->prefix to prefix_ipv4, fixes
30 compile warning.
31 * ospfd/ospf_route.c: typecast prefix_ipv4 to prefix, fixes compile
32 warning.
33 * ospfd/ospf_abr.c: typecast prefix to prefix_ipv4 in two instances,
34 fixes compile warning.
35 * vtysh/vtysh.c: fixed null pointer sentinel value when doing execl and
36 friends, fixes compile warning.
37 * ospf6d/ospf6_damp.c: typecast time_t to long in 4 instances, fixes
38 compile warning.
39 * ospf6d/ospf6_main.c: use MAXPATHLEN (if set) instead of 64 for the
40 _cwd array, fixes compile warning.
41
paul2d75d052004-01-19 21:31:15 +0000422004-01-19 Paul Jakma <paul@dishone.st>
43
44 * tests/test-sig.c: New file, regression test for sigevents.
45 * lib/Makefile.am: add sigevent.{c,h}
46 * (isis|rip|ripng|ospf|ospf6|bgp)d/\1_main.c: modify for sigevents.
47 * zebra/main.c: ditto.
48
paula27abaa2004-01-10 22:03:07 +0000492004-01-10 Paul Jakma <paul@dishone.st>
50
51 * Makefile.am: redhat/ is a dist subdir too.
52
jardina4d2a0d2004-01-10 20:42:35 +0000532004-01-10 Vincent Jardin <jardin@6wind.com>
54
55 * configure.ac: add the redhat/Makefile as a AC_OUTPUT() argument.
56 It fixes build on FreeBSD 5.1 and FreeBSD 4.7
57
paul00bc5602004-01-09 16:30:52 +0000582004-01-08 Paul Jakma <paul@dishone.st>
59
60 * Makefile.am: as per gdt, specify the redhat dir as a DIST_SUBDIR,
61 remove the redhat/... dist targets - instead these now go in..
62 redhat/Makefile.am: (new) proper place to describe redhat/ dist
63 files, as well as allow quagga.spec to be regenerated properly.
64 redhat/quagga.sysconfig: specify conf file location.
65 redhat/quagga.spec.in: Add 2 patches to RPM build.
66
paul41ad8782003-12-30 11:09:00 +0000672003-12-30 Paul Jakma <paul@dishone.st>
68
paul15d74e92003-12-30 11:16:21 +000069 * redhat/isisd.init: new file, init script for isisd.
70 redhat/quagga.sysconfig: new file, sysconfig file for quagga
71 initscripts.
72 redhat/quagga.spec.in: various cleanups, including sysconfig patch
73 from RH, fixed UID/GID as per RH EL, shell changed to
74 /sbin/nologin, daemon vty's listen to 127.1 only per default and
75 isisd packaged.
76 redhat/*.init: sysconfig support and runlevels specified.
77
782003-12-30 Paul Jakma <paul@dishone.st>
79
paul41ad8782003-12-30 11:09:00 +000080 * Makefile.am: put the redhat/ stuff into EXTRA_DIST rather than
81 copying via dist-hook. Remove ~ files backup cruft from dists.
82 isisd/Makefile.am: sysconf example should go via
83 dist_examples_DATA. The include-netbsd/ headers werent mentioned
84 as sources and werent being copied into dists.
85
jardin9e867fe2003-12-23 08:56:18 +0000862003-12-23 Vincent Jardin <jardin@6wind.com>
87
88 * isisd: Import isisd from Sampo Saaristo's source code.
89
gdtaa593d52003-12-22 20:15:53 +0000902003-12-22 Christian Hammers <ch@lathspell.de>
91
92 * configure.ac (and everywhere a regular file is opened for
93 writing): use file permissions from configure rather than
94 compiled-in umask.
95
hasso47ce02a2003-12-22 16:49:15 +0000962003-12-22 Hasso Tepper <hasso@estpak.ee>
97
98 * lib/linklist.c: Revert microfix I commited while reverting
99 [quagga-dev 227]. Caused by misreading code.
100
hassoe90fbab2003-12-21 09:51:42 +00001012003-12-21 Hasso Tepper <hasso@estpak.ee>
102
103 * lib/linklist.c: Revert patch [quagga-dev 227]. listnode_add_sort()
104 function should not drop nodes in any case. But fix behavior where
105 nodes were added to the end of list when cmp returned 0.
106 * lib/if.c: Check for duplicates before calling listnode_add_sort().
107
gdtaf273652003-12-08 18:12:34 +00001082003-12-08 Greg Troxel <gdt@fnord.ir.bbn.com>
109
110 * {lib,ospfd,ospfapi}/Makefile.am: Use pkginclude_HEADERS rather
111 than include_HEADERS to place includes in
112 ${prefix}/include/quaggainstead of polluting ${prefix}/include.
113
gdtc4f0efe2003-12-04 15:39:25 +00001142003-12-04 Greg Troxel <gdt@poblano.ir.bbn.com>
115
116 * configure.ac: When setting exampledir to sysconfdir as a
117 default, don't quote ${sysconfdir}. (Bug reported by Vincent
118 Jardin.)
119
gdtd6b72f72003-12-03 17:24:27 +00001202003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
121
gdtd2a0ccc2003-12-03 18:13:48 +0000122 * configure.ac: Compile in Router Advertisement support by
123 default. Note that this does not default to sending RAs; it just
124 makes 'ipv6 nd send-ra' and 'ipv6 nd prefix-advertisement'
125 available. While others may prefer other tools, no argument has
126 been made that router advertisement support is such bloat that it
127 should be compiled out by default (it 9556 bytes on NetBSD/i386 vs
128 8 bytes with the support compiled out). This reversion of a
129 previous change was done in consultation with Paul.
130
1312003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
132
gdtfa3232e2003-12-03 17:52:30 +0000133 * configure.ac: Move tests for v6 header files to after the check
134 for v6 code version, and conditionalize on the right variable.
135 (Fixes problem where v6 header files are not included when v6 is
136 enabled implicitly.)
gdtd2a0ccc2003-12-03 18:13:48 +0000137
gdtfa3232e2003-12-03 17:52:30 +00001382003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
139
gdtd6b72f72003-12-03 17:24:27 +0000140 * configure.ac: Add --enable-exampledir to specify where example
141 config files should go, defaulting to sysconfdir.
142
143 * */Makefile.am: use exampledir instead of sysconfdif for examples
144
paul62892882003-11-02 07:31:47 +00001452003-11-02 Paul Jakma <paul@dishone.st>
146
147 * bgpd/bgp_routemap.c: Fix up 'set ip next-hop A.B.C.D|peer-address'
148 route map command so that vtysh can use it. Modified version of
149 Hasso Tepper's patch. Fixes bug #52.
150 * configure.ac: FreeBSD has net-snmp in /usr/local.
151 * redhat/quagga.spec.in: Install libzebra headers with -devel
152 package.
153
1542003-11-02 Krzysztof Oledzki <oleq@ans.pl>
155
156 * zebra/zebra_rib.c: Revert patch (dating from zebra.org) which
157 caused zebra to read all routes in all tables, rather than just
158 the main table. See [quagga-dev 280].
159
1602003-10-30 Paul Jakma <paul@dishone.st>
161
162 * configure.ac: netinet/in_systm.h is yet another well-known
163 header file we really should be checking for
164
1652003-10-27 kamatchi soundaram <kamatchi@tdd.sj.nec.com>
166
167 * ospfd/ospfd.c: Do not increment act_int for an area, as it is done
168 by ospf_ism.c::ism_change_state() - results in incorrect figure
169 for active interfaces in an area.
170
1712003-10-27 Paul Jakma <paul@dishone.st>
172
173 * lib/if.{ch}: remove ifc_pointtopoint() - left over from the
174 reverted RFC3021 patch.
175
1762003-10-27 Simon <lists@routemeister.net>
177
178 * ospfd/ospfd.c: if_is_pointopoint() takes (struct interface *), was
179 being called with struct connected. Change to co->ifp.
180
1812003-10-27 Gilad Arnold <gilad.arnold@terayon.com>
182
183 * zebra/zebra_rib.c: (nexthop_active_update) Check for multipath
184 limit when setting changed flag to avoid spurious changes.
185 (static_install_ipv{4,6}) dont uninstall by default, might not be
186 required - avoid spurious uninstalls.
187 (static_uninstall_ipv{4,6}) only uninstall the route if its
188 actually FIB route.
189
1902003-10-24 sowmini.varadhan@sun.com
191
192 * ospfd/ospf_network.c: (ospf_sock_init) Exit if socket can not be
193 created.
194
1952003-10-24 Jose Luis Rubio Guivernau <jrubio@dit.upm.es>
196
197 * Better 'show bgp' support for views (eg ipv6), see [quagga-dev 238]
198 * bgpd/bgp_route.c: (bgp_show) Take a struct bgp argument instead of
199 view string.
200 (bgp_show_neighbor_route) Take a struct peer argument instead of
201 ip string.
202 (peer_adj_routes) ditto
203 (show_adj_routes) ditto
204 (peer_lookup_in_view) new function to return appropriate struct
205 peer for a given view string.
206 (misc) Fixup all calls to above to reflect new calling arguments,
207 and use peer_lookup_in_view as needed. Additional commands
208 installed to use expanded functionality above, existing commands
209 modified to suit as well.
210 * bgpd/bgp_vty.c: 2 new aliases.
211
2122003-10-24 Paul Jakma <paul@dishone.st>
213
214 * configure.ac: Check for fcntl()
215 * {bgpd,ospf,ospf6d,ripd,ripngd}/Makefile.am: Install conf file via
216 regular automake means, not magic install incantations, see
217 bug #38.
218 * lib/Makefile.am: install the headers, needed to link libzebra.a
219 (and hence libospf.a, OSPF-API, etc.)
220
2212003-10-24 waldi@debian.org
222
223 * vtysh/Makefile.am: vtysh_cmd.c rebuild was broken because it
224 depended against source files without specification, i.e. it
225 used ../zebra instead of $(top_srcdir)/zebra.
226
2272003-10-23 Paul Jakma <paul@dishone.st>
228
229 * configure.ac: IRIX configure.ac support. Sort of works.
230 sysctl() crashes though (ipforward), there's some kind of odd
231 padding in the PF_ROUTE socket messages and setsockopt() on
232 SOCK_RAW does not work (so ospfd doesnt work).
233
2342003-10-22 Paul Jakma <paul@dishone.st>
235
236 * vtysh/Makefile.am: do not include vtysh_cmd.c in dists, its
237 configure dependent. (still need to find a way to make building of
238 it dependent on configure options or include all commands.)
239
2402003-10-22 Paul Jakma <paul@dishone.st>
241
242 * lib/zebra.h: include limits.h if its there, its a portable header
243 and useful and not just solaris specific. net/route.h is also
244 useful.
245
2462003-10-22 Paul Jakma <paul@dishone.st>
247
248 * lib/regex.c: bzero -> memset
249 * zebra/ioctl.c: ditto. bzero is not portable.
250
2512003-10-22 Paul Jakma <paul@dishone.st>
252
253 * zebra/kernel_socket.c: HAVE_IPV6 conditional for WRAPUP when
254 HAVE_SA_LEN is not defined. bcopy -> memcpy, bcopy is not
255 portable.
256
2572003-10-22 Paul Jakma <paul@dishone.st>
258
259 * configure.ac: Split up header checks into non-net, net and ipv6
260 related. Checking of IPv6 is conditional. Add some more output
261 text for the end of the configure run.
262
2632003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
264
265 * bgpd/bgp_attr.c: (bgp_dump_routes_attr) Dont dump IPv4 nexthop
266 for IP. Dump MP_NLRI attr with IPv6 next-hop for AF_INET6 address
267 family prefixes. Accept prefix as argument.
268 * bgpd/bgp_attr.c: modify bgp_dump_routes_attr declaration.
269 * bgpd/bgp_dump.c: (bgp_dump_routes_entry) Modify calls to
270 bgp_dump_routes_attr.
271 (bgp_dump_common) Go by the family of the peering socket, not
272 configured address family when dumping peering information.
273 Add HAVE_IPV6 conditionals, eg missing from previous bgp interval
274 patch.
275
2762003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
277
278 * bgpd/bgp_dump.{c,h}: (bgp_dump_interval_add) Dump at discrete
279 fixed intervals rather than fixed intervals from startup time.
280 (bgp_dump_interval_func) Dont return immediately if file cant be
281 openeded, but reschedule interval dumps, even - admin might
282 fix problem in meantime. Close the dump file in between intervals.
283 (bgp_dump_init) account for MSG header when initialising stream
284 size.
285
2862003-10-15 Paul Jakma <paul@dishone.st>
287
288 * ospfd/ospf_interface: (ospf_if_lookup_table) new function to
289 lookup oi for a given prefix in a given interfaces table of oi's.
290 (ospf_if_new) use ospf_if_lookup_table to deal with zebra
291 reporting new interface multiple times.
292 NB: This patch is a complete plaster-band of a hack. First, why is
293 zebra reporting interface events multiple times? Second, why does
294 ospfd maintain so many damn lists and tables relating to oi's -
295 these should be reconciled into one or two tables.
296
2972003-10-15 sowmini.varadhan@sun.com
298
299 * ripd/ripd.c: (rip_send_packet) use rip->sock for mcast sends,
300 instead of creating one socket per send. send source addr to
301 rip_update_interface.
302 (rip_update_process) should send an update on every connected
303 network for each interface.
304 (rip_request_send) should send a request on every connected
305 network for each interface.
306 * ripd/ripd.h: update prototype for rip_interface_multicast_set
307 * ripd/rip_interface.c: (rip_interface_multicast_set) reorganized
308 so that it can be called repeatedly for aliased interfaces (on
309 multiple networks).
310
3112003-10-15 Jay Fenlason <fenlason@redhat.com>
312
313 * lib/vty.c: (vty_telnet_option) Remote DoS exists if a telnet
314 end-sub-negotation is sent when no sub-negotation data has been
315 sent. Return immediately if no sub-negotation is in progress.
316 (vty_read) do not attempt to process options if no sub-negotation
317 is in progress.
318
3192003-10-15 Paul Jakma <paul@dishone.st>
320
321 * lib/vty.c: (vty_save_cwd) dont crash if getcwd fails. try fallback
322 to SYSCONFDIR. Allocate cwd from the stack rather than relying on
323 (non-portable) getcwd() allocation (which we didnt seem to be
324 freeing).
325
3262003-10-13 Jay Fenlason <fenlason@redhat.com>
327
328 * lib/zebra.h: define UINT32_MAX for those systems which do not
329 provide it.
330 * bgp_attr.h: define BGP_MED_MAX.
331 * bgp_route.c: update defines/constants to BGP_MED_MAX.
332 * bgp_routemap.c: ditto. clean up route_match_metric_compile
333 slightly to avoid unneccesary XMALLOC.
334
3352003-10-13 sowmini.varadhan@sun.com
336
337 * ospf_lsa.h: Add OSPF_LSA_PREMATURE_AGE flag.
338 * ospf_lsa.c: added better debug comments. check sequence number in
339 ospf_lsa_install. ospf_maxage_lsa_remover() checks for
340 OSPF_LSA_PREMATURE_AGE and re-originates the lsa after ls_acks are
341 received.
342 * ospf_flood.c: improve debug statement- print ls_seqnum.
343
3442003-10-13 Douglas Fraser <doug+quagga@idmf.net>
345
346 * zebra/connected.c: PtP revert fixup. Zebra was not creating
347 connected route for PtP peer.
348
3492003-10-07 Tarhon-Onu Victor <mituc@iasi.rdsnet.ro>
350
351 * zebra/ipforward_proc.c: (ipforward) Close the fd for
352 /proc/net/snmp. See [quagga-dev 284]
353
3542003-09-29 Gilad Arnold <gilad.arnold@terayon.com>
355
356 * zebra/zebra_rib.c: Fix possible dangling reference to rib
357 route_nodes - unlock it the appropriate number of times. (twice,
358 because of the implicit lock). see [quagga-dev 251].
359
3602003-09-29 Paul Jakma <paul@dishone.st>
361
362 * zebra/connected.c: revert the 'generic PtP' patch as it causes
363 far too many problems. People who use FreeSWAN should investigate
364 native linux ipsec.
365 * zebra/rt_netlink.c: ditto
366 * lib/if.c: ditto
367 * ripd/ripd.h: ditto
368 * ripd/ripd.c: ditto
369 * ripd/rip_interface.c: ditto
370 * ospfd/ospfd.c: ditto
371 * ospfd/ospf_snmp.c: ditto
372 * bgpd/bgp_nexthop.c: ditto
373 * ospfd/ospf_packet.c: Add debug output for some of the previously
374 completely silent drops of 'bad' packets.
375 * configure.ac: bump version
376
3772003-08-27 Jay Fenlason <fenlason@redhat.com>
378
379 * lib/Makefile.am: Do not use a lib (libcap) as a dependency
380 * zebra/Makefile.am: Link in libcap
381 * bgpd/bgp_routemap.c: attr->med is type u_in32_t, should be
382 compared with UINT32_MAX
383 * ospfd/ospfd.c: remove redundant assert
384 * zebra/rtadv.c: add missing include for zebra/rib.h
385
3862003-09-24 Paul Jakma <paul@dishone.st>
387
388 * lib/version.h: moved to version.h.in
389 * lib/version.h.in: New file, from version.h. Change hardcoded
390 package name and version to use the autoconf defined substition
391 variables.
392 * configure.ac: Fix up AC/AM_INIT* to new style. Remove the sed'ing
393 through lib/version.h for VERSION. Add lib/version.h to the
394 AC_OUTPUT list. Update the text output of quagga version at end
395 of configure run to use PACKAGE_VERSION.
396 * doc/.cvsignore: ignore quagga.pdf
397 * doc/.cvsignore: ignore version.h, its now autogenerated.
398
3992003-09-24 sowmini.varadhan@sun.com
400
401 * lib/if.c: (if_cmp_func) fix infinite loop if
402 ifp1->name == ifp2->name
403 * lib/linklist.c: (if_cmp_func) Fix handling of case where
404 list->cmp returns 0.
405 * rip_interface.c: (rip_interface_address_add) call
406 rip_enable_apply(), or the interface is never considered up.
407 see [quagga-dev 225].
408 * zebra/kernel_socket.c: Fix up WRAPUP macro to deal with multiple
409 address families in the absence of sa_len element in struct
410 sockaddr.
411 (ifm_read): Handle solaris 9 if_msghdr_t.
412 Deal with interfaces which are incomplete, lookup on name rather
413 than the placeholder interface index of -1.
414
4152003-09-24 Thomas Giger TGC <thomas.giger@tgc.de>
416
417 * ospf_packet.c (ospf_associate_packet_vl): pass NULL struct
418 interface to ospf_if_lookup_by_local_addr() rather than the
419 receiving interface ifp, packets for VL's could come in any
420 interface. See quagga-dev 250.
421
paule05fba42003-04-13 20:20:53 +00004222003-04-13 Paul Jakma <paul@dishone.st>
423
424 * Amir: Opaque LSA bug fix for deletion of Type11's
425 * configure.ac: use --localstatedir for Unix sockets
paul645878f2003-04-13 21:42:11 +0000426 * Hasso Tepper: When flushing as-ext LSAs flush associated NSSA
427 LSAs.
paule05fba42003-04-13 20:20:53 +0000428
paul020709f2003-04-04 02:44:16 +00004292003-04-04 Paul Jakma <paul@dishone.st>
430
431 * Sync to Zebra CVS
432 * Fix lib/thread.h leak
433 * Fix small Opaque LSA leak
434 * Do not configure OSPF interfaces for secondary addresses
435 * vtysh fixes from Hasso
436 * Dave Watson's missing ntohs fix
437
paul68980082003-03-25 05:07:42 +00004382003-03-25 Paul Jakma <paul@dishone.st>
439
440 * Sync to Zebra CVS
441
paul07661cb2003-03-18 00:03:05 +00004422003-03-17 Amir Guindehi <amir@datacore.ch>
443
444 * Extended SNMP checks in configure.ac so that net-snmp works
445
4462003-03-17 Amir Guindehi <amir@datacore.ch>
447 Ralph Keller <keller@tik.ee.ethz.ch>
448 * merge OSPF-API
449
paul13766da2003-02-07 14:46:23 +00004502003-02-07 Paul Jakma <paul@dishone.st>
451
452 * Sync to zebra CVS
453
paul420df432003-02-03 20:30:39 +00004542003-02-03 Paul Jakma <paul@dishone.st>
455
456 * Sync to zebra CVS
457
paulae936ae2003-01-20 04:58:21 +00004582003-01-19 Paul Jakma <paul@dishone.st>
459
460 * Temporary fix for Generic PtP wrt to IPv6
461
paul9a668002003-01-18 23:11:44 +00004622003-01-17 Paul Jakma <paul@dishone.st>
463
464 * Sync up to latest zebra.org CVS
465 * [zebra 16823] Bugfix and new feature in Opaque-LSA handling
466 Masahiko Endo <endo@suri.co.jp>
467 * [zebra 16824] [PATCH] nsm_kill_neighbor
468 Masahiko Endo <endo@suri.co.jp>
469 * [zebra 17217] [PATCH] show thread CPU
470 Yon Uriarte <havanna_moon@gmx.net>
471 * [zebra 17218] Re: [PATCH] CLI extensions.
472 Yon Uriarte <havanna_moon@gmx.net>
473
paul4fc01e62002-12-13 20:49:00 +00004742002-12-13 Paul Jakma <paul@dishone.st>
475
476 * added support for vtysh 'write file' command to
paul0efa4d52002-12-13 21:55:43 +0000477 write either per-daamon and/or integrated file
paulab836aa2002-12-13 21:19:02 +0000478 * ospfd md5 buffer copying fix (Greg Troxel)
paul8bd9c712002-12-13 21:05:16 +0000479 * ospfd md5 sequence number derived from time()
paulab836aa2002-12-13 21:19:02 +0000480 * RIPv1 fixes and improvements (John Hay)
481 * link state detection (linux) ([zebra 12269])
482 * Generic PtP and RFC3021 interface addressing support
483 (Frank van Maarseveen)
paul0efa4d52002-12-13 21:55:43 +0000484 * Michal Ludvig <michal@logix.cz>:
485 [zebra 16525] PATCH: Bugfixes for KAME systems
486 * Kevin C Miller <kevinm@andrew.cmu.edu>
487 [zebra 16681] OSPF NSSA Patches
488 * Yon Uriarte <havanna_moon@gmx.net>
489 [zebra 16671] [PATCH] CLI extensions
paula8959012002-12-13 21:59:26 +0000490 * Masahiko Endo: [zebra 15475] - MPLS-TE docs
paul4fc01e62002-12-13 20:49:00 +0000491
paul718e3742002-12-13 20:15:29 +00004922002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
493
494 * zebra-0.93 released.
495
4962002-06-28 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
497
498 * update-autotools: Change file name from update-auto-tools.sh.
499
5002002-06-21 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
501
502 * update-auto-tools.sh: Add a new script to clean up build
503 environment.
504
5052002-06-18 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
506
507 * Shift to the latest build environment autoconf-2.53 and
508 automake-1.6.2.
509
5102001-10-22 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
511
512 * Integrate Glen Turner <glen.turner@aarnet.edu.au>'s pid option.
513
5142001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
515
516 * zebra-0.92a released.
517
5182001-08-19 "Peter Galbavy" <peter.galbavy@knowtion.net>
519
520 * configure.in: SNMP library check problem fix when the library is
521 installed under /usr/local/lib.
522
5232001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
524
525 * zebra-0.92 released.
526
5272001-04-22 Kunihiro Ishiguro <kunihiro@zebra.org>
528
529 * configure.in (LIBPAM): Use ZEBRA_AC_C_BIGENDIAN to avoid a
530 warning.
531 (IF_METHOD): Use test -r instead of AC_CHECK_FILE to avoid
532 warnings.
533
534 * config.guess: Update to 2000-11-10 version.
535
5362001-04-11 Kunihiro Ishiguro <kunihiro@zebra.org>
537
538 * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER to
539 detect in_pktinfo structure. Suggested by: Vlad Lungu
540 <vlad@rls.roknet.ro>.
541
5422001-03-07 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
543
544 * configure.in: Add check for structure in_pktinfo.
545
5462001-02-07 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
547
548 * configure.in (USE_PAM): Fix PAM library detection code.
549
5502001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
551
552 * zebra-0.91 is released.
553
5542001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
555
556 * configure.in: Remove guile related definition.
557
5582001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
559
560 * configure.in (ac_cv_htonl_works): HAVE_REPAIRABLE_HTONL is
561 removed. htonl should work fine on any platform.
562
5632001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
564
565 * configure.in: Remove --enable-oldrib option.
566
567 * acconfig.h: OLD_RIB definition is removed.
568
569 * zebra-0.90 is released.
570
571 * configure.in (LIBS): Add check for sun_len field in struct
572 sun_len.
573
5742001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
575
576 * Makefile.am: Include init/redhat files to distribution.
577
5782001-01-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
579
580 * configure.in: check libm.a for BGPd compile error.
581 AC_CHECK_LIB(m, main) was added.
582
5832000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
584
585 * configure.in: --enable-unixdomain becomes default. Add
586 --enable-tcp-zebra for TCP/IP communication between protocol
587 daemon and zebra.
588
589 * COPYING.LIB: Added for lib/getopt.c, lib/getopt.h,
590 lib/getopt1.c, lib/md5-gnu.h, lib/md5.c, lib/regex-gnu.h,
591 lib/regex.c.
592
593 * Makefile.am (dist-hook): Include tools/*.cgi to distribution.
594
5952000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
596
597 * configure.in (MULTIPATH_NUM): --enable-multipath=ARG specify
598 multipath number. ARG must be digit.
599
6002000-12-11 Kunihiro Ishiguro <kunihiro@zebra.org>
601
602 * configure.in: Add --enable-newrib for test new RIB code.
603
6042000-11-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
605
606 * configure.in, config.h.in: Add check for libutil.h and
607 setproctitle().
608
6092000-10-26 Kunihiro Ishiguro <kunihiro@zebra.org>
610
611 * configure.in: Add --enable-nssa for OSPF NSSA option.
612
613 * acconfig.h: Define HAVE_NSSA.
614
6152000-10-25 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
616
617 * configure.in: pam_misc is only linked when the platform is
618 GNU/Linux.
619
6202000-10-24 Arkadiusz Miskiewicz <misiek@pld.org.pl>
621
622 * configure.in (LIBS): Add check for crypto library. test x`ls
623 ${ac_snmp}` is replaced with sipmle test -f.
624
6252000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
626
627 * configure.in: Add --enable-unixdomain option. This will be
628 default behavior in zebra-0.90.
629
6302000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
631
632 * zebra-0.89 is released.
633
6342000-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
635
636 * configure.in: Add check for Intel CPU for Solaris on x86 check.
637
6382000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
639
640 * configure.in: Add check for getifaddrs().
641 Set AM_INIT_AUTOMAKE version to 0.89.
642
6432000-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
644
645 * config.guess: Update to the latest version.
646
647 * config.sub: Likewise
648
6492000-09-14 David Lipovkov <dlipovkov@OpticalAccess.com>
650
651 * REPORTING-BUGS: New file is added.
652
6532000-08-27 itojun@iijlab.net
654
655 * configure.in: Add ncurses library check when --enable-vtysh is
656 specified.
657
6582000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
659
660 * configure.in: Add check for readline/history.h.
661
662 * acconfig.h: Remove pthread related variables.
663
664 * configure.in: Add --with-libpam option for vtysh PAM
665 authentication. Remove --disable-pthread because we don't support
666 pthread.
667
6682000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
669
670 * zebra-0.88 is released.
671
672 * configure.in: Add Solaris -lcurses for vtysh.
673
6742000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
675
676 * configure.in: Add check for ncurses for compiling on Solaris.
677
6782000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
679
680 * configure.in: Add check for libreadline when --enable-vtysh is
681 specified.
682
6832000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
684
685 * configure.in: Add AC_DEFINE(OPEN_BSD). When OS is OpenBSD
686 interface method is if_ioctl.o
687
6882000-07-09 Chris Dunlop <chris@onthe.net.au>
689
690 * acconfig.h: Add HAVE_BROKEN_ALIASES.
691
692 * configure.in: Add --enable-broken-aliases.
693
6942000-06-12 Kunihiro Ishiguro <kunihiro@zebra.org>
695
696 * Set version to zebra-0.87.
697
6982000-06-05 Kunihiro Ishiguro <kunihiro@zebra.org>
699
700 * configure.in: Remove --enable-mpls-vpn. Now MPLS-VPN support is
701 default.
702
703 * Set version to zebra-0.87-pre
704
705 * Makefile.am: Likewise.
706
7072000-04-27 Kunihiro Ishiguro <kunihiro@zebra.org>
708
709 * Set version to 0.86.
710
7112000-03-21 Kunihiro Ishiguro <kunihiro@zebra.org>
712
713 * Set version to 0.85b for ospfd test.
714
7152000-03-20 Kunihiro Ishiguro <kunihiro@zebra.org>
716
717 * Set version to 0.85a for ospfd test.
718
7192000-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
720
721 * Set version to 0.85.
722
7232000-01-26 Kunihiro Ishiguro <kunihiro@zebra.org>
724
725 * Makefile.in: Regenerated by patched automake for fixing "make
726 clean" problem on FreeBSD.
727
7281999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
729
730 * Set version to 0.83a. This is for *BSD static route lookup
731 problem.
732
7331999-12-06 Kunihiro Ishiguro <kunihiro@zebra.org>
734
735 * Set version to 0.83.
736
7371999-11-29 Kunihiro Ishiguro <kunihiro@zebra.org>
738
739 * Set version to 0.82.
740
7411999-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
742
743 * aczebra.m4: New file added.
744
7451999-11-21 Michael Handler <handler@sub-rosa.com>
746
747 * configure.in (LIBS): Add sa_len check of sockaddr.
748
749 * acconfig.h: Add HAVE_SA_LEN.
750
7511999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
752
753 * version.h: Update version to zebra-0.81b for bgpd test.
754
7551999-11-09 Kunihiro Ishiguro <kunihiro@zebra.org>
756
757 * configure.in: Add --enable-mbgp.
758
7591999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
760
761 * Makefile.am (EXTRA_DIST): Add TODO to the distribution.
762
7631999-11-04 Kunihiro Ishiguro <kunihiro@zebra.org>
764
765 * TODO: New file is added.
766
7671999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
768
769 * version.h: Update version to zebra-0.81a for ospfd test.
770
7711999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org>
772
773 * configure.in: New option --enable-snmp is added.
774
7751999-10-24 Kunihiro Ishiguro <kunihiro@zebra.org>
776
777 * version.h: Update version to zebra-0.80.
778
7791999-10-21 Kunihiro Ishiguro <kunihiro@zebra.org>
780
781 * version.h: Update version to zebra-0.80-pre3
782
7831999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
784
785 * configure.in (LIBS): SNMP check is done by ucd-snmp/asn1.h.
786
7871999-10-10 Peter Galbavy <Peter.Galbavy@knowledge.com>
788
789 * configure.in: Add support of OpenBSD.
790
7911999-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
792
793 * version.h: Update version to zebra-0.80-pre2.
794
7951999-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
796
797 * version.h: Update version to zebra-0.80-pre. From this version,
798 access-list and prefix-list's name space is divided into IPv4 and
799 IPv6.
800
8011999-09-17 Kunihiro Ishiguro <kunihiro@zebra.org>
802
803 * version.h: For test recent fixes Set version to zebra-0.79a.
804
8051999-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
806
807 * version.h: zebra-0.79 is out.
808
8091999-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
810
811 * version.h: For ospfd's virtual link test. Set version to 0.78h.
812
8131999-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
814
815 * version.h: For ospfd test. Set version to 0.78g.
816
8171999-09-05 Kunihiro Ishiguro <kunihiro@zebra.org>
818
819 * version.h: For internal test of ospfd. Set version to 0.78f.
820
8211999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
822
823 * version.h: To test ospfd's fix, set version to 0.78e.
824
8251999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
826
827 * version.h: To test ospfd's area related bug fix, set version
828 to 0.78d.
829
8301999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
831
832 * version.h: To test ospfd, set version to 0.78c.
833
8341999-08-31 Janos Farkas <chexum@shadow.banki.hu>
835
836 * Many misspelling correction.
837
8381999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
839
840 * version.h: To test ospfd, set version to 0.78b.
841
8421999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
843
844 * configure.in (LIBS): Add UCD-SNMP include path check.
845
8461999-08-31 Lars Fenneberg <lf@elemental.net>
847
848 * configure.in: The logic which detects the UCD-SNMP library
849 should first check in the default system locations for the library
850 and then in /usr/local.
851
8521999-08-27 itojun@iijlab.net
853
854 * configure.in (LIBS): Fix problem about libsnmp.a check.
855
8561999-08-26 kay <kay@v6.access.co.jp>
857
858 * configure.in (CFLAGS): Add <sys/socket.h> to check socklen_t.
859
8601999-08-24 VOP <vop@unity.net>
861
862 * filter.c: Include "sockunion.h".
863 plist.c: Likewise.
864 table.c: Likewise.
865
8661999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
867
868 * configure.in: Add netinet6/in6.h check.
869
8701999-08-21 Masaki Minami <masaki@minami.org>
871
872 * BSD/OS 4.0 porting.
873
8741999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
875
876 * configure.in: Add --enable-netlink option to force to use Linux
877 netlink interface.
878 (CFLAGS): Add ucd-snmp library check.
879
880 * acconfig.h: If socklen_t is not defined, typedef int to
881 socklen_t.
882
8831999-08-15 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
884
885 * configure.in: When --enable-ipv6 specified, then only kernel
886 version is checked.
887
8881999-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
889
890 * configure.in: Add GNU libc 2.1 check.
891
8921999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
893
894 * configure.in: Fix privious Linux IPv6 check changes.
895
8961999-08-02 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
897
898 * configure.in: Improve Linux IPv6 feature check.
899
9001999-07-29 Rick Payne <rickp@rossfell.co.uk>
901
902 * Changed route-maps to behave in a more cisco-like fashion
903
9041999-07-27 Gerhard Poul <gpoul@gnu.org>
905
906 * SERVICES: New file added.
907
9081999-07-12 itojun@iijlab.net
909
910 * configure.in: Add check for getaddrinfo. Improve Kame related
911 library check.
912
9131999-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
914
915 * configure.in, acconfig.h: Add check for FreeBSD 3.2.
916
9171999-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
918
919 * configure.in: Delete check for netinet/ip6.h.
920
9211999-06-30 Gerhard Poul <gpoul@gnu.org>
922
923 * README: remixed the old files and added some new parts.
924 moved some INSTALL stuff into INSTALL file.
925 moved some other stuff to doc/zebra.texi
926
9271999-06-29 Kunihiro Ishiguro <kunihiro@zebra.org>
928
929 * configure.in (LIBS): Add libresolv check.
930 Change --enabe-all-in-one option to --enable-one-vty.
931
9321999-06-20 Kunihiro Ishiguro <kunihiro@zebra.org>
933
934 * configure.in: Add --enabe-all-in-one option.
935
9361999-06-16 Kunihiro Ishiguro <kunihiro@zebra.org>
937
938 * configure.in: Add socklen_t check.
939
9401999-06-16 Gerhard Poul <gpoul@gnu.org>
941
942 * Many compile warnings fixed.
943
9441999-05-31 Kunihiro Ishiguro <kunihiro@zebra.org>
945
946 * configure.in: Change message from Linux 2.2.X IPv6 to Linux IPv6.
947 OpenBSD (NRL) check is enabled.
948
9491999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
950
951 * configure.in (LIBS): Add crypt library check.
952
9531999-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
954
955 * configure.in: Add sin6_scope_id in struct sockaddr_in6 check.
956
9571999-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
958
959 * Set version to 0.63 for first beta package.
960
9611999-04-15 Kunihiro Ishiguro <kunihiro@zebra.org>
962
963 * guile.m4: Added from guile package.
964
9651999-04-14 Kunihiro Ishiguro <kunihiro@zebra.org>
966
967 * Set version to 0.60 for beta package preparation.
968
9691999-04-12 Kunihiro Ishiguro <kunihiro@zebra.org>
970
971 * Makefile.am: Add noninst_LIBRARIES each directory's Makefile.am.
972 This change is for linking these libraries to guile.
973
9741999-04-08 Kunihiro Ishiguro <kunihiro@zebra.org>
975
976 * configure.in (LIBS): Add struct rt_addrinfo check.
977
9781999-04-07 Kunihiro Ishiguro <kunihiro@zebra.org>
979
980 * configure.in: AC_STDC_HEADERS added.
981
9821999-03-29 Kunihiro Ishiguro <kunihiro@zebra.org>
983
984 * Add dependencies to each directory's Makefile.am.
985
9861999-03-02 Peter Galbavy <Peter.Galbavy@knowledge.com>
987
988 * reworked include file structure, and configure so that all
989 source files get all system-dependent include files by including
990 <zebra.h> which is really lib/zebra.h. This means that the
991 different programs include files are now available as #include
992 "zebra/zebra.h" - note the use of quotes, not <> as delimiters.
993
994 In practical terms, if I haven't really screwed up, the main file
995 that maintainers for other OSes have to change is lib/zebra.h for
996 all the conditional includes etc.
997
998 * added --disable-pthread for those systems that seem to have
999 POSIX threads, but do not work. OpenBSD 2.4+ is like that just
1000 now. Changed all occurance of #ifdef PTHREAD to use HAVE_PTHREAD
1001 instead.
1002
10031999-02-24 <kunihiro@zebra.org>
1004
1005 * configure.in: update to AC_PREREQ(1.13).
1006 Change message from Linux 2.1.x to Linux 2.2.x.
1007 * Added ospf6d directory support.
1008
10091999-02-22 Peter Galbavy <Peter.Galbavy@knowledge.com>
1010
1011 * added a "log" element to the BGPd peer structure, enabling us to
1012 start thinging about a log stream per peer. This is currently
1013 ignored by the wrapper code, but developers should try to use the
1014 "appropriate" ZLOG stream. Documentation will follow, when the
1015 real routines start to exist.
1016
1017 The current plan is to use a copy of the BSD syslog() routines and
1018 replace the syslog library function with our own. I will need
1019 feedback from users of other platforms as this work is done to see
1020 if all is well elsewhere.
1021
1022 * preliminary work on zlog() library. directly replaces syslog()
1023 currently with zlog(ZLOG *, ...) where the new first argument
1024 is a pointer to a ZLOG structure (defined in lib/log.h) and will
1025 encapsulate all the information necessary to maintain multiple
1026 logging streams.
1027
10281999-02-19 Peter Galbavy <Peter.Galbavy@knowledge.com>
1029
1030 * added vsnprintf() macro to lib/str.h if required and removed
1031 #ifdef SUNOS_5 dependency on it
1032
10331999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1034
1035 * syslog support added
1036
10371999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1038
1039 * configure.in: Add daemon function check.
1040
10411999-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1042
1043 * configure.in: Add --disable-ipv6, --disable-zebra,
1044 --disable-bgpd, --disable-ripd, --disable-ripngd, --disable-ospfd
1045 options to configure.
1046
10471998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1048
1049 * configure.in: Check /usr/inet6/lib/libinet6.a exists or not.
1050
10511998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1052
1053 * configure.in: Comment out FreeBSD's libc_r detect section. At
1054 this moment it doesn't work correctly with zebra.
1055
1056 Netlink interface is only enabled when Linux kernel version is
1057 upper than 2.1.0.
1058
10591998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1060
1061 * Hydrangea is now called KAME, so change all defines.
1062
10631998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1064
1065 * configure.in: ifaliasreq check added.
1066
10671998-08-12 Katsuhiro Kondou <kondou@nec.co.jp>
1068
1069 * Patch is applied for compile under EWS4800
1070
10711998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1072
1073 * configure.in: delete old mtu_method check.
1074
1075 * doc/zebra.texi (Kernel interface): chapter `Kernel interface' added
1076
10771998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1078
1079 * configure.in: add new netlink check for GNU/Linux
1080
10811998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1082
1083 * doc/zebra.texi: Update Linux netlink chapter.
1084
10851998-05-18 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1086
1087 * config.h.in: define PTHREAD if work on Solaris 2.6
1088 why delete the definition? I miss?
1089
10901998-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1091
1092 * configure.in: add net/if.h header check.
1093
10941998-05-02 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1095
1096 * zebra.tex,archfig.tex,zebra.sty: Manual file is added.
1097 * zebra.texi: Modify Introduction text.
1098 * RIPngd.c: Patch Hydrangea code.
1099
11001998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1101
1102 * .cvsignore: added.
1103
1104 * Makerule.in: is gone.
1105 * Makefile.am: Now we use automake to generate Makefile.in
1106
11071998-03-19 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1108
1109 * lib/vty.c: modified the definition of *master
1110 * lib/sockunion.c (inet_aton): add, but don't work. uum...
1111
1112
11131998-03-15 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1114
1115 * configure.in: define PTHREAD if work on Solaris 2.6
1116 * config.h.in: likewise
1117 * lib/thread.c: likewise
1118 * lib/vty.c: likewise
1119
11201998-03-15 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1121
1122 * config.h.in: define INET6 if defined HAVE_IPV6 & HYDRANGEA
1123 * bgpd/: remove include <netinet6/in6.h> line.
1124 * lib/: remove include <netinet6/in6.h> line.
1125 * ripbgd/: remove include <netinet6/in6.h> line.
1126 * zebra/: remove include <netinet6/in6.h> line.
1127 * ripd/*.c: remove include <netinet6/in6.h> line.
1128 undefine IPV6 difinitions because RIPd is not worked for
1129 IPv6 protocol.
1130
1131
11321998-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1133
1134 * configure.in: Change routing socket check method from
1135 AC_TRY_COMPILE to AC_TRY_RUN because GNU libc version 2 has
1136 AF_ROUTE but over linux it's meenigless.
1137
11381998-01-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1139
1140 * config.h.in: remove err_t define.
1141
11421997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1143
1144 * configure.in (canonical): add check of IF_METHOD
1145
11461997-09-27 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1147
1148 * configure.in: add INRIA check
1149
11501997-09-25 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1151
1152 * configure.in (canonical): change ipforward_snmp.o to ipforward_proc.o
1153
11541997-09-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1155
1156 * configure.in: change IRDPD to NDPD
1157
11581997-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1159
1160 * INSTALL: new file
1161
11621997-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1163
1164 * config.h: add XCALLOC()
1165