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