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