blob: 5aedc1e27a1361cac42ff14afdfb849b4c670b1d [file] [log] [blame]
paul96e27c92004-10-05 14:33:43 +000012004-10-05 Paul Jakma <paul@dishone.st>
2
3 * sockopt.{c,h}: add sockopt_iphdrincl_swab_{htosys,systoh},
4 functions to change byte order between system IP_HDRINCL order
5 and host order.
paul98c91ac2004-10-05 14:57:50 +00006 * thread.c: (funcname_thread_add_timer_timeval) new function, add
7 timer at specified timeval.
8 (funcname_thread_add_timer) use funcname_thread_add_timer_timeval.
9 (funcname_thread_add_timer_msec) ditto
paul96e27c92004-10-05 14:33:43 +000010
hassob04c6992004-10-04 19:10:31 +0000112004-10-04 Hasso Tepper <hasso at quagga.net>
12
13 * memory.c, memory.h: Make char * argument of strdup functions const.
14 * prefix.c, prefix.h: Make many arguments const. Reorder stuff in
15 header.
16 * log.h: Make log message const in struct message.
17 * log.c: Fix some indenting.
18 * network.c, network.h: Make second argument of writen() const.
19
hassoe7168df2004-10-03 20:11:32 +0000202004-10-03 Hasso Tepper <hasso at quagga.net>
21
22 * command.h: Introduce SERVICE_NODE for "service <...>" commands.
23 * command.c: Don't initialize commands that don't make sense if vtysh
24 is used.
25 * vty.c: Make VTY_NODE appear in vtysh.
26
hasso18a6dce2004-10-03 18:18:34 +0000272004-10-03 James R. Leu <jleu at mindspring.com>
28
29 * zclient.c, zclient.h: zclient functions for router id handling.
30 * zebra.h: New message types for router id handling.
31
paul9172ee02004-09-27 12:46:37 +0000322004-09-27 Paul Jakma <paul@dishone.st>
33
34 * zebra.h: Add WANT_OSPF_WRITE_FRAGMENT for ospfd
35 to try to fragment oversized packets. Enabled only for Linux.
36 Add HAVE_IP_HDRINCL_BSD_ORDER to define struct ip byte order,
37 to consolidate various ad-hoc platform defines for same thing.
38
hassoe473b032004-09-26 16:08:11 +0000392004-09-26 Hasso Tepper <hasso at quagga.net>
40
41 * vty.c, sockopt.c: Fix compiler warnings.
42
hasso52dc7ee2004-09-23 19:18:23 +0000432004-09-23 Hasso Tepper <hasso at quagga.net>
44
45 * linklist.h: Remove list and listnode typedefs.
46 * *.[c|h]: list -> struct list *, listnode -> struct listnode *.
47
paul0b3acf42004-09-17 08:39:08 +0000482004-09-17 Paul Jakma <paul@dishone.st>
49
paulb89e60c2004-09-21 15:43:13 +000050 * sockopt.c: Add missing bracket
51
522004-09-17 Paul Jakma <paul@dishone.st>
53
paul0b3acf42004-09-17 08:39:08 +000054 * sockopt.{c,h}: Add setsockopt_so_recvbuf, for ripd and ripngd.
55
paul33394762004-09-13 11:27:57 +0000562004-09-13 Paul Jakma <paul@dishone.st>
57
58 * command.c: Update the copyright string in the default motd.
59
gdt630e4802004-08-31 17:28:41 +0000602004-08-31 David Wiggins <dwiggins@bbn.com>
61
62 * hash.c (hash_iterate): Save next pointer before calling
63 procedure, so that iteration works even if the called procedure
64 deletes the hash backet.
65
66 * linklist.h (listtail): new macro, not yet used.
67
hasso34553cc2004-08-27 13:56:39 +0000682004-08-27 Hasso Tepper <hasso at quagga.net>
69
70 * command.c: Install "terminal length" commands only if vty is used.
71 Vtysh will handle it itself.
72
gdtafa43b22004-08-26 13:12:41 +0000732004-08-26 Greg Troxel <gdt@fnord.ir.bbn.com>
74
75 * sockopt.h: Define method-independent macro for callers of
76 get_ifindex to use for cmsg length.
77
paule6822762004-08-19 04:13:29 +0000782004-08-19 Paul Jakma <paul@dishone.st>
79
paulefba6ce2004-08-25 13:47:16 +000080 * zebra.h: add MAX and MIN defines (eg for ospf6d)
81
822004-08-19 Paul Jakma <paul@dishone.st>
83
paule6822762004-08-19 04:13:29 +000084 * sockopt.c: include sockopt.h
85 rename some of the _pktinfo_ functions to _ifindex, where that is
86 their purpose.
87 (getsockopt_ipv6_pktinfo_ifindex) renamed to
88 getsockopt_ipv6_ifindex.
89 (setsockopt_ipv4_pktinfo) renamed to setsockopt_ipv4_ifindex
90 (setsockopt_pktinfo) update with previous and add comment re
91 AF_INET portability.
92 (setsockopt_ifindex) generic ifindex function ala
93 setsockopt_pktinfo.
94 (getsockopt_ipv4_pktinfo_ifindex) renamed to
95 getsockopt_ipv4_ifindex.
96 (getsockopt_ipv4_ifindex) rejiggling to reduce repeated
97 ifdef/elses. pktinfo case forgot to set ifindex.
98 (getsockopt_pktinfo_ifindex) renamed to
99 getsockopt_ifindex. update some calls to renamed functions.
100 * sockopt.h: Update renamed exported functions
101 Rename the CMSG_SIZE macros to IFINDEX.
102 Guard IPv4 PKTINFO in a conditional define.
103
paulc0618de2004-08-18 21:52:58 +00001042004-08-18 Paul Jakma <paul@dishone.st>
105
106 * vty.c: (vty_serv_un) set unix vty socket to nonblocking
107 to prevent inadvertent blocking of daemons by use of
108 vtysh. TODO: disentangle manual paging from the buffer_write
109 path so that unix vty can use this path too and be reliable.
110
gdt33f92322004-07-23 16:14:32 +00001112004-07-23 Greg Troxel <gdt@poblano.ir.bbn.com>
112
113 * sockopt.c (getsockopt_ipv4_pktinfo_ifindex): Make this compile
114 on NetBSD, and add comments to make it less confusing. Change the
115 sense of the SUNOS_5 test to make parallel structure between the
116 variables and the code.
117
paul4f7baa02004-07-23 15:11:07 +00001182004-07-23 Paul Jakma <paul@dishone.st>
119
120 * sockopt.h: Add SOPT_SIZE_CMSG_PKTINFO{_IPV{4,6}} define, for
121 sizeof pktinfo as appropriate, to be used when allocating msg
122 buffers. export setsockopt_pktinfo() and
123 getsockopt_pktinfo_ifindex()
124 * sockopt.c: (setsockopt_pktinfo_ifindex) new function to portably
125 set received ifindex sock option.
126 (getsockopt_pktinfo_ifindex) portably retrieve ifindex.
127 (getsockopt_cmsg_data) retrieve indicated control info from
128 message header.
129 (getsockopt_ipv6_pktinfo_ifindex) ipv6 version of above.
130 (setsockopt_ipv4_pktinfo) v4 version
131 (setsockopt_pktinfo) the exported version
132 (getsockopt_ipv4_pktinfo_ifindex) v4 specific version
133 (getsockopt_pktinfo_ifindex) the exported version
134
paul05c447d2004-07-22 19:14:27 +00001352004-07-14 Paul Jakma <paul@dishone.st>
136
137 * sigevent.c: (quagga_signal_handler) add a global caught flag, set
138 the flags to a constant rather increment to be kinder.
139 (quagga_sigevent_process) new function, to do core of what
140 quagga_signal_timer did. dont block signals at all as sig->caught
141 is volatile sig_atomic_t and should be safe to access from signal
142 and normal contexts. The signal blocking is unneeded paranoia, but
143 is left intact under an ifdef, should some platform require it.
144 Check global caught flag before iterating through array.
145 (quagga_signal_timer) nearly everything moved to
146 quagga_sigevent_process. Left in under ifdef, in case some
147 platform could use a regular timer check for signals.
148 * sigevent.h: quagga_sigevent_process declaration.
149 * thread.c: (thread_fetch) check for signals at beginning of
150 scheduler loop, check for signals if select returns EINTR.
151
gdtb7797132004-07-13 13:47:25 +00001522004-07-13 Greg Troxel <gdt@poblano.ir.bbn.com>
153
154 * sigevent.c: Don't block SIGTRAP and SIGKILL. Blocking SIGTRAP
155 confuses gdb, at least on NetBSD 2.0_BETA, where the block
156 succeeds.
157
paul5510e832004-07-09 14:00:01 +00001582004-07-09 Paul Jakma <paul@dishone.st>
159
160 * Merge Kunihiro's 'show route-map' change and add
161 compatibility aliases for route-map continue
paulb9790b32004-07-09 14:05:47 +0000162 * jhash.{c,h}: New files. Bob Jenkins' public domain hashing
163 function, as implemented in linux kernel by David Miller.
paul5510e832004-07-09 14:00:01 +0000164
paulb06c14f2004-07-09 12:24:42 +00001652004-07-09 Juris Kalnins <juris@mt.lv>
166
167 * if.c: (if_cmp_func) fix for interface names where name is same,
168 but one has no number, eg "devtyp" and "devtyp0".
169
gdt87efd642004-06-30 17:36:11 +00001702004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
171
172 * Makefile.am: Make libzebra shared.
173
paul138ce752004-06-21 10:35:59 +00001742004-06-21 Paul Jakma <paul@dishone.st>
175
176 * ChangeLog: fix my last update config.h -> zebra.h ;)
177 * zebra.h: Fix gcc check.
178
paul02ff83c2004-06-11 11:27:03 +00001792004-06-11 Sowmini Varadhan <sowmini.varadhan@sun.com>
180
181 * filter.c: (access_list_remark_cmd) buffer_putstr doesnt need cast
182 to u_char. (ipv6_access_list_remark_cmd) ditto.
183 if.c: ditto
184 * network.c: (readn/writen) pointer arg should be type u_char.
185 * plist.c: needs to include stream.h, not declare stream functions
186 internally.
187 (various) Add static qualifier to internal functions.
188 (prefix_list_type_str) extraneous breaks in switch statement.
189 (ip_prefix_list_description_cmd) buffer_putstr doesnt need cast
190 * stream.h: depends on plist.h and export stream_put_prefix
191 * vty.c: (vty_<telnet option build functions>) should use
192 unsigned char, telnet options are 0 -> 255.
193 * zclient.c: various u_char<->char type cleanups.
194 * zebra.h: Having to define CMSG_* can apply to more than just
195 BSDI_NRL.
196
paul51a87982004-06-09 10:36:05 +00001972004-06-09 Paul Jakma <paul@dishone.st>
198
paul138ce752004-06-21 10:35:59 +0000199 * zebra.h: __attribute__ is a gcc'ism
paul51a87982004-06-09 10:36:05 +0000200
paul5228ad22004-06-04 17:58:18 +00002012004-06-04 Paul Jakma <paul@dishone.st>
202
203 * type mismatch fixes
204
hasso6708fa32004-05-18 18:46:54 +00002052004-05-18 Hasso Tepper <hasso@estpak.ee>
206
207 * pqueue.[c|h]: Added as part of ospf6d merge from Zebra repository.
208
paul0a589352004-05-08 11:48:26 +00002092004-05-08 Paul Jakma <paul@dishone.st>
210
211 * zclient.c (zapi_ipv4_route) Follow Sowmini's lead and describe
212 message format.
213
2142004-05-08 Sowmini Varadhan <sowmini.varadhan@sun.com>
215
216 * zclient.c: (zapi_ipv4_add) collapsed into zapi_ipv4_route
217 (zapi_ipv4_delete) ditto.
218 (zapi_ipv4_route) add/delete a route by way of cmd arg.
219 (zapi_ipv6_add) collapsed into zapi_ipv6_route.
220 (zapi_ipv6_delete) ditto.
221 (zapi_ipv6_route) add/delete a route by way of cmd arg.
222 (zebra_interface_address_delete_read) collapsed into
223 zebra_interface_address_read.
224 (zebra_interface_address_delete_read) ditto.
225 (zebra_interface_address_read) read address add/delete messages
226 by way of type argument. Describe command message format.
227 (zebra_interface_add_read) Unconditionally read new ifmtu6 field.
228 Describe command message format.
229 (zebra_interface_state_read) Unconditionally read new ifmtu6 field.
230 (zclient_redistribute_set) Collapsed into zclient_redistribute
231 (zclient_redistribute_unset) ditto
232 (zclient_redistribute) set/unset redistribution.
233 (zclient_redistribute_default_set) Collapsed into
234 zclient_redistribute_default.
235 (zclient_redistribute_default_unset) ditto.
236 (zclient_redistribute_default) Redistribute default set/unset.
237 * zclient.h: delete zapi_ipv{4,6}_add, zapi_ipv{4,6}_delete. Add
238 zapi_ipv{4,6}_route. delete zclient_redistribute_set/unset. Add
239 zclient_redistribute. Ditto for
240 zclient_redistribute_default_{set/unset}.
241
paul4a7aac12004-05-08 05:00:31 +00002422004-05-08 Sowmini Varadhan <sowmini.varadhan@sun.com>
243
244 * if.h: Add mtu6 field to struct interface, IPv6 MTU may differ
245 from IPv4, and Solaris treats the MTU's differently.
246 Add connected_add_by_prefix, for use by later patch.
247 * if.c: (connected_add_by_prefix) Add prefix to connected list.
248 (if_flag_dump) Solaris: Dump IFF_IPv4/6 flag
249 (if_dump) Dump mtu6 flag, for HAVE_IPV6.
paul22528292004-05-08 05:10:38 +0000250 * command.c: (sockunion_getsockname) use socklen_t for len.
251 (sockunion_getpeername) ditto.
paul0a589352004-05-08 11:48:26 +0000252
paul31fcdd32004-04-21 11:00:43 +00002532004-04-21 Boris Kovalenko <boris@tagnet.ru>
254
255 * daemon.c: (daemon) fix check for error return from setsid
256
paulc49b3062004-01-19 21:23:37 +00002572004-01-19 Paul Jakma <paul@dishone.st>
258
259 * sigevent.{c,h}: New files, implement event handled signals.
260 see signal_init() in sigevent.h.
261
jardinc32e1b52003-12-23 09:06:51 +00002622003-12-23 Vincent Jardin <jardin@6wind.com>
263
264 * {command.c, memory.c, vty.c, zebra.h}: Add isisd support
265
gdt3dbf9962003-12-22 20:18:18 +00002662003-12-22 Greg Troxel <gdt@fnord.ir.bbn.com>
267
268 * vty.c (vty_use_backup_config): Don't free filenames before using
269 them for unlink.
270
paul54aba542003-08-21 20:28:24 +00002712003-08-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
272
273 * command.c: Fix <cr> display problem for command line
274 description
275
paule9af5c72003-05-24 11:54:31 +00002762003-05-24 Anil Madhavapeddy
277
278 * (sockunion.c): Incorrect bounds specified in sockunion_log()
279
paul445f1432003-05-16 19:00:31 +00002802003-05-08 Sergiy Vyshnevetskiy <serg @ vostok.net>
281
282 * vty.c: -A option
283
2842003-04-19 Hasso Tepper <hasso@estpak.ee>
285
286 * rip_routemap.c: sync daemon's route-map commands to have same
287 syntax
288
paul718e3742002-12-13 20:15:29 +00002892002-09-28 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
290
291 * vty.c (vty_flush): One line more on vty.
292
2932002-09-27 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
294
295 * vector.c (vector_lookup): Add new function.
296
2972002-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
298
299 * thread.c (timeval_adjust): Fix unconditional crush due to
300 FreeBSD's select() system call timeval value check.
301
3022002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
303
304 * zebra-0.93 released.
305
3062002-06-21 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
307
308 * if.c (ifc_pointopoint): Add ifc_pointopoint() accoding to Frank
309 van Maarseveen's suggestion.
310
3112002-06-18 Kunihiro Ishiguro <kunihiro@zebra.org>
312
313 * command.c: Change bcopy() to memcpy().
314
3152001-12-12 Kunihiro Ishiguro <kunihiro@zebra.org>
316
317 * command.c (config_password): Fix host.password clear bug.
318 Reported by Wang Jian <lark@linux.net.cn>.
319
3202001-08-29 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
321
322 * thread.c (thread_should_yield): New function to check thread
323 should yeild it's execution to other thread. Suggested by: Rick
324 Payne <rickp@ayrnetworks.com>
325
3262001-08-20 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
327
328 * thread.c (thread_timer_cmp): Rewrite function.
329
330 * hash.c: Add hash_get(). Change hash_pull() to hash_release().
331
3322001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
333
334 * zebra-0.92a released.
335
3362001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
337
338 * zebra-0.92 released.
339
3402001-08-12 Akihiro Mizutani <mizutani@dml.com>
341
342 * prefix.c (netmask_str2prefix_str): Convert "1.1.0.0 255.255.0.0"
343 string to "1.1.0.0/16".
344
3452001-08-10 Kunihiro Ishiguro <kunihiro@zebra.org>
346
347 * filter.c (access_list_lookup): access_list_lookup's first
348 argument is changed from address family to AFI.
349
350 * plist.c: (prefix_list_lookup): Likewise.
351
3522001-07-27 Akihiro Mizutani <mizutani@dml.com>
353
354 * plist.c: ge and le display order is changed. Old compatible
355 rule (len <= ge-value <= le-value) is removed.
356
3572001-07-08 Kunihiro Ishiguro <kunihiro@zebra.org>
358
359 * prefix.h: Temporary fix for alignment of prefix problem.
360
3612001-06-21 Kunihiro Ishiguro <kunihiro@zebra.org>
362
363 * prefix.h (struct prefix): Remove safi and padding field.
364 (struct prefix_ipv4): Likewise.
365 (struct prefix_ipv6): Likewise.
366 (struct prefix_ls): Likewise.
367 (struct prefix_rd): Likewise.
368
369 * command.h (enum node_type): Preparation for BGP new config.
370
371 * vty.c (vty_end_config): Likewise.
372
3732001-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
374
375 * routemap.c (route_map_rule_delete): Call func_free when
376 route-map rule is deleted.
377
3782001-06-14 "Akihiro Mizutani" <mizutani@dml.com>
379
380 * routemap.c (route_map_index_lookup): Prevent to use deny and
381 permit for same route-map sequence.
382
3832001-04-12 Kunihiro Ishiguro <kunihiro@zebra.org>
384
385 * vty.c (vty_read_config): Fix warning.
386
3872001-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
388
389 * command.c (IPV6_PREFIX_STR): Add '.' and '%' for IPv6 address
390 strings.
391
3922001-03-07 Kunihiro Ishiguro <kunihiro@zebra.org>
393
394 * zebra.h (_XPG4_2): Define _XPG4_2 and __EXTENSIONS__ for
395 CMSG_FIRSTHDR.
396
3972001-03-07 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
398
399 * zebra.h (struct in_pktinfo): structure in_pktinfo declaration.
400
4012001-02-19 Kunihiro Ishiguro <kunihiro@zebra.org>
402
403 * memory.c (memory_list_lib): Add MTYPE_NEXTHOP for "show memory
404 lib" member.
405
4062001-02-13 Matthew Grant <grantma@anathoth.gen.nz>
407
408 * vty.c (vty_read_config): Revert check of integrate_default when
409 VTYSH is defined.
410
4112001-02-13 Kunihiro Ishiguro <kunihiro@zebra.org>
412
413 * vty.c (vty_read_config): Do not check integrate_default. That
414 should be used only by vtysh.
415
4162001-02-08 Matthew Grant <grantma@anathoth.gen.nz>
417
418 * vty.c (vty_serv_un): Set umask 0077.
419 (vty_read_config): Stat for vtysh Zebra.conf, if found startup and
420 wait for boot configuration.
421
422 * if.c (if_lookup_address): Make it smart implementation.
423
424 * sockopt.c (setsockopt_multicast_ipv4): Set up a multicast socket
425 options for IPv4 This is here so that people only have to do their
426 OS multicast mess in one place rather than all through zebra,
427 ospfd, and ripd .
428
4292001-02-04 Akihiro Mizutani <mizutani@dml.com>
430
431 * plist.c (vty_prefix_list_install): Even when argument is
432 invalid, new memory is allocated. Now memory allocation is done
433 after argument check.
434
4352001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
436
437 * zebra-0.91 is released.
438
4392001-01-31 Akihiro Mizutani <mizutani@dml.com>
440
441 * vty.c (vty_login): Add vty login command.
442
4432001-01-31 Kunihiro Ishiguro <kunihiro@zebra.org>
444
445 * vty.c (vty_reset): Close accept socket.
446
4472001-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
448
449 * memory.h (enum): MTYPE_ATTR_TRANSIT is added for unknown transit
450 attribute.
451
4522001-01-22 Kunihiro Ishiguro <kunihiro@zebra.org>
453
454 * zclient.c (zebra_interface_address_add_read): Fetch interface
455 address flag.
456 (zebra_interface_address_delete_read): Likewise.
457
4582001-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
459
460 * table.c (route_node_match_ipv4): Utility function for IPv4
461 address lookup.
462 (route_node_match_ipv6): Utility function for IPv4 address lookup.
463
4642001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
465
466 * if.c: Delete RIP_API part until new implementation comes out.
467
4682001-01-13 Kunihiro Ishiguro <kunihiro@zebra.org>
469
470 * hash.h (struct Hash): Rename alloc to count. Change type to
471 unsigned long.
472
473 * stream.c (stream_getc_from): New function.
474 (stream_getw_from): Likewise.
475
476 * zebra.h (ZEBRA_FLAG_STATIC): Add new flag for persistent route.
477
4782001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
479
480 * flap.c: File is removed.
481
482 * flap.c: Likewise.
483
484 * roken.h: Likewise.
485
486 * buffer.c (buffer_new): Remove type option to buffer_new().
487
4882001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
489
490 * zclient.c (zapi_ipv4_delete): Remove OLD_RIB part.
491
4922001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
493
494 * zebra-0.90 is released.
495
496 * command.c: Update Copyright year.
497
4982001-01-09 Matthew Grant <grantma@anathoth.gen.nz>
499
500 * if.c (if_create): Register connected_free() function for
501 deletion.
502 (if_delete): Free connected information when the interface is
503 deleted.
504 (if_lookup_by_index): Fix argument type from int to unsigned int.
505 (connected_add): Keep list in order if old info found, essential
506 for repeatable operation in some daemons.
507
5082001-01-09 endo@suri.co.jp (Masahiko Endo)
509
510 * vty.c (vty_flush): When vty->statis is VTY_CLOSE do not add vty
511 read thread.
512
5132001-01-08 Kunihiro Ishiguro <kunihiro@zebra.org>
514
515 * filter.c (access_list_delete): Access-list name is not freed.
516
517 * plist.c (prefix_list_delete): Prefix-list name is not freed.
518
5192000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
520
521 * zclient.c (zclient_start): Change to use UNIX domain
522 socket for zebra communication.
523
524 * vector.c (vector_init): vector_alloc and vector_data_alloc is
525 removed. All memory allocation count should be maintained by
526 XMALLOC and XFREE macros.
527
5282000-12-28 Kunihiro Ishiguro <kunihiro@zebra.org>
529
530 * zebra.h (ZEBRA_NEXTHOP_IFINDEX): Define ZEBRA_NEXTHOP_* values.
531
5322000-12-27 Kunihiro Ishiguro <kunihiro@zebra.org>
533
534 * zebra.h (ZEBRA_ERR_RTEXIST): Make zebra error code to negative
535 value.
536
5372000-12-25 "Wataru Uno" <wataru@po.ntts.co.jp>
538
539 * vty.c (vtysh_read): Don't allocate new buffer because buffer is
540 allocated in vty_new ().
541
5422000-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
543
544 * memory.h (enum): Add MTYPE_AS_FILTER_STR.
545
546 * command.c (config_write_terminal): Display "end" at the end of
547 configuration.
548
549 * plist.c (vty_prefix_list_install): Use AF_INET to determine
550 lenum length.
551
5522000-12-13 "Wataru Uno" <wataru@po.ntts.co.jp>
553
554 * buffer.c (buffer_flush_vty): If IOV_MAX defined in the System,
555 then all lines write by IOV_MAX.
556
5572000-12-12 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
558
559 * command.c (config_write_file): Robust method for writing
560 configuration file and recover from backing up config file.
561
5622000-11-29 Kunihiro Ishiguro <kunihiro@zebra.org>
563
564 * smux.c (smux_connect): More fail check.
565 (smux_trap): When SMUX connection is not established, do nothing.
566
5672000-11-28 Gleb Natapov <gleb@nbase.co.il>
568
569 * thread.c (thread_fetch): Execut event list first. Old event
570 list is renamed to ready list. With this change, event thread is
571 executed before any other thread.
572
573 * thread.h (struct thread_master): Add ready list.
574
5752000-11-28 Kunihiro Ishiguro <kunihiro@zebra.org>
576
577 * linklist.c (listnode_add_after): Add node right after the
578 listnode pointer.
579
5802000-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
581
582 * smux.h: Pass struct variable to WriteMethod.
583
5842000-11-25 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
585
586 * if.c (if_lookup_address): When looking up interface with IP
587 address, Sometimes multiple interfaces will match. Now PtP
588 interfaces prevail in such a case which seem the right thing to
589 do: There will probably also be host routes which usually prevail
590 over network routes.
591
5922000-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
593
594 * smux.c (smux_trap): SMUX trap implementation.
595
5962000-11-19 Akihiro Mizutani <mizutani@dml.com>
597
598 * plist.c: Add automatic conversion function of an old rule.
599 ex.) 10.0.0.0/8 ge 8 -> 10.0.0.0/8 le 32
600
6012000-11-16 Yon Uriarte <ukl2@rz.uni-karlsruhe.de>
602
603 * zclient.c (zebra_interface_add_read): Read hardware address when
604 hw_addr_len is greater than 0.
605
6062000-11-15 Akihiro Mizutani <mizutani@dml.com>
607
608 * plist.c: The rule of "len <= ge-value <= le-value"
609 was changed to "len < ge-value <= le-value".
610
6112000-11-09 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
612
613 * memory.[ch]: Added #define and functions for ospf6d.
614
615 * log.[ch]: some platform says that the data of used va_list
616 is undefined. Changed to hold list of va_list for each
617 vsnprintf.
618
6192000-11-07 Rick Payne <rickp@rossfell.co.uk>
620
621 * memory.h (enum): Add MTYPE_COMMUNITY_REGEXP.
622
6232000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
624
625 * command.c (config_exit): Fix bug of missing break after case
626 BGP_VPNV4_NODE.
627
6282000-10-30 Kunihiro Ishiguro <kunihiro@zebra.org>
629
630 * vector.c (vector_unset): Check i is not nevative.
631
6322000-10-24 Arkadiusz Miskiewicz <misiek@pld.org.pl>
633
634 * smux.c (smux_sock): Set terminating '\0'. Check address family.
635
636 * vty.c (vty_serv_sock_addrinfo): Set terminating '\0'. Use
637 gai_strerror. Check address family.
638
6392000-10-23 Jochen Friedrich <jochen@scram.de>
640
641 * smux.c: Use linklist rather than vector.
642 (smux_getnext): A SMUX subagent has to behave as if it manages the
643 whole SNMP MIB tree itself. It's the duty of the master agent to
644 collect the best answer and return it to the manager. See RFC 1227
645 chapter 3.1.6 for the glory details :-). ucd-snmp really behaves
646 bad here as it actually might ask multiple times for the same
647 GETNEXT request as it throws away the answer when it expects it in
648 a different subtree and might come back later with the very same
649 request.
650
6512000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
652
653 * command.c (cmd_init): Log related command are only installed for
654 terminal mode.
655
6562000-10-21 Kunihiro Ishiguro <kunihiro@zebra.org>
657
658 * Makefile.am (libzebra_a_SOURCES): Remove duplicated buffer.c.
659
660 * zebra.h: Remove #warn directive.
661
6622000-10-20 Kunihiro Ishiguro <kunihiro@zebra.org>
663
664 * keychain.c (keychain_init): Register "key chain" command to
665 KEYCHAIN_NODE and KEYCHAIN_KEY_NODE.
666
667 * vty.c (vty_end_config): Fix missing vty_cinfig_unlock for other
668 CONFIG_NODE.
669
670 * command.c (config_end): Likewise.
671
672 * keychain.c (keychain_get): Key is sorted by it's identifier
673 value.
674
6752000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
676
677 * linklist.c (list_delete_all_node): Call delete function if it is
678 defined.
679
680 * command.c (cmd_execute_command_strict): Add modification for
681 vtysh.
682 (cmd_execute_command_strict): Remove first argument cmdvec because
683 it is global varibale in command.c.
684
6852000-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
686
687 * command.c (cmd_init): Install
688 copy_runningconfig_startupconfig_cmd only in terminal mode.
689
690 * linklist.c (list_delete_node): Simplify the function.
691 (listnode_lookup): Renamed from list_lookup_node.
692
6932000-10-17 Kunihiro Ishiguro <kunihiro@zebra.org>
694
695 * stream.h: Undef stream_read and stream_write without
696 parenthesis.
697
698 * newlist.c: File removed.
699
700 * newlist.h: Likewise.
701
702 * linklist.c (list_new): Remove list_init(). To allocate new
703 linked list, please use list_new().
704 (listnode_add): Remove list_add_node(). To add new node to linked
705 list, please use listnode_add().
706 (list_delete_by_val): Revemove fucntion.
707
7082000-10-16 Nobuaki Tanaka <nobby@po.ntts.co.jp>
709
710 * table.c (route_table_free): Reimplement route_table_free().
711
7122000-10-11 Kunihiro Ishiguro <kunihiro@zebra.org>
713
714 * keychain.c (keychain_get): Register key_delete_func to key
715 list's delete function. Use linklist.c instead of newlist.c.
716
7172000-10-04 Akihiro Mizutani <mizutani@dml.com>
718
719 * filter.c (access_list_remark): Add access-list's remark command.
720 (no_access_list): "no access-list 100 permit any" error message
721 bug is fixed.
722
7232000-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
724
725 * memory.h (enum): Add MTYPE_SOCKUNION.
726
7272000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
728
729 * zebra-0.89 is released.
730
7312000-10-01 Kunihiro Ishiguro <kunihiro@zebra.org>
732
733 * linklist.c (list_add_node_head): Delete unused function.
734 (list_add_node_tail): Likewise.
735
7362000-09-26 Kunihiro Ishiguro <kunihiro@zebra.org>
737
738 * stream.c (stream_read_unblock): Add new function for unblocking
739 read.
740
7412000-09-26 Jochen Friedrich <jochen@nwe.de>
742
743 * smux.c (smux_register): Fix bug of can't register more than one
744 MIB with SMUX.
745
7462000-09-26 Makoto Otsuka <otsuka@inl.ntts.co.jp>
747
748 * vty.c (vty_close): Fix memory leak of sb_buffer.
749 (vty_new): Likewise.
750
7512000-09-21 steve@Watt.COM (Steve Watt)
752
753 * log.h: Do not declare zlog_priority[0] variable.
754
7552000-09-12 Kunihiro Ishiguro <kunihiro@zebra.org>
756
757 * linklist.h (struct _list ): Add member cmp for compare function.
758 (struct _list ): Member up is deleted
759
7602000-09-12 David Lipovkov <dlipovkov@OpticalAccess.com>
761
762 * if.c: Include RIP_API header when RIP API is enabled.
763
7642000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
765
766 * prefix.c (prefix_free): Siplify prefix_free().
767
768 * keychain.c (key_match_for_accept): strncmp check bug is fixed.
769
7702000-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
771
772 * zebra.h: Merge roken.h into zebra.h.
773
7742000-09-05 Akihiro Mizutani <mizutani@dml.com>
775
776 * routemap.c (route_map_init_vty): Install route-map command to
777 RMAP_NODE.
778
7792000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
780
781 * thread.c (thread_get_id): Remove pthread related garbage.
782
783 * command.h (struct host): Likewise.
784
785 * zebra.h: Likewise.
786
7872000-08-20 Kunihiro Ishiguro <kunihiro@zebra.org>
788
789 * command.h (node_type ): Add AAA node for authentication.
790
791 * vty.c (vty_close): Do not close stdout.
792
7932000-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
794
795 * vty.c (vty_init_vtysh): Added for vtysh.
796
797 * distribute.c (districute_list_prefix_all): Interface independent
798 filter can be set.
799 (distribute_list_all): Likewise.
800 (config_show_distribute): Display current distribute-list status
801 for "show ip protocols".
802
8032000-08-18 Akihiro Mizutani <mizutani@dml.com>
804
805 * command.c (config_terminal_no_length): no terminal monitor ->
806 terminal no monitor
807 (cmd_init): Do not install service_terminal_length_cmd into
808 ENABLE_NODE.
809
810 * vty.c (terminal_no_monitor): no terminal length -> terminal no
811 length.
812
8132000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
814
815 * zebra-0.88 is released.
816
8172000-08-17 Magnus Ahltorp <ahltorp@nada.kth.se>
818
819 * vty.h (struct vty ): Add iac_sb_in_progress and sb_buffer for
820 better IAC handling.
821
822 * vty.c (vty_telnet_option): Change telnet option handling.
823
8242000-08-15 Gleb Natapov <gleb@nbase.co.il>
825
826 * zclient.c (zclient_redistribute_unset): New function added.
827
8282000-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
829
830 * zclient.c (zebra_interface_add_read): Change ifindex restore
831 size from two octet to four.
832 (zebra_interface_state_read): Likewise.
833 (zebra_interface_address_add_read): Likewise.
834
8352000-08-13 Kunihiro Ishiguro <kunihiro@zebra.org>
836
837 * vty.c (vty_event): Use vector_set_index() instead of
838 vector_set().
839
8402000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
841
842 * zebra.h (ZEBRA_XXX_DISTANCE_DEFAULT): Define Default
843 Administrative Distance of each protocol.
844
8452000-08-07 Matthew Grant <grantma@anathoth.gen.nz>
846
847 * if.h (struct interface ): Add new member bandwidth to struct
848 interface.
849
850 * zclient.c (zebra_interface_add_read): Fetch bandwidth value.
851 (zebra_interface_state_read): Likewise.
852
8532000-08-07 Gleb Natapov <gleb@nbase.co.il>
854
855 * routemap.c (route_map_event_hook): New hook route_map_event_hook
856 is added. This hook is called when route-map is changed. The
857 parameters passed to the hook are 'event' and 'route-map name'
858
859 * routemap.h: Add prototype for route_map_event_hook().
860
8612000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
862
863 * zclient.c (zebra_ipv4_route): zebra_ipv4_route(),
864 zebra_ipv4_add(), zebra_ipv4_delete() are removed.
865
866 * routemap.c (route_map_empty): Add new function.
867 (route_map_delete): Use route_map_index_delete() instead of
868 route_map_index_free().
869 (route_map_index_free): Function removed.
870
8712000-08-06 Gleb Natapov <gleb@nbase.co.il>
872
873 * routemap.c (route_map_index_delete): Add check for route-map is
874 empty or not.
875
8762000-08-03 Kunihiro Ishiguro <kunihiro@zebra.org>
877
878 * zclient.c (zebra_ipv4_add): Change socket arguemnt with struct
879 zclient.
880
8812000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
882
883 * zclient.h (struct zebra): Add obuf for output buffer.
884
885 * if.c: Remove #ifdef NRL enclosing if_nametoindex() and
886 if_indextoname().
887
8882000-08-02 David Lipovkov <davidl@nbase.co.il>
889
890 * if.h (IF_PSEUDO_UNSET): IF_PSEUDO related macro added.
891 (IF_UNKNOWN_SET): IF_UNKNOWN related macro deleted.
892
893 * if.c (interface_pseudo): Add "pseudo" command to interface node.
894 (no_interface_pseudo): Add "no pseudo" command to interface node.
895
896 * zclient.c (zebra_interface_add_read): Set pseudo flag when it is
897 send from zebra.
898
8992000-08-01 Kunihiro Ishiguro <kunihiro@zebra.org>
900
901 * zebra.h (ZEBRA_IPV4_NEXTHOP_LOOKUP): Add new message.
902 (ZEBRA_IPV6_NEXTHOP_LOOKUP): Likewise.
903
904 * vty.c (vty_serv_un): Use AF_UNIX for backward compatibility.
905
9062000-07-31 Kunihiro Ishiguro <kunihiro@zebra.org>
907
908 * vty.c: Use vector for VTY server thread listing instead of
909 single value.
910
9112000-07-30 Kunihiro Ishiguro <kunihiro@zebra.org>
912
913 * keychain.c (no_key_chain): "no key chain WORD" command is added.
914
9152000-07-29 Kunihiro Ishiguro <kunihiro@zebra.org>
916
917 * command.c (config_from_file): If command fail in
918 KEYCHAIN_KEY_NODE, down to KEYCHAIN_NODE.
919
920 * vty.h (struct vty ): Add index_sub member.
921
9222000-07-27 Akihiro Mizutani <mizutani@dml.com>
923
924 * if.c: Help strings updates.
925
9262000-07-11 Akihiro Mizutani <mizutani@dml.com>
927
928 * command.c (no_config_enable_password): Add "no enable password"
929 command.
930 (config_write_host): Display password string.
931
932 * routemap.c (route_map_delete_match): Add support for delete
933 match without argument.
934 (route_map_delete_set): Likewise.
935
9362000-07-09 Kunihiro Ishiguro <kunihiro@zebra.org>
937
938 * command.h (node_type ): Change KEYCHAIN_NODE and
939 KEYCHAIN_KEY_NODE place just before INTERFACE_NODE.
940
9412000-07-09 Jochen Friedrich <jochen@scram.de>
942
943 * smux.c (config_write_smux): Fixes the option to override OID and
944 password for SMUX.
945
9462000-07-09 Kunihiro Ishiguro <kunihiro@zebra.org>
947
948 * command.h (node_type ): Add SMUX_NODE for SMUX configuration.
949
9502000-07-09 Toshiaki Takada <takada@zebra.org>
951
952 * command.c: Sort descvec command's help.
953
954 * vty.c (vty_describe_command): Display '<cr>' at the end of
955 descriptions.
956
9572000-07-05 Toshiaki Takada <takada@zebra.org>
958
959 * command.c (cmd_ipv6_match), (cmd_ipv6_prefix_match): Fix bug
960 treatment of double colon.
961
9622000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
963
964 * zclient.h: Add zclient_redistribute_default_{set,unset}().
965
966 * keychain.c: New file for authentication key management.
967 * keychain.h: Likewise.
968
969 * tcpfilter.c: New file for TCP/UDP base filtering using ipfw or
970 ipchains.
971 * tcpfilter.h: Likewise.
972
973 * flap.h: New file for route flap dampening.
974 * flap.c: Likewise.
975
9762000-07-04 Toshiaki Takada <takada@zebra.org>
977
978 * filter.c (struct filter): Add exact flag.
979 (access_list): Add exact-match command.
980 (ipv6_access_list): Add exact-match command.
981
9822000-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
983
984 * zebra.h (ZEBRA_REDISTRIBUTE_DEFAULT_ADD): New message for
985 request default route.
986
9872000-07-01 Hideaki YOSHIFUJI ($B5HF#1QL@(B) <yoshfuji@ecei.tohoku.ac.jp>
988
989 * smux.c: Add IPv6 smux connection code.
990
9912000-06-15 Kunihiro Ishiguro <kunihiro@zebra.org>
992
993 * vty.c (vty_complete_command): To cooperate readline library,
994 returned string is newly allocated. So some match function case
995 need, free of memory.
996
9972000-06-12 Akihiro Mizutani <mizutani@dml.com>
998
999 * distribute.c: Fix help strings.
1000
10012000-06-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1002
1003 * command.c (cmd_complete_command): Add check for vector_slot
1004 (vline, index) is not NULL when calculating lcd.
1005 (cmd_entry_function): First check variable arguemnt to prevent it
1006 from completion.
1007
10082000-06-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1009
1010 * vty.h (struct vty ): Add output_count member for displaying
1011 output route count. Remove arugment arg from output_func because
1012 the value is passed by vty argument. Change output to output_rn.
1013 Add output_clean function pointer member. Add output_type member.
1014
10152000-06-10 Toshiaki Takada <takada@zebra.org>
1016
1017 * command.c (show_startup_config): Add "show startup-config"
1018 command.
1019
10202000-06-06 Akihiro Mizutani <mizutani@dml.com>
1021
1022 * filter.c: Fix help strings.
1023
10242000-06-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1025
1026 * prefix.h (struct prefix_rd): New prefix structure for routing
1027 distinguisher.
1028 (struct prefix): Add padding to every prefix structure.
1029
1030
1031 * routemap.c (route_map_add_match): When completely same match
1032 statement exists, don't duplicate it.
1033
10342000-06-05 Akihiro Mizutani <mizutani@dml.com>
1035
1036 * routemap.c: Change NAME to WORD.
1037
1038 * plist.c: Fix help strings.
1039
10402000-06-02 Akihiro Mizutani <mizutani@dml.com>
1041
1042 * routemap.c: Fix route-map help strings.
1043
10442000-06-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1045
1046 * command.c (cmd_filter_by_completion): Fix CMD_VARARG treatment
1047 to filter other non vararg commands.
1048
1049 * routemap.c (route_map_init_vty): Use install_default() for
1050 install common commands into route-map node..
1051
10522000-06-01 Akihiro Mizutani <mizutani@dml.com>
1053
1054 * command.h (OSPF_STR): Macro added.
1055
10562000-05-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1057
1058 * command.c (cmd_complete_command): LCD completion must not modify
1059 installed command string.
1060
1061 * plist.c (ipv6_prefix_list): Fix wrong syntax definition. Change
1062 X:X::X:X to X:X::X:X/M.
1063
10642000-05-31 Toshiaki Takada <takada@zebra.org>
1065
1066 * vty.c (show_history): New defun added.
1067
10682000-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1069
1070 * command.h (CMD_COMPLETE_LIST_MATCH): New define for completion
1071 list. CMD_COMPLETE_MATCH is used for LCD completion.
1072
1073 * vty.c (vty_complete_command): Matched string's LCD is completed.
1074
1075 * command.c (cmd_lcd): New function for calculate LCD of matched
1076 strings.
1077
10782000-05-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1079
1080 * command.c (install_default): config_write_terminal_cmd,
1081 config_write_file_cmd, config_write_memory_cmd are added to
1082 default node.
1083
1084 * memory.c (memory_init): Divide show memory command into each
1085 sort.
1086
1087 * command.c (cmd_init): config_write_terminal_cmd,
1088 config_write_file_cmd, config_write_memory_cmd are added to
1089 CONFIG_NODE.
1090
1091 * routemap.c (route_map_index_free): New function.
1092 (no_route_map_all): New DEFUN for "no route-map NAME".
1093
1094 * filter.c (no_access_list_all): New DEFUN for delete access-list
1095 with NAME.
1096 (no_ipv6_access_list_all): Likewise.
1097
10982000-05-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1099
1100 * plist.c: Change IPV6_PREFIX to X:X::X:X. When "any" is
1101 specified, user can not use "ge" and "le" statement.
1102
11032000-05-22 Thomas Molkenbur <tmo@datus.datus.com>
1104
1105 * routemap.c (route_map_add_set): Fix bug of next pointer missing.
1106
1107 * table.c (route_table_free): Like wise.
1108
11092000-05-22 Toshiaki Takada <takada@zebra.org>
1110
1111 * vty.c (vty_stop_input): Set history pointer to the latest one.
1112
1113 * vty.c (vty_hist_add): Do not add command line history when input
1114 is as same as previous one.
1115
11162000-05-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1117
1118 * memory.h (enum): Add MTYPE_ECOMMUNITY and MTYPE_ECOMMUNITY_VAL.
1119
11202000-05-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1121
1122 * command.h (node_type ): Add BGP_VPNV4_NODE.
1123
11242000-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1125
1126 * vty.c (vtysh_accept): Add cast of struct sockaddr * to bind
1127 argument. Reported by: Vesselin Mladenov <mladenov@netbg.com>.
1128
1129 * filter.c (ipv6_access_list): Add IPv6 prefix example instead of
1130 IPv4 example. Reported by: Love <lha@s3.kth.se>.
1131
1132 * command.c (cmd_complete_command): Make it sure last element of
1133 matchvec is NULL. This fix problem which cause crush in
1134 vty_complete_command(). Reported by: JINMEI Tatuya
1135 <jinmei@isl.rdc.toshiba.co.jp>.
1136
11372000-04-28 Love <lha@s3.kth.se>
1138
1139 * prefix.h (struct prefix): Add padding.
1140
11412000-04-28 Kunihiro Ishiguro <kunihiro@zebra.org>
1142
1143 * command.c (show_version): Update copyright year.
1144
11452000-04-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1146
1147 * routemap.c (route_map_apply): When map is NULL, return deny.
1148
11492000-04-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1150
1151 * filter.c (access_list_apply): When access is NULL, return deny.
1152
1153 * plist.c (prefix_list_apply): When plist is NULL, return deny.
1154
11552000-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1156
1157 * command.h (node_type ): Change RDISC_NODE to IRDP_NODE.
1158
11592000-04-18 Toshiaki Takada <takada@zebra.org>
1160
1161 * filter.[ch] (access_list_add_hook), (access_list_delete_hook):
1162 Add argument for hook function to give struct access_list *.
1163
11642000-04-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1165
1166 * plist.c (prefix_list_entry_match): In case of le nor ge is
1167 specified, exact match is performed.
1168 (prefix_list_entry_match): Add any entry matching check.
1169
11702000-04-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1171
1172 * vty.c (exec_timeout): Separate timeout setting to minutes and
1173 seconds.
1174 (no_exec_timeout): Add "no exec-timeout" command.
1175
1176 * vty.h (VTY_TIMEOUT_DEFAULT): Change default value from 300 to
1177 600.
1178
11792000-03-31 Jochen Friedrich <jochen@scram.de>
1180
1181 * smux.h (SMUX_CLOSE): The SMUX_CLOSE PDU is implicit integer, so
1182 it is a primitive encoding and not constructed.
1183
11842000-03-28 Toshiaki Takada <takada@zebra.org>
1185
1186 * memory.[ch] (enum): Add MTYPE_OSPF_EXTERNAL_INFO.
1187
11882000-03-26 Love <lha@s3.kth.se>
1189
1190 * zclient.c (zclient_read): Add nbytes size check for
1191 ZEBRA_HEADER_SIZE. Check return value of steam_read ().
1192
11932000-03-26 Rick Payne <rickp@rossfell.co.uk>
1194
1195 * routemap.c: Add flexible route-map commands such as on-match
1196 next, on-match goto N.
1197
1198 * routemap.h: Likewise
1199
12002000-03-23 Adrian Bool <aid@u.net.uk>
1201
1202 * command.c (config_log_trap): Add new command "log trap
1203 PRIORITY".
1204
12052000-03-14 Toshiaki Takada <takada@zebra.org>
1206
1207 * memory.c (struct memory_list): Add Link List and Link Node
1208 to view.
1209
1210 * memory.h (enum): Remove MTYPE_OSPF_EXTERNAL_ROUTE.
1211
12122000-01-20 Hideto Yamakawa <hideto.yamakawa@soliton.co.jp>
1213
1214 * str.c (snprintf): Fix bug of calling sprintf instead of
1215 vsprintf.
1216
12172000-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1218
1219 * memory.h (enum): Add MTYPE_RIP_PEER.
1220
12212000-01-15 Toshiaki Takada <takada@zebra.org>
1222
1223 * memory.h (enum): Add MTYPE_OSPF_CRYPT_KEY.
1224
12252000-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1226
1227 * command.h (node_type ): Add MASC_NODE for masc.
1228
12292000-01-09 Wang Jianliang <wangjl@soim.net>
1230
1231 * routemap.c (route_map_index_add): When route_map_index is not
1232 empty and insert new item at the head, it can cause core dump.
1233 Fix "if (index == map->head)" to "if (point == map->head).
1234 (route_map_add_set): If there is an old set command, override old
1235 set command with new one.
1236 (route_map_index_delete): Use while() instead of for for() for
1237 logical correctness.
1238
12391999-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1240
1241 * memory.h (enum): Add MTYPE_BGP_STATIC.
1242
12431999-12-23 Alex Zinin <zinin@amt.ru>
1244 * zebra.h, zclient.*: dynamic int up/down message
1245 support
1246
12471999-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1248
1249 * thread.c (thread_cancel_event): Add a function for clean up
1250 events.
1251
12521999-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1253
1254 * dropline.c: Delete file.
1255 dropline.h: Linewise.
1256
12571999-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1258
1259 * filter.c (access_list_filter_delete): Wrong pointer
1260 access->master was pointed out after access is freed. I store
1261 master value at the beginning of the function.
1262
12631999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1264
1265 * vty.c (exec_timeout): Change of VTY timeout affect to current
1266 VTY connection.
1267 (vty_accept): Instead of immediate exit() return -1.
1268
12691999-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1270
1271 * vty.c (vty_configure_lock): Configuration lock function added.
1272 Only one VTY can use CONFI_NODE at the same time.
1273
1274 * log.c: Delete zvlog_* functions. Now zlog_* does the same
1275 thing.
1276
1277 * log.c (log_init): Function removed.
1278 (log_close): Likewise.
1279 (log_flush): Likewise.
1280 (log_open): Likewise.
1281
1282 * vty.c (terminal_monitor): Add new command.
1283 (no_terminal_monitor): Likewise.
1284
1285 * log.c (old_log): Function removed.
1286 (old_log2): Likewise.
1287 (old_log_warn): Likewise.
1288
12891999-12-04 Toshiaki Takada <takada@zebra.org>
1290
1291 * command.c (cmd_ipv6_match): New function added.
1292 (cmd_ipv6_prefix_match): Likewise.
1293
12941999-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1295
1296 * command.c (cmd_ipv6_match):
1297
1298 * table.c: Delete #ifdef HAVE_MBGPV4.
1299
1300 * prefix.h (struct prefix): Add safi member.
1301 (struct prefix_ipv4): Likewise.
1302 (struct prefix_ipv6): Likewise.
1303
13041999-12-04 Rumen Svobodnikov <rumen@linux.tu-varna.acad.bg>
1305
1306 * memory.c (struct mstat): Revert to support MEMORY_LOG.
1307
13081999-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1309
1310 * version.h: Bump up to 0.81c for testing new kernel codes.
1311
13121999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1313
1314 * thread.h (struct thread): Pthread support is disabled all
1315 platform.
1316
13171999-11-21 Michael Handler <handler@sub-rosa.com>
1318
1319 * Include <limits.h> and <strings.h> under SUNOS_5.
1320
13211999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1322
1323 * sockunion.c (in6addr_cmp): Enclosed by #define HAVE_IPV6
13241999-11-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1325
1326 * command.h (node_type ): Add BGP_IPV4_NODE and BGP_IPV6_NODE.
1327
13281999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1329
1330 * command.c (disable): Add `disable' command.
1331
13321999-11-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1333
1334 * plist.c (vty_prefix_list_install): Add any check.
1335
13361999-11-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1337
1338 * command.h (node_type ): Add DUMP_NODE.
1339
13401999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1341
1342 * smux.c: Change default SMUX oid to compatible with gated.
1343
13441999-10-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1345
1346 * if_rmap.c: New file added.
1347
1348 * if_rmap.h: New file added.
1349
13501999-10-29 Alex Zinin <zinin@amt.ru>
1351
1352 * hash.c: add hash_free() function
1353
13541999-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1355
1356 * hash.c (hash_clean): Add clean function.
1357
1358 * plist.c (prefix_list_reset): Add reset function.
1359
1360 * filter.c (access_list_reset): Add reset function.
1361
13621999-10-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1363
1364 * client.c: Merged with zclient.c.
1365 * client.h: Merged with zclient.h.
1366
13671999-10-15 Jordan Mendelson <jordy@wserv.com>
1368
1369 * md5.c: Imported from GNU C Library.
1370 * md5-gnu.h: Likewise.
1371
13721999-10-15 Jochen Friedrich <jochen@scram.de>
1373
1374 * smux.c (smux_getresp_send): SMUX_GETRSP codes improvement.
1375
13761999-10-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1377
1378 * smux.h: New file added.
1379
1380 * snmp.c: Rename to smux.c.
1381
13821999-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1383
1384 * command.c (cmd_execute_command_strict): Filter ambious commands.
1385 (cmd_filter_by_string): Change to return enum match_type.
1386
13871999-10-01 Toshiaki Takada <takada@zebra.org>
1388
1389 * vty.c (vty_describe_fold): New function which does VTY
1390 description line fold.
1391 * vty.c (vty_describe_command): Set description column.
1392
13931999-09-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1394
1395 * plist.c (prefix_list_init_ipv4): VTY user interface is improved.
1396
13971999-09-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1398
1399 * command.c (cmd_filter_by_string): Fix bug of CMD_IPV4 and
1400 CMD_IPV4_PREFIX check. Both return type must be exact_match.
1401
14021999-09-24 Toshiaki Takada <takada@zebra.org>
1403
1404 * command.c (cmd_filter_by_completion),
1405 (is_cmd_ambiguous): Check IPv4 address, IPv4 prefix and range
1406 parameter matches range.
1407
14081999-09-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1409
1410 * routemap.c (route_map_apply): Returm RM_DENYMATCH when no match
1411 is performed.
1412
14131999-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1414
1415 * vty.c (vty_read): Control-C stop VTY_MORE mode.
1416
14171999-09-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1418
1419 * command.h (node_type ): Add ACCESS_IPV6_NODE and
1420 PREFIX_IPV6_NODE.
1421
1422 * distribute.h: New file added.
1423
1424 * command.h (node_type ): Delete DISTRIBUTE_NODE.
1425
14261999-09-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1427
1428 * vty.c (vty_terminate_all): New function added for reload
1429 support.
1430
14311999-09-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1432
1433 * memory.h (enum): Add new type MTYPE_OSPF_EXTERNAL_ROUTE.
1434
14351999-08-31 Janos Farkas <chexum@shadow.banki.hu>
1436
1437 * vty.c (vty_read): Handle also 0x7f (alt-backspace), just like
1438 esc-ctrl-h (delete word backwards).
1439
14401999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1441
1442 * if.h: Add if_nametoindex for NRL.
1443
14441999-08-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1445
1446 * if.c (if_create): New function.
1447
14481999-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1449
1450 * snmp.c: New file.
1451
14521999-08-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1453
1454 * stream.c (stream_put): stream_memcpy () is changed to stream_put
1455 (). stream_get () is added.
1456
14571999-08-18 Toshiaki Takada <takada@zebra.org>
1458
1459 * memory.h (enum): Add MTYPE_OSPF_LSA_DATA.
1460
14611999-08-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1462
1463 * table.c (route_table_finish): add function frees table.
1464
14651999-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1466
1467 * memory.h (enum): Add MTYPE_RTADV_PREFIX.
1468
14691999-08-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1470
1471 * if.h (struct interface ): hw_address, hw_address_len added.
1472
14731999-08-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1474
1475 * if.h (struct interface ): Change structure member if_data to
1476 info, index to ifindex.
1477
14781999-08-08 Rick Payne <rickp@rossfell.co.uk>
1479
1480 * routemap.c: Multi protocol route-map modification.
1481
1482 * routemap.c (route_map_apply): Route match process bug is fixed.
1483
14841999-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1485
1486 * thread.c (thread_fetch): When signal comes, goto retry point.
1487
14881999-08-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1489
1490 * Makefile.am: Add sockopt.c and sockopt.h
1491 * sockopt.c: New file.
1492 * sockopt.h: New file.
1493
14941999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1495
1496 * version.h (ZEBRA_VERSION): Release zebra-0.75
1497
14981999-08-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1499
1500 * memory.h (enum): Add MTYPE_RIPNG_AGGREGATE.
1501
15021999-07-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1503
1504 * sockunion.h: Add sockunion_getpeername ().
1505
15061999-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1507
1508 * version.h: Release zebra-0.74
1509
15101999-07-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1511
1512 * command.h (struct host): Delete lines from struct host. Add
1513 lines to struct vty.
1514
1515 * command.c: Delete `lines LINES'. Terminal display line settings
1516 should be done by `terminal length' command.
1517
15181999-07-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1519
1520 * memory.h (enum): MTYPE_OSPF_PATH are added.
1521
15221999-07-22 Toshiaki Takada <takada@zebra.org>
1523
1524 * memory.h (enum): MTYPE_OSPF_NEXTHOP is added.
1525
15261999-07-21 Toshiaki Takada <takada@zebra.org>
1527
1528 * linklist.c (list_add_node_prev), (list_add_node_next),
1529 (list_add_list): New function added.
1530
1531 * table.c (route_table_free): New function added.
1532
15331999-07-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1534
1535 * plist.c (config_write_prefix): Set write flag when configuration
1536 is written.
1537
15381999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1539
1540 * prefix.c : prefix_cmp() added. change apply_mask() to
1541 apply_mask_ipv4(), and new apply_mask() added.
1542
15431999-07-14 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1544
1545 * prefix.c (prefix2str): append prefixlen.
1546
15471999-07-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1548
1549 * command.c (config_terminal): Change "config terminal" to
1550 "configure terminal". Reported by Georg Hitsch
1551 <georg@atnet.at>.
1552 (config_terminal_length): `terminal length <0-512>' is added. At
1553 this moment this command is only usef for vty interface.
1554 Suggested by Georg Hitsch <georg@atnet.at>.
1555
15561999-07-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1557
1558 * routemap.c (rulecmp): Add wrapper function of strcmp.
1559
15601999-07-08 Rick Payne <rickp@rossfell.co.uk>
1561
1562 * sockunion.c (inet_aton): Fix bug of inet_aton.
1563
15641999-07-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1565
1566 * version.h (ZEBRA_VERSION): Start zebra-0.73
1567
15681999-07-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1569
1570 * version.h: Bump up to 0.72.
1571
15721999-07-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1573
1574 * command.c (install_default): New function for install default
1575 commands to the node.
1576
1577 * memory.h (enum): MTYPE_NEXTHOP is added.
1578
15791999-07-01 <kunihiro@zebra.org>
1580
1581 * command.c (no_banner_motd): `no banner motd' command added.
1582
15831999-06-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1584
1585 * regex.c: Update to glibc-2.1.1's posix/regex.c
1586
1587 * regex-gnu.h: Update to glibc-2.1.1's posix/regex.h
1588
1589 * prefix.h (IPV4_ADDR_SAME): Macro added.
1590 (IPV6_ADDR_SAME): Likewise.
1591
15921999-06-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1593
1594 * memory.h (enum): Add MTYPE_OSPF_VERTEX
1595
1596 * version.h: Bump up to 0.71.
1597
1598 * vty.c (vty_serv_sock_addrinfo): Use addrinfo function to bind
1599 VTY socket when IPv6 is enabled.
1600
16011999-06-28 Kunihiro Ishiguro <kunihiro@zebra.org>
1602
1603 * vty.c (vty_serv_sock): Change vty_serv_sock determine which
1604 address family to bind.
1605
1606 * command.c: Add quit command.
1607
16081999-06-26 NOGUCHI kay <kay@dti.ad.jp>
1609
1610 * vty.c (vty_read_config): Fix bug of configuration file path
1611 detection.
1612
16131999-06-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1614
1615 * version.h: Bump up to 0.70.
1616
16171999-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1618
1619 * buffer.h (GETL): Remove GETL macro.
1620
1621 * version.h: Bump up to 0.69.
1622
16231999-06-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1624
1625 * if.c (connected_add): Commented out connected_log.
1626
16271999-06-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1628
1629 * command.h (struct cmd_element ): strvec and descvec is combined
1630 into newstrvec.
1631
1632 * command.c (desc_make): Function removed.
1633 (desc_next): Function removed.
1634
1635 * command.h (struct cmd_element ): docvec is removed from struct
1636 cmd_element.
1637
16381999-06-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1639
1640 * command.c (cmd_execute_command): Remove command NULL check.
1641
1642 * command.h (struct cmd_element ): Add newstrvec entry to struct
1643 cmd_element.
1644 (DEFUN2): DEFUN2 macro is removed. DEFUN is extended to support
1645 (a|b|c) statement.
1646 (DESC): DESC macro is removed.
1647
1648 * vty.c (vty_complete_command): When return value is
1649 CMD_ERR_NO_MATCH, don't display error message.
1650
16511999-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1652
1653 * table.c (route_next_until): New function.
1654
1655 * version.h: Bump up to 0.68.
1656
16571999-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1658
1659 * vty.c (vty_close): Free vty->buf when vty is closed.
1660
1661 * memory.h (enum): Add MTYPE_COMMUNITY_ENTRY and
1662 MTYPE_COMMUNITY_LIST.
1663
1664 * vty.h (struct vty ): Change buf from static length buffer to
1665 variable length buffer.
1666
1667 * vty.c (vty_ensure): New function added.
1668
16691999-06-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1670
1671 * command.h (node_type ): Add COMMUNITY_LIST_NODE.
1672
1673 * command.c (config_enable_password): Freeing host.enable bug is
1674 fixed.
1675 (config_enable_password): Add argc count check.
1676
16771999-05-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1678
1679 * version.h: Bump up to 0.67.
1680
16811999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1682
1683 * command.c (zencrypt): New function for encrypt password.
1684
1685 * command.h (struct host): Add password_encrypt and
1686 enable_encrypt.
1687
16881999-05-30 Jochen Friedrich <jochen@scram.de>
1689
1690 * command.h (struct host): New member encrypt is added for
1691 encrypted password.
1692
16931999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1694
1695 * vty.c: Remove all_digit_check function. Instead use all_digit.
1696
1697 * prefix.c (all_digit): New function for checking string is made
1698 from digit character.
1699
17001999-05-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1701
1702 * Makefile.am (libzebra_a_SOURCES): Add zclient.c.
1703 (noinst_HEADERS): Add zclient.h
1704
1705 * zclient.[ch]: New file for zebra client routine.
1706
1707 * memory.h (enum): Add MTYPE_ZEBRA.
1708
17091999-05-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1710
1711 * version.h (ZEBRA_VERSION): Update to 0.66.
1712
17131999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1714
1715 * buffer.h (GETC,GETW): Macro deleted.
1716
17171999-05-15 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
1718
1719 * prefix.h (IPV4_NET0, IPV4_NET127): Macro added.
1720
17211999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1722
1723 * vty.c (service_advanced_vty): New command added.
1724 (no_service_advanced_vty): Likewise.
1725
17261999-05-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1727
1728 * vty.c (vty_auth): If advanced flag is set and enable password is
1729 not set, directly login to the ENABLE_NODE. This feature is
1730 originally designed and implemented by Stephen R. van den Berg
1731 <srb@cuci.nl>.
1732
1733 * command.h (host): Add advanced flag to struct host for advanced
1734 vty terminal interface.
1735
1736 * version.h (ZEBRA_VERSION): Update to 0.65 for next beta release.
1737
17381999-05-14 Stephen R. van den Berg <srb@cuci.nl>
1739
1740 * command.h (node_type ): Add TABLE_NODE.
1741
1742 * vty.c (vty_telnet_option): Check host.lines value.
1743
1744 * command.c (config_lines): DEFUN for 'lines LINES' command.
1745
1746 * zebra.h: Include <sys/utsname.h> for uname().
1747 (RT_TABLE_MAIN): Defined as 0 if OS does not support multiple
1748 routing table.
1749
1750 * vty.c (vty_auth): Directly login to the ENABLE_NODE when enable
1751 password is not set.
1752 (vty_prompt): Get machine's hostname when hostname is not set.
1753
17541999-05-11 James Willard <james@whispering.org>
1755
1756 * command.c (config_exit): Close connection when `exit' command is
1757 executed at ENABLE_NODE.
1758
17591999-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1760
1761 * vty.c (vty_stop_input): `C-c' key change node to ENABLE_NODE.
1762
1763 * command.c (cmd_execute_command_strict): Matched command size
1764 check added.
1765 (cmd_make_desc_line): New function for DEFUN2.
1766
1767 * command.h (struct cmd_element ): Add descsize.
1768
17691999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1770
1771 * command.h (struct cmd_element ): Remame descvec to docvec.
1772 (struct cmd_element ): Add descvec for new description system.
1773
1774 * command.c (desc_make): Check cmd->descvec.
1775
17761999-05-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1777
1778 * memory.h (enum): Add MTYPE_CLUSTER, MTYPE_CLUSTER_VAL.
1779
17801999-05-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1781
1782 * version.h (ZEBRA_VERSION): Bump up to 0.64 for next beta
1783 release.
1784
17851999-05-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1786
1787 * linklist.c (list_delete_all_node): bug fix.
1788 previous code loses current position when node
1789 is deleted.
1790
17911999-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1792
1793 * command.h (DESC): Macro added.
1794 (struct cmd_element2): Delete struct cmd_element2.
1795
1796 * plist.c (prefix_list): Sequential number option check is added.
1797
17981999-05-02 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1799
1800 * log.c (zvlog_{debug,info,notice,warn,err}): have been
1801 added. now we can log both console and file, but still
1802 need some fix about config write.
1803
18041999-05-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1805
1806 * log.c (zvlog_debug): Fix yasu's change.
1807
18081999-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1809
1810 * plist.c (prefix_list): Fix typo.
1811
18121999-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1813
1814 * Set version to 0.63 for first beta package.
1815
18161999-04-27 Carlos Barcenilla <barce@frlp.utn.edu.ar>
1817
1818 * prefix.c (str2prefix_ipv4): Fix prefix length check.
1819 (str2prefix_ipv6): Likewise.
1820
18211999-04-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1822
1823 * memory.h (enum): Add MTPYE_PREFIX_LIST and
1824 MTYPE_PREFIX_LIST_ENTRY.
1825
1826 * command.h (node_type ): Add PREFIX_NODE.
1827
18281999-04-25 Carlos Barcenilla <barce@frlp.utn.edu.ar>
1829
1830 * command.c: ALIAS (config_write_memory_cmd) and ALIAS
1831 (copy_runningconfig_startupconfig_cmd) is added.
1832
1833 * table.c (route_node_lookup): Unused match variable deletion.
1834
18351999-04-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1836
1837 * Makefile.am (libzebra_a_SOURCES): plist.c added.
1838 (noinst_HEADERS): plist.h added.
1839
1840 * plist.c, plist.h: New file added.
1841
1842 * memory.h (enum): Rename MTYPE_AS_PASN to MTYPE_AS_STR.
1843 * memory.c: Likewise.
1844
18451999-04-19 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
1846
1847 * command.c (show_version): `show version' command added.
1848
18491999-04-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1850
1851 * prefix.c (str2prefix_ipv6): Prefix length overflow check.
1852
18531999-04-19 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
1854
1855 * prefix.c (str2prefix_ipv4): Prefix length overflow check.
1856
18571999-04-19 Alex Bligh <amb@gxn.net>
1858
1859 * prefix.c (sockunion2hostprefix): Function added.
1860 (sockunion2prefix): Address family was not set. Now it is set.
1861
1862 * vty.c: VTY access-class command is added.
1863
18641999-04-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1865
1866 * memory.c: Change xmalloc to zmalloc. xcalloc, xrealloc, xfree,
1867 xstrdup are likewise.
1868
18691999-04-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1870
1871 * thread.c: Add thread_execute for other routing daemon.
1872 OSPF tasks need to be generated by "sheduled" and "executed".
1873
18741999-04-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1875
1876 * buffer.c: Rewrite buffer_write and buffer_flush related
1877 functions for fixing bugs. Reason of the problem and fix is
1878 suggested by Alex Bligh <amb@gxn.net>.
1879
18801999-04-12 Alex Bligh <amb@gxn.net>
1881
1882 * command.c (cmd_entry_function_descr): Added for variable
1883 argument help display.
1884
18851999-04-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1886
1887 * regex.c, regex-gnu.h: Imported from GNU sed-3.02 distribution.
1888
18891999-03-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1890
1891 * stream.c: stream_fifo_free bug is fixed.
1892
18931999-03-19 Toshiaki Takada <takada@zebra.org>
1894
1895 * stream.c (stream_strncpy): Added for getting any length bytes
1896 from stream.
1897
18981999-03-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1899
1900 * version.h (ZEBRA_BUG_ADDRESS): New macro added.
1901
19021999-03-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1903
1904 * buffer.c (buffer_flush_window): If ep is same as buffer's size
1905 length and lp is overrun one octet.
1906
19071999-03-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1908
1909 * vty.h: add VTY's timeout function.
1910
19111999-03-05 <kunihiro@zebra.org>
1912
1913 * command.h (node_type ): Add OSPF6_node.
1914
19151999-03-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1916
1917 * zebra.h: Check HAVE_SYS_SELECT_H when include <sys/select.h>
1918
19191999-03-03 Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
1920
1921 * zebra.h: Include <net/if_var.h> if it exists.
1922
19231999-03-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1924
1925 * getopt.[ch],getopt1.c: Sync with glibc-2.1.
1926
1927 * log.c (zlog): Tempolary ZLOG_STDOUT feature added.
1928
1929 * command.h: Include vector.h and vty.h
1930
19311999-02-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1932
1933 * routemap.h (struct route_map_rule_cmd): Add prefix arguemnt.
1934
1935 * routemap.c (route_map_apply_index): Add prefix argument.
1936 (route_map_apply): Likewise.
1937
1938 * memory.h (enum): Add MTYPE_ROUTE_MAP_COMPILED.
1939
1940 * stream.c: Add stream_fifo related functions.
1941
19421999-02-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1943
1944 * daemon.c: Return integer value. File descriptor close is added.
1945
1946 * memory.h (enum): add MTYPE_OSPF_LSA.
1947
19481999-02-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1949
1950 * rsh.c: Remove empty file.
1951
19521999-02-22 <kunihiro@zebra.org>
1953
1954 * routemap.c: Add add/delete hook to route_map_master.
1955
19561999-02-19 Peter Galbavy <Peter.Galbavy@knowledge.com>
1957
1958 * str.[ch] added to supply wrappers for snprintf(), strlcat() and
1959 strlcpy on system without these.
1960
19611999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1962
1963 * syslog support added
1964
19651999-02-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1966
1967 * filter.c (access_list_add_hook): added for hook function management.
1968 * filter.c (access_list_delete_hook): Likewise.
1969
19701999-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1971
1972 * stream.c: New file.
1973 * stream.h: New file.
1974 * Divide stream related fucntions from buffer.[ch] into stream.[ch].
1975
19761999-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1977
1978 * memory.h (enum): add MTYPE_STREAM, MTYPE_STREAM_DATA
1979
1980 * buffer.c (stream_new): Set MTYPE_STREAM to XMALLOC argument.
1981
19821998-12-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1983
1984 * routemap.c: route_map_index_delete() added.
1985
19861998-12-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1987
1988 * buffer.c (buffer_empty): check cp instead of sp.
1989
19901998-12-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1991
1992 * radix.[ch]: Deleted.
1993
19941998-12-15 Magnus Ahltorp <map@stacken.kth.se>
1995
1996 * buffer.c: Prototype fixes.
1997 * prefix.c: Likewise.
1998 * sockunion.c: Likewise.
1999 * sockunion.h: Likewise.
2000
20011998-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
2002
2003 * vty.c (vty_read): DELETE key works as vty_delete_char.
2004
20051998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
2006
2007 * log.c (time_print): chane %y to %Y.
2008
20091998-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
2010
2011 * distribute.c: new file.
2012
20131998-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
2014
2015 * filter.c: Remove all of struct prefix_{ipv4,ipv6} and add
2016 complete support of IPv6 access list.
2017
2018 * command.c (config_write_element): function delete.
2019 (config_write_host): function add. password and enable password
2020 isn't printed to vty interface.
2021
20221998-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
2023
2024 * filter.c: Change prefix_ipv4 to prefix and add support of
2025 prefix_ipv6 filtering.
2026
20271998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
2028
2029 * Makefile.am (INCLUDES): add @INCLUDES@ for Linux IPv6 inet6-apps
2030 header includes.
2031
20321998-12-05 Kunihiro Ishiguro <kunihiro@zebra.org>
2033
2034 * log.c (log_flush): fix function name typo.
2035
20361998-12-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
2037
2038 * memory.h: OSPF memory type is added.
2039
20401998-11-15 Kunihiro Ishiguro <kunihiro@zebra.org>
2041
2042 * command.c (sort_node): add sort_node() for pretty printing of
2043 command on vty interface.
2044 (config_password): delete the restriction of charaster of password
2045 string.
2046
20471998-09-05 Kunihiro Ishiguro <kunihiro@debian.zebra.org>
2048
2049 * prefix.c (prefix_ipv4_any): add prefix_ipv4_any().
2050
20511998-08-25 Kunihiro Ishiguro <kunihiro@zebra.org>
2052
2053 * network.h: New file.
2054
20551998-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
2056
2057 * vty.c (vty_will_echo): function name change from vty_off_echo.
2058
20591998-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
2060
2061 * buffer.h: add PUTC,PUTW,PUTL macros.
2062
20631998-07-22 Kunihiro Ishiguro <kunihiro@zebra.org>
2064
2065 * route.[ch]: renamed to prefix.[ch]
2066
20671998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
2068
2069 * prefix_in, prefix_in6 is replaced by prefix_ipv4, prefix_ipv6.
2070
2071 * Makefile.am: @INCLUDES@ is deleted from INCLUDES.
2072
20731998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
2074
2075 * host.[ch]: merged with command.[ch]
2076
20771998-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
2078
2079 * Makefile.am (libzebra_a_SOURCES): add route.c to libzebra_a_SOURCES.
2080
20811998-05-07 Kunihiro Ishiguro <kunihiro@zebra.org>
2082
2083 * route.c (str2prefix): str2prefix () is gone.
2084
20851998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
2086
2087 * vty.c (vty_read_config): change CONDIR to SYSCONFDIR.
2088
2089 * .cvsignore: add file.
2090
2091 * memory.c (xerror): add arguent `type' and `size'.
2092
2093 * socket.c: deleted.
2094
20951998-05-02 Kunihiro Ishiguro <kunihiro@zebra.org>
2096
2097 * vector.c: malloc,free,realloc -> XMALLOC,XFREE,XREALLOC.
2098 * linklist.c: same as above.
2099
21001998-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
2101
2102 * filter.[ch]: added.
2103
21041998-04-01 Kunihiro Ishiguro <kunihiro@zebra.org>
2105
2106 * vty.c (config_who): return CMD_SUCCESS
2107
21081998-04-01 Jochen Friedrich <jochen@scram.de>
2109
2110 * table.c (route_dump_node): route_dump_node is IPv6 specific
2111 function so move #ifdef to the end of route_dump_node ().
2112
21131998-03-05 "Hannes R. Boehm" <hannes@boehm.org>
2114
2115 * if.c: DEFUN(interface_desc) added.
2116
21171998-03-05 Kunihiro Ishiguro <kunihiro@zebra.org>
2118
2119 * if.c: separated from ripd/rip_interface.c
2120
21211998-03-04 Kunihiro Ishiguro <kunihiro@zebra.org>
2122
2123 * thread.[ch] : added.
2124
21251998-02-14 Kunihiro Ishiguro <kunihiro@zebra.org>
2126
2127 * vty.c (vty_delete_char): fix size bug.
2128 (vty_backward_pure_word): function added.
2129 (vty_read): ESC + 'f' perform vty_forward_word.
2130 (vty_read): ESC + 'b' perform vty_backward_word.
2131
21321998-02-11 Kunihiro Ishiguro <kunihiro@zebra.org>
2133
2134 * radix.c (radix_lookup_rt): add mask check.
2135 (radix_delete_duproute): add mask check.
2136
21371998-02-10 Kunihiro Ishiguro <kunihiro@zebra.org>
2138
2139 * command.c (config_write_file): fix vty -> file_vty.
2140
21411998-02-06 Kunihiro Ishiguro <kunihiro@zebra.org>
2142
2143 * command.c (cmd_filter_ambiguous): add complex type treatment.
2144
21451998-02-05 Kunihiro Ishiguro <kunihiro@zebra.org>
2146
2147 * vty.c (vty_time_print): function added.
2148 (vty_complete_command): now [...] element isn't shown by completion.
2149
21501998-01-26 Kunihiro Ishiguro <kunihiro@zebra.org>
2151
2152 * command.c : change from cmd_install_node() to install_node().
2153
21541998-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
2155
2156 * route.[ch]: struct rt{} is replaced by struct prefix{}.
2157
21581998-01-06 Kunihiro Ishiguro <kunihiro@zebra.org>
2159
2160 * command.c (cmd_execute_command): check command length.
2161
2162 * timer.c (zebra_timer_set): add zebra_timer_set.
2163
21641998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
2165
2166 * command.h (node_type ): add ZEBRA_NODE.
2167
2168 * command.c (config_exit): add RIP_NODE.
2169 (config_write_file): add RIP_NODE.
2170
21711998-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
2172
2173 * print_version.c (print_version): Now Copyright is 1996-1998.
2174
2175 * sockunion.c (sockunion_log): moved from ../zebra/route.c
2176
21771997-12-30 Kunihiro Ishiguro <kunihiro@zebra.org>
2178
2179 * host.c (config_logfile): change 'log PATH' to 'logfile PATH'.
2180
2181 * sockunion.c (sockunion_sameprefix): add same prefix for
2182 sockunion.
2183
21841997-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
2185
2186 * radix.[ch] : are moved from ../zebra directroy.
2187
2188 * command.c (config_from_file): if command execution failed down
2189 level to CONFIG_NODE.
2190
2191 * host.c: config_log function which enable 'log FILENAME' command.
2192
21931997-12-23 Kunihiro Ishiguro <kunihiro@zebra.org>
2194
2195 * vty.c: add vty_transpose_chars (). Now you can use '^T' to
2196 transpose character.
2197
2198 * command.c: cmd_cmdsize add, this is useful to check incomplete
2199 command.
2200
22011997-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
2202
2203 * fd.h: add family for address family
2204
22051997-12-06 Kunihiro Ishiguro <kunihiro@zebra.org>
2206
2207 * command.o
2208 * vty.o
2209 * host.o is moved from ../zebra
2210
22111997-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
2212
2213 * make library directory.
2214