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