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