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