]> git.proxmox.com Git - mirror_frr.git/blame - lib/ChangeLog
2004-07-23 Sowmini Varadhan <Sowmini.Varadhan@Sun.COM>
[mirror_frr.git] / lib / ChangeLog
CommitLineData
4f7baa0e 12004-07-23 Paul Jakma <paul@dishone.st>
2
3 * sockopt.h: Add SOPT_SIZE_CMSG_PKTINFO{_IPV{4,6}} define, for
4 sizeof pktinfo as appropriate, to be used when allocating msg
5 buffers. export setsockopt_pktinfo() and
6 getsockopt_pktinfo_ifindex()
7 * sockopt.c: (setsockopt_pktinfo_ifindex) new function to portably
8 set received ifindex sock option.
9 (getsockopt_pktinfo_ifindex) portably retrieve ifindex.
10 (getsockopt_cmsg_data) retrieve indicated control info from
11 message header.
12 (getsockopt_ipv6_pktinfo_ifindex) ipv6 version of above.
13 (setsockopt_ipv4_pktinfo) v4 version
14 (setsockopt_pktinfo) the exported version
15 (getsockopt_ipv4_pktinfo_ifindex) v4 specific version
16 (getsockopt_pktinfo_ifindex) the exported version
17
05c447dd 182004-07-14 Paul Jakma <paul@dishone.st>
19
20 * sigevent.c: (quagga_signal_handler) add a global caught flag, set
21 the flags to a constant rather increment to be kinder.
22 (quagga_sigevent_process) new function, to do core of what
23 quagga_signal_timer did. dont block signals at all as sig->caught
24 is volatile sig_atomic_t and should be safe to access from signal
25 and normal contexts. The signal blocking is unneeded paranoia, but
26 is left intact under an ifdef, should some platform require it.
27 Check global caught flag before iterating through array.
28 (quagga_signal_timer) nearly everything moved to
29 quagga_sigevent_process. Left in under ifdef, in case some
30 platform could use a regular timer check for signals.
31 * sigevent.h: quagga_sigevent_process declaration.
32 * thread.c: (thread_fetch) check for signals at beginning of
33 scheduler loop, check for signals if select returns EINTR.
34
b7797131 352004-07-13 Greg Troxel <gdt@poblano.ir.bbn.com>
36
37 * sigevent.c: Don't block SIGTRAP and SIGKILL. Blocking SIGTRAP
38 confuses gdb, at least on NetBSD 2.0_BETA, where the block
39 succeeds.
40
5510e83b 412004-07-09 Paul Jakma <paul@dishone.st>
42
43 * Merge Kunihiro's 'show route-map' change and add
44 compatibility aliases for route-map continue
b9790b34 45 * jhash.{c,h}: New files. Bob Jenkins' public domain hashing
46 function, as implemented in linux kernel by David Miller.
5510e83b 47
b06c14f2 482004-07-09 Juris Kalnins <juris@mt.lv>
49
50 * if.c: (if_cmp_func) fix for interface names where name is same,
51 but one has no number, eg "devtyp" and "devtyp0".
52
87efd646 532004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
54
55 * Makefile.am: Make libzebra shared.
56
138ce75f 572004-06-21 Paul Jakma <paul@dishone.st>
58
59 * ChangeLog: fix my last update config.h -> zebra.h ;)
60 * zebra.h: Fix gcc check.
61
02ff83c5 622004-06-11 Sowmini Varadhan <sowmini.varadhan@sun.com>
63
64 * filter.c: (access_list_remark_cmd) buffer_putstr doesnt need cast
65 to u_char. (ipv6_access_list_remark_cmd) ditto.
66 if.c: ditto
67 * network.c: (readn/writen) pointer arg should be type u_char.
68 * plist.c: needs to include stream.h, not declare stream functions
69 internally.
70 (various) Add static qualifier to internal functions.
71 (prefix_list_type_str) extraneous breaks in switch statement.
72 (ip_prefix_list_description_cmd) buffer_putstr doesnt need cast
73 * stream.h: depends on plist.h and export stream_put_prefix
74 * vty.c: (vty_<telnet option build functions>) should use
75 unsigned char, telnet options are 0 -> 255.
76 * zclient.c: various u_char<->char type cleanups.
77 * zebra.h: Having to define CMSG_* can apply to more than just
78 BSDI_NRL.
79
51a8798e 802004-06-09 Paul Jakma <paul@dishone.st>
81
138ce75f 82 * zebra.h: __attribute__ is a gcc'ism
51a8798e 83
5228ad27 842004-06-04 Paul Jakma <paul@dishone.st>
85
86 * type mismatch fixes
87
6708fa3c 882004-05-18 Hasso Tepper <hasso@estpak.ee>
89
90 * pqueue.[c|h]: Added as part of ospf6d merge from Zebra repository.
91
0a589359 922004-05-08 Paul Jakma <paul@dishone.st>
93
94 * zclient.c (zapi_ipv4_route) Follow Sowmini's lead and describe
95 message format.
96
972004-05-08 Sowmini Varadhan <sowmini.varadhan@sun.com>
98
99 * zclient.c: (zapi_ipv4_add) collapsed into zapi_ipv4_route
100 (zapi_ipv4_delete) ditto.
101 (zapi_ipv4_route) add/delete a route by way of cmd arg.
102 (zapi_ipv6_add) collapsed into zapi_ipv6_route.
103 (zapi_ipv6_delete) ditto.
104 (zapi_ipv6_route) add/delete a route by way of cmd arg.
105 (zebra_interface_address_delete_read) collapsed into
106 zebra_interface_address_read.
107 (zebra_interface_address_delete_read) ditto.
108 (zebra_interface_address_read) read address add/delete messages
109 by way of type argument. Describe command message format.
110 (zebra_interface_add_read) Unconditionally read new ifmtu6 field.
111 Describe command message format.
112 (zebra_interface_state_read) Unconditionally read new ifmtu6 field.
113 (zclient_redistribute_set) Collapsed into zclient_redistribute
114 (zclient_redistribute_unset) ditto
115 (zclient_redistribute) set/unset redistribution.
116 (zclient_redistribute_default_set) Collapsed into
117 zclient_redistribute_default.
118 (zclient_redistribute_default_unset) ditto.
119 (zclient_redistribute_default) Redistribute default set/unset.
120 * zclient.h: delete zapi_ipv{4,6}_add, zapi_ipv{4,6}_delete. Add
121 zapi_ipv{4,6}_route. delete zclient_redistribute_set/unset. Add
122 zclient_redistribute. Ditto for
123 zclient_redistribute_default_{set/unset}.
124
4a7aac1b 1252004-05-08 Sowmini Varadhan <sowmini.varadhan@sun.com>
126
127 * if.h: Add mtu6 field to struct interface, IPv6 MTU may differ
128 from IPv4, and Solaris treats the MTU's differently.
129 Add connected_add_by_prefix, for use by later patch.
130 * if.c: (connected_add_by_prefix) Add prefix to connected list.
131 (if_flag_dump) Solaris: Dump IFF_IPv4/6 flag
132 (if_dump) Dump mtu6 flag, for HAVE_IPV6.
22528299 133 * command.c: (sockunion_getsockname) use socklen_t for len.
134 (sockunion_getpeername) ditto.
0a589359 135
31fcdd3f 1362004-04-21 Boris Kovalenko <boris@tagnet.ru>
137
138 * daemon.c: (daemon) fix check for error return from setsid
139
c49b3069 1402004-01-19 Paul Jakma <paul@dishone.st>
141
142 * sigevent.{c,h}: New files, implement event handled signals.
143 see signal_init() in sigevent.h.
144
c32e1b57 1452003-12-23 Vincent Jardin <jardin@6wind.com>
146
147 * {command.c, memory.c, vty.c, zebra.h}: Add isisd support
148
3dbf9969 1492003-12-22 Greg Troxel <gdt@fnord.ir.bbn.com>
150
151 * vty.c (vty_use_backup_config): Don't free filenames before using
152 them for unlink.
153
54aba54c 1542003-08-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
155
156 * command.c: Fix <cr> display problem for command line
157 description
158
e9af5c78 1592003-05-24 Anil Madhavapeddy
160
161 * (sockunion.c): Incorrect bounds specified in sockunion_log()
162
445f1435 1632003-05-08 Sergiy Vyshnevetskiy <serg @ vostok.net>
164
165 * vty.c: -A option
166
1672003-04-19 Hasso Tepper <hasso@estpak.ee>
168
169 * rip_routemap.c: sync daemon's route-map commands to have same
170 syntax
171
718e3744 1722002-09-28 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
173
174 * vty.c (vty_flush): One line more on vty.
175
1762002-09-27 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
177
178 * vector.c (vector_lookup): Add new function.
179
1802002-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
181
182 * thread.c (timeval_adjust): Fix unconditional crush due to
183 FreeBSD's select() system call timeval value check.
184
1852002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
186
187 * zebra-0.93 released.
188
1892002-06-21 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
190
191 * if.c (ifc_pointopoint): Add ifc_pointopoint() accoding to Frank
192 van Maarseveen's suggestion.
193
1942002-06-18 Kunihiro Ishiguro <kunihiro@zebra.org>
195
196 * command.c: Change bcopy() to memcpy().
197
1982001-12-12 Kunihiro Ishiguro <kunihiro@zebra.org>
199
200 * command.c (config_password): Fix host.password clear bug.
201 Reported by Wang Jian <lark@linux.net.cn>.
202
2032001-08-29 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
204
205 * thread.c (thread_should_yield): New function to check thread
206 should yeild it's execution to other thread. Suggested by: Rick
207 Payne <rickp@ayrnetworks.com>
208
2092001-08-20 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
210
211 * thread.c (thread_timer_cmp): Rewrite function.
212
213 * hash.c: Add hash_get(). Change hash_pull() to hash_release().
214
2152001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
216
217 * zebra-0.92a released.
218
2192001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
220
221 * zebra-0.92 released.
222
2232001-08-12 Akihiro Mizutani <mizutani@dml.com>
224
225 * prefix.c (netmask_str2prefix_str): Convert "1.1.0.0 255.255.0.0"
226 string to "1.1.0.0/16".
227
2282001-08-10 Kunihiro Ishiguro <kunihiro@zebra.org>
229
230 * filter.c (access_list_lookup): access_list_lookup's first
231 argument is changed from address family to AFI.
232
233 * plist.c: (prefix_list_lookup): Likewise.
234
2352001-07-27 Akihiro Mizutani <mizutani@dml.com>
236
237 * plist.c: ge and le display order is changed. Old compatible
238 rule (len <= ge-value <= le-value) is removed.
239
2402001-07-08 Kunihiro Ishiguro <kunihiro@zebra.org>
241
242 * prefix.h: Temporary fix for alignment of prefix problem.
243
2442001-06-21 Kunihiro Ishiguro <kunihiro@zebra.org>
245
246 * prefix.h (struct prefix): Remove safi and padding field.
247 (struct prefix_ipv4): Likewise.
248 (struct prefix_ipv6): Likewise.
249 (struct prefix_ls): Likewise.
250 (struct prefix_rd): Likewise.
251
252 * command.h (enum node_type): Preparation for BGP new config.
253
254 * vty.c (vty_end_config): Likewise.
255
2562001-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
257
258 * routemap.c (route_map_rule_delete): Call func_free when
259 route-map rule is deleted.
260
2612001-06-14 "Akihiro Mizutani" <mizutani@dml.com>
262
263 * routemap.c (route_map_index_lookup): Prevent to use deny and
264 permit for same route-map sequence.
265
2662001-04-12 Kunihiro Ishiguro <kunihiro@zebra.org>
267
268 * vty.c (vty_read_config): Fix warning.
269
2702001-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
271
272 * command.c (IPV6_PREFIX_STR): Add '.' and '%' for IPv6 address
273 strings.
274
2752001-03-07 Kunihiro Ishiguro <kunihiro@zebra.org>
276
277 * zebra.h (_XPG4_2): Define _XPG4_2 and __EXTENSIONS__ for
278 CMSG_FIRSTHDR.
279
2802001-03-07 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
281
282 * zebra.h (struct in_pktinfo): structure in_pktinfo declaration.
283
2842001-02-19 Kunihiro Ishiguro <kunihiro@zebra.org>
285
286 * memory.c (memory_list_lib): Add MTYPE_NEXTHOP for "show memory
287 lib" member.
288
2892001-02-13 Matthew Grant <grantma@anathoth.gen.nz>
290
291 * vty.c (vty_read_config): Revert check of integrate_default when
292 VTYSH is defined.
293
2942001-02-13 Kunihiro Ishiguro <kunihiro@zebra.org>
295
296 * vty.c (vty_read_config): Do not check integrate_default. That
297 should be used only by vtysh.
298
2992001-02-08 Matthew Grant <grantma@anathoth.gen.nz>
300
301 * vty.c (vty_serv_un): Set umask 0077.
302 (vty_read_config): Stat for vtysh Zebra.conf, if found startup and
303 wait for boot configuration.
304
305 * if.c (if_lookup_address): Make it smart implementation.
306
307 * sockopt.c (setsockopt_multicast_ipv4): Set up a multicast socket
308 options for IPv4 This is here so that people only have to do their
309 OS multicast mess in one place rather than all through zebra,
310 ospfd, and ripd .
311
3122001-02-04 Akihiro Mizutani <mizutani@dml.com>
313
314 * plist.c (vty_prefix_list_install): Even when argument is
315 invalid, new memory is allocated. Now memory allocation is done
316 after argument check.
317
3182001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
319
320 * zebra-0.91 is released.
321
3222001-01-31 Akihiro Mizutani <mizutani@dml.com>
323
324 * vty.c (vty_login): Add vty login command.
325
3262001-01-31 Kunihiro Ishiguro <kunihiro@zebra.org>
327
328 * vty.c (vty_reset): Close accept socket.
329
3302001-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
331
332 * memory.h (enum): MTYPE_ATTR_TRANSIT is added for unknown transit
333 attribute.
334
3352001-01-22 Kunihiro Ishiguro <kunihiro@zebra.org>
336
337 * zclient.c (zebra_interface_address_add_read): Fetch interface
338 address flag.
339 (zebra_interface_address_delete_read): Likewise.
340
3412001-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
342
343 * table.c (route_node_match_ipv4): Utility function for IPv4
344 address lookup.
345 (route_node_match_ipv6): Utility function for IPv4 address lookup.
346
3472001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
348
349 * if.c: Delete RIP_API part until new implementation comes out.
350
3512001-01-13 Kunihiro Ishiguro <kunihiro@zebra.org>
352
353 * hash.h (struct Hash): Rename alloc to count. Change type to
354 unsigned long.
355
356 * stream.c (stream_getc_from): New function.
357 (stream_getw_from): Likewise.
358
359 * zebra.h (ZEBRA_FLAG_STATIC): Add new flag for persistent route.
360
3612001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
362
363 * flap.c: File is removed.
364
365 * flap.c: Likewise.
366
367 * roken.h: Likewise.
368
369 * buffer.c (buffer_new): Remove type option to buffer_new().
370
3712001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
372
373 * zclient.c (zapi_ipv4_delete): Remove OLD_RIB part.
374
3752001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
376
377 * zebra-0.90 is released.
378
379 * command.c: Update Copyright year.
380
3812001-01-09 Matthew Grant <grantma@anathoth.gen.nz>
382
383 * if.c (if_create): Register connected_free() function for
384 deletion.
385 (if_delete): Free connected information when the interface is
386 deleted.
387 (if_lookup_by_index): Fix argument type from int to unsigned int.
388 (connected_add): Keep list in order if old info found, essential
389 for repeatable operation in some daemons.
390
3912001-01-09 endo@suri.co.jp (Masahiko Endo)
392
393 * vty.c (vty_flush): When vty->statis is VTY_CLOSE do not add vty
394 read thread.
395
3962001-01-08 Kunihiro Ishiguro <kunihiro@zebra.org>
397
398 * filter.c (access_list_delete): Access-list name is not freed.
399
400 * plist.c (prefix_list_delete): Prefix-list name is not freed.
401
4022000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
403
404 * zclient.c (zclient_start): Change to use UNIX domain
405 socket for zebra communication.
406
407 * vector.c (vector_init): vector_alloc and vector_data_alloc is
408 removed. All memory allocation count should be maintained by
409 XMALLOC and XFREE macros.
410
4112000-12-28 Kunihiro Ishiguro <kunihiro@zebra.org>
412
413 * zebra.h (ZEBRA_NEXTHOP_IFINDEX): Define ZEBRA_NEXTHOP_* values.
414
4152000-12-27 Kunihiro Ishiguro <kunihiro@zebra.org>
416
417 * zebra.h (ZEBRA_ERR_RTEXIST): Make zebra error code to negative
418 value.
419
4202000-12-25 "Wataru Uno" <wataru@po.ntts.co.jp>
421
422 * vty.c (vtysh_read): Don't allocate new buffer because buffer is
423 allocated in vty_new ().
424
4252000-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
426
427 * memory.h (enum): Add MTYPE_AS_FILTER_STR.
428
429 * command.c (config_write_terminal): Display "end" at the end of
430 configuration.
431
432 * plist.c (vty_prefix_list_install): Use AF_INET to determine
433 lenum length.
434
4352000-12-13 "Wataru Uno" <wataru@po.ntts.co.jp>
436
437 * buffer.c (buffer_flush_vty): If IOV_MAX defined in the System,
438 then all lines write by IOV_MAX.
439
4402000-12-12 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
441
442 * command.c (config_write_file): Robust method for writing
443 configuration file and recover from backing up config file.
444
4452000-11-29 Kunihiro Ishiguro <kunihiro@zebra.org>
446
447 * smux.c (smux_connect): More fail check.
448 (smux_trap): When SMUX connection is not established, do nothing.
449
4502000-11-28 Gleb Natapov <gleb@nbase.co.il>
451
452 * thread.c (thread_fetch): Execut event list first. Old event
453 list is renamed to ready list. With this change, event thread is
454 executed before any other thread.
455
456 * thread.h (struct thread_master): Add ready list.
457
4582000-11-28 Kunihiro Ishiguro <kunihiro@zebra.org>
459
460 * linklist.c (listnode_add_after): Add node right after the
461 listnode pointer.
462
4632000-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
464
465 * smux.h: Pass struct variable to WriteMethod.
466
4672000-11-25 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
468
469 * if.c (if_lookup_address): When looking up interface with IP
470 address, Sometimes multiple interfaces will match. Now PtP
471 interfaces prevail in such a case which seem the right thing to
472 do: There will probably also be host routes which usually prevail
473 over network routes.
474
4752000-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
476
477 * smux.c (smux_trap): SMUX trap implementation.
478
4792000-11-19 Akihiro Mizutani <mizutani@dml.com>
480
481 * plist.c: Add automatic conversion function of an old rule.
482 ex.) 10.0.0.0/8 ge 8 -> 10.0.0.0/8 le 32
483
4842000-11-16 Yon Uriarte <ukl2@rz.uni-karlsruhe.de>
485
486 * zclient.c (zebra_interface_add_read): Read hardware address when
487 hw_addr_len is greater than 0.
488
4892000-11-15 Akihiro Mizutani <mizutani@dml.com>
490
491 * plist.c: The rule of "len <= ge-value <= le-value"
492 was changed to "len < ge-value <= le-value".
493
4942000-11-09 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
495
496 * memory.[ch]: Added #define and functions for ospf6d.
497
498 * log.[ch]: some platform says that the data of used va_list
499 is undefined. Changed to hold list of va_list for each
500 vsnprintf.
501
5022000-11-07 Rick Payne <rickp@rossfell.co.uk>
503
504 * memory.h (enum): Add MTYPE_COMMUNITY_REGEXP.
505
5062000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
507
508 * command.c (config_exit): Fix bug of missing break after case
509 BGP_VPNV4_NODE.
510
5112000-10-30 Kunihiro Ishiguro <kunihiro@zebra.org>
512
513 * vector.c (vector_unset): Check i is not nevative.
514
5152000-10-24 Arkadiusz Miskiewicz <misiek@pld.org.pl>
516
517 * smux.c (smux_sock): Set terminating '\0'. Check address family.
518
519 * vty.c (vty_serv_sock_addrinfo): Set terminating '\0'. Use
520 gai_strerror. Check address family.
521
5222000-10-23 Jochen Friedrich <jochen@scram.de>
523
524 * smux.c: Use linklist rather than vector.
525 (smux_getnext): A SMUX subagent has to behave as if it manages the
526 whole SNMP MIB tree itself. It's the duty of the master agent to
527 collect the best answer and return it to the manager. See RFC 1227
528 chapter 3.1.6 for the glory details :-). ucd-snmp really behaves
529 bad here as it actually might ask multiple times for the same
530 GETNEXT request as it throws away the answer when it expects it in
531 a different subtree and might come back later with the very same
532 request.
533
5342000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
535
536 * command.c (cmd_init): Log related command are only installed for
537 terminal mode.
538
5392000-10-21 Kunihiro Ishiguro <kunihiro@zebra.org>
540
541 * Makefile.am (libzebra_a_SOURCES): Remove duplicated buffer.c.
542
543 * zebra.h: Remove #warn directive.
544
5452000-10-20 Kunihiro Ishiguro <kunihiro@zebra.org>
546
547 * keychain.c (keychain_init): Register "key chain" command to
548 KEYCHAIN_NODE and KEYCHAIN_KEY_NODE.
549
550 * vty.c (vty_end_config): Fix missing vty_cinfig_unlock for other
551 CONFIG_NODE.
552
553 * command.c (config_end): Likewise.
554
555 * keychain.c (keychain_get): Key is sorted by it's identifier
556 value.
557
5582000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
559
560 * linklist.c (list_delete_all_node): Call delete function if it is
561 defined.
562
563 * command.c (cmd_execute_command_strict): Add modification for
564 vtysh.
565 (cmd_execute_command_strict): Remove first argument cmdvec because
566 it is global varibale in command.c.
567
5682000-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
569
570 * command.c (cmd_init): Install
571 copy_runningconfig_startupconfig_cmd only in terminal mode.
572
573 * linklist.c (list_delete_node): Simplify the function.
574 (listnode_lookup): Renamed from list_lookup_node.
575
5762000-10-17 Kunihiro Ishiguro <kunihiro@zebra.org>
577
578 * stream.h: Undef stream_read and stream_write without
579 parenthesis.
580
581 * newlist.c: File removed.
582
583 * newlist.h: Likewise.
584
585 * linklist.c (list_new): Remove list_init(). To allocate new
586 linked list, please use list_new().
587 (listnode_add): Remove list_add_node(). To add new node to linked
588 list, please use listnode_add().
589 (list_delete_by_val): Revemove fucntion.
590
5912000-10-16 Nobuaki Tanaka <nobby@po.ntts.co.jp>
592
593 * table.c (route_table_free): Reimplement route_table_free().
594
5952000-10-11 Kunihiro Ishiguro <kunihiro@zebra.org>
596
597 * keychain.c (keychain_get): Register key_delete_func to key
598 list's delete function. Use linklist.c instead of newlist.c.
599
6002000-10-04 Akihiro Mizutani <mizutani@dml.com>
601
602 * filter.c (access_list_remark): Add access-list's remark command.
603 (no_access_list): "no access-list 100 permit any" error message
604 bug is fixed.
605
6062000-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
607
608 * memory.h (enum): Add MTYPE_SOCKUNION.
609
6102000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
611
612 * zebra-0.89 is released.
613
6142000-10-01 Kunihiro Ishiguro <kunihiro@zebra.org>
615
616 * linklist.c (list_add_node_head): Delete unused function.
617 (list_add_node_tail): Likewise.
618
6192000-09-26 Kunihiro Ishiguro <kunihiro@zebra.org>
620
621 * stream.c (stream_read_unblock): Add new function for unblocking
622 read.
623
6242000-09-26 Jochen Friedrich <jochen@nwe.de>
625
626 * smux.c (smux_register): Fix bug of can't register more than one
627 MIB with SMUX.
628
6292000-09-26 Makoto Otsuka <otsuka@inl.ntts.co.jp>
630
631 * vty.c (vty_close): Fix memory leak of sb_buffer.
632 (vty_new): Likewise.
633
6342000-09-21 steve@Watt.COM (Steve Watt)
635
636 * log.h: Do not declare zlog_priority[0] variable.
637
6382000-09-12 Kunihiro Ishiguro <kunihiro@zebra.org>
639
640 * linklist.h (struct _list ): Add member cmp for compare function.
641 (struct _list ): Member up is deleted
642
6432000-09-12 David Lipovkov <dlipovkov@OpticalAccess.com>
644
645 * if.c: Include RIP_API header when RIP API is enabled.
646
6472000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
648
649 * prefix.c (prefix_free): Siplify prefix_free().
650
651 * keychain.c (key_match_for_accept): strncmp check bug is fixed.
652
6532000-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
654
655 * zebra.h: Merge roken.h into zebra.h.
656
6572000-09-05 Akihiro Mizutani <mizutani@dml.com>
658
659 * routemap.c (route_map_init_vty): Install route-map command to
660 RMAP_NODE.
661
6622000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
663
664 * thread.c (thread_get_id): Remove pthread related garbage.
665
666 * command.h (struct host): Likewise.
667
668 * zebra.h: Likewise.
669
6702000-08-20 Kunihiro Ishiguro <kunihiro@zebra.org>
671
672 * command.h (node_type ): Add AAA node for authentication.
673
674 * vty.c (vty_close): Do not close stdout.
675
6762000-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
677
678 * vty.c (vty_init_vtysh): Added for vtysh.
679
680 * distribute.c (districute_list_prefix_all): Interface independent
681 filter can be set.
682 (distribute_list_all): Likewise.
683 (config_show_distribute): Display current distribute-list status
684 for "show ip protocols".
685
6862000-08-18 Akihiro Mizutani <mizutani@dml.com>
687
688 * command.c (config_terminal_no_length): no terminal monitor ->
689 terminal no monitor
690 (cmd_init): Do not install service_terminal_length_cmd into
691 ENABLE_NODE.
692
693 * vty.c (terminal_no_monitor): no terminal length -> terminal no
694 length.
695
6962000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
697
698 * zebra-0.88 is released.
699
7002000-08-17 Magnus Ahltorp <ahltorp@nada.kth.se>
701
702 * vty.h (struct vty ): Add iac_sb_in_progress and sb_buffer for
703 better IAC handling.
704
705 * vty.c (vty_telnet_option): Change telnet option handling.
706
7072000-08-15 Gleb Natapov <gleb@nbase.co.il>
708
709 * zclient.c (zclient_redistribute_unset): New function added.
710
7112000-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
712
713 * zclient.c (zebra_interface_add_read): Change ifindex restore
714 size from two octet to four.
715 (zebra_interface_state_read): Likewise.
716 (zebra_interface_address_add_read): Likewise.
717
7182000-08-13 Kunihiro Ishiguro <kunihiro@zebra.org>
719
720 * vty.c (vty_event): Use vector_set_index() instead of
721 vector_set().
722
7232000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
724
725 * zebra.h (ZEBRA_XXX_DISTANCE_DEFAULT): Define Default
726 Administrative Distance of each protocol.
727
7282000-08-07 Matthew Grant <grantma@anathoth.gen.nz>
729
730 * if.h (struct interface ): Add new member bandwidth to struct
731 interface.
732
733 * zclient.c (zebra_interface_add_read): Fetch bandwidth value.
734 (zebra_interface_state_read): Likewise.
735
7362000-08-07 Gleb Natapov <gleb@nbase.co.il>
737
738 * routemap.c (route_map_event_hook): New hook route_map_event_hook
739 is added. This hook is called when route-map is changed. The
740 parameters passed to the hook are 'event' and 'route-map name'
741
742 * routemap.h: Add prototype for route_map_event_hook().
743
7442000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
745
746 * zclient.c (zebra_ipv4_route): zebra_ipv4_route(),
747 zebra_ipv4_add(), zebra_ipv4_delete() are removed.
748
749 * routemap.c (route_map_empty): Add new function.
750 (route_map_delete): Use route_map_index_delete() instead of
751 route_map_index_free().
752 (route_map_index_free): Function removed.
753
7542000-08-06 Gleb Natapov <gleb@nbase.co.il>
755
756 * routemap.c (route_map_index_delete): Add check for route-map is
757 empty or not.
758
7592000-08-03 Kunihiro Ishiguro <kunihiro@zebra.org>
760
761 * zclient.c (zebra_ipv4_add): Change socket arguemnt with struct
762 zclient.
763
7642000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
765
766 * zclient.h (struct zebra): Add obuf for output buffer.
767
768 * if.c: Remove #ifdef NRL enclosing if_nametoindex() and
769 if_indextoname().
770
7712000-08-02 David Lipovkov <davidl@nbase.co.il>
772
773 * if.h (IF_PSEUDO_UNSET): IF_PSEUDO related macro added.
774 (IF_UNKNOWN_SET): IF_UNKNOWN related macro deleted.
775
776 * if.c (interface_pseudo): Add "pseudo" command to interface node.
777 (no_interface_pseudo): Add "no pseudo" command to interface node.
778
779 * zclient.c (zebra_interface_add_read): Set pseudo flag when it is
780 send from zebra.
781
7822000-08-01 Kunihiro Ishiguro <kunihiro@zebra.org>
783
784 * zebra.h (ZEBRA_IPV4_NEXTHOP_LOOKUP): Add new message.
785 (ZEBRA_IPV6_NEXTHOP_LOOKUP): Likewise.
786
787 * vty.c (vty_serv_un): Use AF_UNIX for backward compatibility.
788
7892000-07-31 Kunihiro Ishiguro <kunihiro@zebra.org>
790
791 * vty.c: Use vector for VTY server thread listing instead of
792 single value.
793
7942000-07-30 Kunihiro Ishiguro <kunihiro@zebra.org>
795
796 * keychain.c (no_key_chain): "no key chain WORD" command is added.
797
7982000-07-29 Kunihiro Ishiguro <kunihiro@zebra.org>
799
800 * command.c (config_from_file): If command fail in
801 KEYCHAIN_KEY_NODE, down to KEYCHAIN_NODE.
802
803 * vty.h (struct vty ): Add index_sub member.
804
8052000-07-27 Akihiro Mizutani <mizutani@dml.com>
806
807 * if.c: Help strings updates.
808
8092000-07-11 Akihiro Mizutani <mizutani@dml.com>
810
811 * command.c (no_config_enable_password): Add "no enable password"
812 command.
813 (config_write_host): Display password string.
814
815 * routemap.c (route_map_delete_match): Add support for delete
816 match without argument.
817 (route_map_delete_set): Likewise.
818
8192000-07-09 Kunihiro Ishiguro <kunihiro@zebra.org>
820
821 * command.h (node_type ): Change KEYCHAIN_NODE and
822 KEYCHAIN_KEY_NODE place just before INTERFACE_NODE.
823
8242000-07-09 Jochen Friedrich <jochen@scram.de>
825
826 * smux.c (config_write_smux): Fixes the option to override OID and
827 password for SMUX.
828
8292000-07-09 Kunihiro Ishiguro <kunihiro@zebra.org>
830
831 * command.h (node_type ): Add SMUX_NODE for SMUX configuration.
832
8332000-07-09 Toshiaki Takada <takada@zebra.org>
834
835 * command.c: Sort descvec command's help.
836
837 * vty.c (vty_describe_command): Display '<cr>' at the end of
838 descriptions.
839
8402000-07-05 Toshiaki Takada <takada@zebra.org>
841
842 * command.c (cmd_ipv6_match), (cmd_ipv6_prefix_match): Fix bug
843 treatment of double colon.
844
8452000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
846
847 * zclient.h: Add zclient_redistribute_default_{set,unset}().
848
849 * keychain.c: New file for authentication key management.
850 * keychain.h: Likewise.
851
852 * tcpfilter.c: New file for TCP/UDP base filtering using ipfw or
853 ipchains.
854 * tcpfilter.h: Likewise.
855
856 * flap.h: New file for route flap dampening.
857 * flap.c: Likewise.
858
8592000-07-04 Toshiaki Takada <takada@zebra.org>
860
861 * filter.c (struct filter): Add exact flag.
862 (access_list): Add exact-match command.
863 (ipv6_access_list): Add exact-match command.
864
8652000-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
866
867 * zebra.h (ZEBRA_REDISTRIBUTE_DEFAULT_ADD): New message for
868 request default route.
869
8702000-07-01 Hideaki YOSHIFUJI (\e$B5HF#1QL@\e(B) <yoshfuji@ecei.tohoku.ac.jp>
871
872 * smux.c: Add IPv6 smux connection code.
873
8742000-06-15 Kunihiro Ishiguro <kunihiro@zebra.org>
875
876 * vty.c (vty_complete_command): To cooperate readline library,
877 returned string is newly allocated. So some match function case
878 need, free of memory.
879
8802000-06-12 Akihiro Mizutani <mizutani@dml.com>
881
882 * distribute.c: Fix help strings.
883
8842000-06-11 Kunihiro Ishiguro <kunihiro@zebra.org>
885
886 * command.c (cmd_complete_command): Add check for vector_slot
887 (vline, index) is not NULL when calculating lcd.
888 (cmd_entry_function): First check variable arguemnt to prevent it
889 from completion.
890
8912000-06-10 Kunihiro Ishiguro <kunihiro@zebra.org>
892
893 * vty.h (struct vty ): Add output_count member for displaying
894 output route count. Remove arugment arg from output_func because
895 the value is passed by vty argument. Change output to output_rn.
896 Add output_clean function pointer member. Add output_type member.
897
8982000-06-10 Toshiaki Takada <takada@zebra.org>
899
900 * command.c (show_startup_config): Add "show startup-config"
901 command.
902
9032000-06-06 Akihiro Mizutani <mizutani@dml.com>
904
905 * filter.c: Fix help strings.
906
9072000-06-05 Kunihiro Ishiguro <kunihiro@zebra.org>
908
909 * prefix.h (struct prefix_rd): New prefix structure for routing
910 distinguisher.
911 (struct prefix): Add padding to every prefix structure.
912
913
914 * routemap.c (route_map_add_match): When completely same match
915 statement exists, don't duplicate it.
916
9172000-06-05 Akihiro Mizutani <mizutani@dml.com>
918
919 * routemap.c: Change NAME to WORD.
920
921 * plist.c: Fix help strings.
922
9232000-06-02 Akihiro Mizutani <mizutani@dml.com>
924
925 * routemap.c: Fix route-map help strings.
926
9272000-06-01 Kunihiro Ishiguro <kunihiro@zebra.org>
928
929 * command.c (cmd_filter_by_completion): Fix CMD_VARARG treatment
930 to filter other non vararg commands.
931
932 * routemap.c (route_map_init_vty): Use install_default() for
933 install common commands into route-map node..
934
9352000-06-01 Akihiro Mizutani <mizutani@dml.com>
936
937 * command.h (OSPF_STR): Macro added.
938
9392000-05-31 Kunihiro Ishiguro <kunihiro@zebra.org>
940
941 * command.c (cmd_complete_command): LCD completion must not modify
942 installed command string.
943
944 * plist.c (ipv6_prefix_list): Fix wrong syntax definition. Change
945 X:X::X:X to X:X::X:X/M.
946
9472000-05-31 Toshiaki Takada <takada@zebra.org>
948
949 * vty.c (show_history): New defun added.
950
9512000-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
952
953 * command.h (CMD_COMPLETE_LIST_MATCH): New define for completion
954 list. CMD_COMPLETE_MATCH is used for LCD completion.
955
956 * vty.c (vty_complete_command): Matched string's LCD is completed.
957
958 * command.c (cmd_lcd): New function for calculate LCD of matched
959 strings.
960
9612000-05-26 Kunihiro Ishiguro <kunihiro@zebra.org>
962
963 * command.c (install_default): config_write_terminal_cmd,
964 config_write_file_cmd, config_write_memory_cmd are added to
965 default node.
966
967 * memory.c (memory_init): Divide show memory command into each
968 sort.
969
970 * command.c (cmd_init): config_write_terminal_cmd,
971 config_write_file_cmd, config_write_memory_cmd are added to
972 CONFIG_NODE.
973
974 * routemap.c (route_map_index_free): New function.
975 (no_route_map_all): New DEFUN for "no route-map NAME".
976
977 * filter.c (no_access_list_all): New DEFUN for delete access-list
978 with NAME.
979 (no_ipv6_access_list_all): Likewise.
980
9812000-05-23 Kunihiro Ishiguro <kunihiro@zebra.org>
982
983 * plist.c: Change IPV6_PREFIX to X:X::X:X. When "any" is
984 specified, user can not use "ge" and "le" statement.
985
9862000-05-22 Thomas Molkenbur <tmo@datus.datus.com>
987
988 * routemap.c (route_map_add_set): Fix bug of next pointer missing.
989
990 * table.c (route_table_free): Like wise.
991
9922000-05-22 Toshiaki Takada <takada@zebra.org>
993
994 * vty.c (vty_stop_input): Set history pointer to the latest one.
995
996 * vty.c (vty_hist_add): Do not add command line history when input
997 is as same as previous one.
998
9992000-05-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1000
1001 * memory.h (enum): Add MTYPE_ECOMMUNITY and MTYPE_ECOMMUNITY_VAL.
1002
10032000-05-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1004
1005 * command.h (node_type ): Add BGP_VPNV4_NODE.
1006
10072000-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1008
1009 * vty.c (vtysh_accept): Add cast of struct sockaddr * to bind
1010 argument. Reported by: Vesselin Mladenov <mladenov@netbg.com>.
1011
1012 * filter.c (ipv6_access_list): Add IPv6 prefix example instead of
1013 IPv4 example. Reported by: Love <lha@s3.kth.se>.
1014
1015 * command.c (cmd_complete_command): Make it sure last element of
1016 matchvec is NULL. This fix problem which cause crush in
1017 vty_complete_command(). Reported by: JINMEI Tatuya
1018 <jinmei@isl.rdc.toshiba.co.jp>.
1019
10202000-04-28 Love <lha@s3.kth.se>
1021
1022 * prefix.h (struct prefix): Add padding.
1023
10242000-04-28 Kunihiro Ishiguro <kunihiro@zebra.org>
1025
1026 * command.c (show_version): Update copyright year.
1027
10282000-04-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1029
1030 * routemap.c (route_map_apply): When map is NULL, return deny.
1031
10322000-04-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1033
1034 * filter.c (access_list_apply): When access is NULL, return deny.
1035
1036 * plist.c (prefix_list_apply): When plist is NULL, return deny.
1037
10382000-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1039
1040 * command.h (node_type ): Change RDISC_NODE to IRDP_NODE.
1041
10422000-04-18 Toshiaki Takada <takada@zebra.org>
1043
1044 * filter.[ch] (access_list_add_hook), (access_list_delete_hook):
1045 Add argument for hook function to give struct access_list *.
1046
10472000-04-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1048
1049 * plist.c (prefix_list_entry_match): In case of le nor ge is
1050 specified, exact match is performed.
1051 (prefix_list_entry_match): Add any entry matching check.
1052
10532000-04-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1054
1055 * vty.c (exec_timeout): Separate timeout setting to minutes and
1056 seconds.
1057 (no_exec_timeout): Add "no exec-timeout" command.
1058
1059 * vty.h (VTY_TIMEOUT_DEFAULT): Change default value from 300 to
1060 600.
1061
10622000-03-31 Jochen Friedrich <jochen@scram.de>
1063
1064 * smux.h (SMUX_CLOSE): The SMUX_CLOSE PDU is implicit integer, so
1065 it is a primitive encoding and not constructed.
1066
10672000-03-28 Toshiaki Takada <takada@zebra.org>
1068
1069 * memory.[ch] (enum): Add MTYPE_OSPF_EXTERNAL_INFO.
1070
10712000-03-26 Love <lha@s3.kth.se>
1072
1073 * zclient.c (zclient_read): Add nbytes size check for
1074 ZEBRA_HEADER_SIZE. Check return value of steam_read ().
1075
10762000-03-26 Rick Payne <rickp@rossfell.co.uk>
1077
1078 * routemap.c: Add flexible route-map commands such as on-match
1079 next, on-match goto N.
1080
1081 * routemap.h: Likewise
1082
10832000-03-23 Adrian Bool <aid@u.net.uk>
1084
1085 * command.c (config_log_trap): Add new command "log trap
1086 PRIORITY".
1087
10882000-03-14 Toshiaki Takada <takada@zebra.org>
1089
1090 * memory.c (struct memory_list): Add Link List and Link Node
1091 to view.
1092
1093 * memory.h (enum): Remove MTYPE_OSPF_EXTERNAL_ROUTE.
1094
10952000-01-20 Hideto Yamakawa <hideto.yamakawa@soliton.co.jp>
1096
1097 * str.c (snprintf): Fix bug of calling sprintf instead of
1098 vsprintf.
1099
11002000-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1101
1102 * memory.h (enum): Add MTYPE_RIP_PEER.
1103
11042000-01-15 Toshiaki Takada <takada@zebra.org>
1105
1106 * memory.h (enum): Add MTYPE_OSPF_CRYPT_KEY.
1107
11082000-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1109
1110 * command.h (node_type ): Add MASC_NODE for masc.
1111
11122000-01-09 Wang Jianliang <wangjl@soim.net>
1113
1114 * routemap.c (route_map_index_add): When route_map_index is not
1115 empty and insert new item at the head, it can cause core dump.
1116 Fix "if (index == map->head)" to "if (point == map->head).
1117 (route_map_add_set): If there is an old set command, override old
1118 set command with new one.
1119 (route_map_index_delete): Use while() instead of for for() for
1120 logical correctness.
1121
11221999-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1123
1124 * memory.h (enum): Add MTYPE_BGP_STATIC.
1125
11261999-12-23 Alex Zinin <zinin@amt.ru>
1127 * zebra.h, zclient.*: dynamic int up/down message
1128 support
1129
11301999-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1131
1132 * thread.c (thread_cancel_event): Add a function for clean up
1133 events.
1134
11351999-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1136
1137 * dropline.c: Delete file.
1138 dropline.h: Linewise.
1139
11401999-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1141
1142 * filter.c (access_list_filter_delete): Wrong pointer
1143 access->master was pointed out after access is freed. I store
1144 master value at the beginning of the function.
1145
11461999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1147
1148 * vty.c (exec_timeout): Change of VTY timeout affect to current
1149 VTY connection.
1150 (vty_accept): Instead of immediate exit() return -1.
1151
11521999-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1153
1154 * vty.c (vty_configure_lock): Configuration lock function added.
1155 Only one VTY can use CONFI_NODE at the same time.
1156
1157 * log.c: Delete zvlog_* functions. Now zlog_* does the same
1158 thing.
1159
1160 * log.c (log_init): Function removed.
1161 (log_close): Likewise.
1162 (log_flush): Likewise.
1163 (log_open): Likewise.
1164
1165 * vty.c (terminal_monitor): Add new command.
1166 (no_terminal_monitor): Likewise.
1167
1168 * log.c (old_log): Function removed.
1169 (old_log2): Likewise.
1170 (old_log_warn): Likewise.
1171
11721999-12-04 Toshiaki Takada <takada@zebra.org>
1173
1174 * command.c (cmd_ipv6_match): New function added.
1175 (cmd_ipv6_prefix_match): Likewise.
1176
11771999-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1178
1179 * command.c (cmd_ipv6_match):
1180
1181 * table.c: Delete #ifdef HAVE_MBGPV4.
1182
1183 * prefix.h (struct prefix): Add safi member.
1184 (struct prefix_ipv4): Likewise.
1185 (struct prefix_ipv6): Likewise.
1186
11871999-12-04 Rumen Svobodnikov <rumen@linux.tu-varna.acad.bg>
1188
1189 * memory.c (struct mstat): Revert to support MEMORY_LOG.
1190
11911999-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1192
1193 * version.h: Bump up to 0.81c for testing new kernel codes.
1194
11951999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1196
1197 * thread.h (struct thread): Pthread support is disabled all
1198 platform.
1199
12001999-11-21 Michael Handler <handler@sub-rosa.com>
1201
1202 * Include <limits.h> and <strings.h> under SUNOS_5.
1203
12041999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1205
1206 * sockunion.c (in6addr_cmp): Enclosed by #define HAVE_IPV6
12071999-11-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1208
1209 * command.h (node_type ): Add BGP_IPV4_NODE and BGP_IPV6_NODE.
1210
12111999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1212
1213 * command.c (disable): Add `disable' command.
1214
12151999-11-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1216
1217 * plist.c (vty_prefix_list_install): Add any check.
1218
12191999-11-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1220
1221 * command.h (node_type ): Add DUMP_NODE.
1222
12231999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1224
1225 * smux.c: Change default SMUX oid to compatible with gated.
1226
12271999-10-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1228
1229 * if_rmap.c: New file added.
1230
1231 * if_rmap.h: New file added.
1232
12331999-10-29 Alex Zinin <zinin@amt.ru>
1234
1235 * hash.c: add hash_free() function
1236
12371999-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1238
1239 * hash.c (hash_clean): Add clean function.
1240
1241 * plist.c (prefix_list_reset): Add reset function.
1242
1243 * filter.c (access_list_reset): Add reset function.
1244
12451999-10-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1246
1247 * client.c: Merged with zclient.c.
1248 * client.h: Merged with zclient.h.
1249
12501999-10-15 Jordan Mendelson <jordy@wserv.com>
1251
1252 * md5.c: Imported from GNU C Library.
1253 * md5-gnu.h: Likewise.
1254
12551999-10-15 Jochen Friedrich <jochen@scram.de>
1256
1257 * smux.c (smux_getresp_send): SMUX_GETRSP codes improvement.
1258
12591999-10-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1260
1261 * smux.h: New file added.
1262
1263 * snmp.c: Rename to smux.c.
1264
12651999-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1266
1267 * command.c (cmd_execute_command_strict): Filter ambious commands.
1268 (cmd_filter_by_string): Change to return enum match_type.
1269
12701999-10-01 Toshiaki Takada <takada@zebra.org>
1271
1272 * vty.c (vty_describe_fold): New function which does VTY
1273 description line fold.
1274 * vty.c (vty_describe_command): Set description column.
1275
12761999-09-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1277
1278 * plist.c (prefix_list_init_ipv4): VTY user interface is improved.
1279
12801999-09-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1281
1282 * command.c (cmd_filter_by_string): Fix bug of CMD_IPV4 and
1283 CMD_IPV4_PREFIX check. Both return type must be exact_match.
1284
12851999-09-24 Toshiaki Takada <takada@zebra.org>
1286
1287 * command.c (cmd_filter_by_completion),
1288 (is_cmd_ambiguous): Check IPv4 address, IPv4 prefix and range
1289 parameter matches range.
1290
12911999-09-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1292
1293 * routemap.c (route_map_apply): Returm RM_DENYMATCH when no match
1294 is performed.
1295
12961999-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1297
1298 * vty.c (vty_read): Control-C stop VTY_MORE mode.
1299
13001999-09-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1301
1302 * command.h (node_type ): Add ACCESS_IPV6_NODE and
1303 PREFIX_IPV6_NODE.
1304
1305 * distribute.h: New file added.
1306
1307 * command.h (node_type ): Delete DISTRIBUTE_NODE.
1308
13091999-09-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1310
1311 * vty.c (vty_terminate_all): New function added for reload
1312 support.
1313
13141999-09-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1315
1316 * memory.h (enum): Add new type MTYPE_OSPF_EXTERNAL_ROUTE.
1317
13181999-08-31 Janos Farkas <chexum@shadow.banki.hu>
1319
1320 * vty.c (vty_read): Handle also 0x7f (alt-backspace), just like
1321 esc-ctrl-h (delete word backwards).
1322
13231999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1324
1325 * if.h: Add if_nametoindex for NRL.
1326
13271999-08-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1328
1329 * if.c (if_create): New function.
1330
13311999-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1332
1333 * snmp.c: New file.
1334
13351999-08-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1336
1337 * stream.c (stream_put): stream_memcpy () is changed to stream_put
1338 (). stream_get () is added.
1339
13401999-08-18 Toshiaki Takada <takada@zebra.org>
1341
1342 * memory.h (enum): Add MTYPE_OSPF_LSA_DATA.
1343
13441999-08-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1345
1346 * table.c (route_table_finish): add function frees table.
1347
13481999-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1349
1350 * memory.h (enum): Add MTYPE_RTADV_PREFIX.
1351
13521999-08-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1353
1354 * if.h (struct interface ): hw_address, hw_address_len added.
1355
13561999-08-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1357
1358 * if.h (struct interface ): Change structure member if_data to
1359 info, index to ifindex.
1360
13611999-08-08 Rick Payne <rickp@rossfell.co.uk>
1362
1363 * routemap.c: Multi protocol route-map modification.
1364
1365 * routemap.c (route_map_apply): Route match process bug is fixed.
1366
13671999-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1368
1369 * thread.c (thread_fetch): When signal comes, goto retry point.
1370
13711999-08-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1372
1373 * Makefile.am: Add sockopt.c and sockopt.h
1374 * sockopt.c: New file.
1375 * sockopt.h: New file.
1376
13771999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1378
1379 * version.h (ZEBRA_VERSION): Release zebra-0.75
1380
13811999-08-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1382
1383 * memory.h (enum): Add MTYPE_RIPNG_AGGREGATE.
1384
13851999-07-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1386
1387 * sockunion.h: Add sockunion_getpeername ().
1388
13891999-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1390
1391 * version.h: Release zebra-0.74
1392
13931999-07-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1394
1395 * command.h (struct host): Delete lines from struct host. Add
1396 lines to struct vty.
1397
1398 * command.c: Delete `lines LINES'. Terminal display line settings
1399 should be done by `terminal length' command.
1400
14011999-07-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1402
1403 * memory.h (enum): MTYPE_OSPF_PATH are added.
1404
14051999-07-22 Toshiaki Takada <takada@zebra.org>
1406
1407 * memory.h (enum): MTYPE_OSPF_NEXTHOP is added.
1408
14091999-07-21 Toshiaki Takada <takada@zebra.org>
1410
1411 * linklist.c (list_add_node_prev), (list_add_node_next),
1412 (list_add_list): New function added.
1413
1414 * table.c (route_table_free): New function added.
1415
14161999-07-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1417
1418 * plist.c (config_write_prefix): Set write flag when configuration
1419 is written.
1420
14211999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1422
1423 * prefix.c : prefix_cmp() added. change apply_mask() to
1424 apply_mask_ipv4(), and new apply_mask() added.
1425
14261999-07-14 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1427
1428 * prefix.c (prefix2str): append prefixlen.
1429
14301999-07-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1431
1432 * command.c (config_terminal): Change "config terminal" to
1433 "configure terminal". Reported by Georg Hitsch
1434 <georg@atnet.at>.
1435 (config_terminal_length): `terminal length <0-512>' is added. At
1436 this moment this command is only usef for vty interface.
1437 Suggested by Georg Hitsch <georg@atnet.at>.
1438
14391999-07-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1440
1441 * routemap.c (rulecmp): Add wrapper function of strcmp.
1442
14431999-07-08 Rick Payne <rickp@rossfell.co.uk>
1444
1445 * sockunion.c (inet_aton): Fix bug of inet_aton.
1446
14471999-07-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1448
1449 * version.h (ZEBRA_VERSION): Start zebra-0.73
1450
14511999-07-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1452
1453 * version.h: Bump up to 0.72.
1454
14551999-07-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1456
1457 * command.c (install_default): New function for install default
1458 commands to the node.
1459
1460 * memory.h (enum): MTYPE_NEXTHOP is added.
1461
14621999-07-01 <kunihiro@zebra.org>
1463
1464 * command.c (no_banner_motd): `no banner motd' command added.
1465
14661999-06-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1467
1468 * regex.c: Update to glibc-2.1.1's posix/regex.c
1469
1470 * regex-gnu.h: Update to glibc-2.1.1's posix/regex.h
1471
1472 * prefix.h (IPV4_ADDR_SAME): Macro added.
1473 (IPV6_ADDR_SAME): Likewise.
1474
14751999-06-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1476
1477 * memory.h (enum): Add MTYPE_OSPF_VERTEX
1478
1479 * version.h: Bump up to 0.71.
1480
1481 * vty.c (vty_serv_sock_addrinfo): Use addrinfo function to bind
1482 VTY socket when IPv6 is enabled.
1483
14841999-06-28 Kunihiro Ishiguro <kunihiro@zebra.org>
1485
1486 * vty.c (vty_serv_sock): Change vty_serv_sock determine which
1487 address family to bind.
1488
1489 * command.c: Add quit command.
1490
14911999-06-26 NOGUCHI kay <kay@dti.ad.jp>
1492
1493 * vty.c (vty_read_config): Fix bug of configuration file path
1494 detection.
1495
14961999-06-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1497
1498 * version.h: Bump up to 0.70.
1499
15001999-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1501
1502 * buffer.h (GETL): Remove GETL macro.
1503
1504 * version.h: Bump up to 0.69.
1505
15061999-06-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1507
1508 * if.c (connected_add): Commented out connected_log.
1509
15101999-06-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1511
1512 * command.h (struct cmd_element ): strvec and descvec is combined
1513 into newstrvec.
1514
1515 * command.c (desc_make): Function removed.
1516 (desc_next): Function removed.
1517
1518 * command.h (struct cmd_element ): docvec is removed from struct
1519 cmd_element.
1520
15211999-06-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1522
1523 * command.c (cmd_execute_command): Remove command NULL check.
1524
1525 * command.h (struct cmd_element ): Add newstrvec entry to struct
1526 cmd_element.
1527 (DEFUN2): DEFUN2 macro is removed. DEFUN is extended to support
1528 (a|b|c) statement.
1529 (DESC): DESC macro is removed.
1530
1531 * vty.c (vty_complete_command): When return value is
1532 CMD_ERR_NO_MATCH, don't display error message.
1533
15341999-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1535
1536 * table.c (route_next_until): New function.
1537
1538 * version.h: Bump up to 0.68.
1539
15401999-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1541
1542 * vty.c (vty_close): Free vty->buf when vty is closed.
1543
1544 * memory.h (enum): Add MTYPE_COMMUNITY_ENTRY and
1545 MTYPE_COMMUNITY_LIST.
1546
1547 * vty.h (struct vty ): Change buf from static length buffer to
1548 variable length buffer.
1549
1550 * vty.c (vty_ensure): New function added.
1551
15521999-06-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1553
1554 * command.h (node_type ): Add COMMUNITY_LIST_NODE.
1555
1556 * command.c (config_enable_password): Freeing host.enable bug is
1557 fixed.
1558 (config_enable_password): Add argc count check.
1559
15601999-05-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1561
1562 * version.h: Bump up to 0.67.
1563
15641999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1565
1566 * command.c (zencrypt): New function for encrypt password.
1567
1568 * command.h (struct host): Add password_encrypt and
1569 enable_encrypt.
1570
15711999-05-30 Jochen Friedrich <jochen@scram.de>
1572
1573 * command.h (struct host): New member encrypt is added for
1574 encrypted password.
1575
15761999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1577
1578 * vty.c: Remove all_digit_check function. Instead use all_digit.
1579
1580 * prefix.c (all_digit): New function for checking string is made
1581 from digit character.
1582
15831999-05-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1584
1585 * Makefile.am (libzebra_a_SOURCES): Add zclient.c.
1586 (noinst_HEADERS): Add zclient.h
1587
1588 * zclient.[ch]: New file for zebra client routine.
1589
1590 * memory.h (enum): Add MTYPE_ZEBRA.
1591
15921999-05-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1593
1594 * version.h (ZEBRA_VERSION): Update to 0.66.
1595
15961999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1597
1598 * buffer.h (GETC,GETW): Macro deleted.
1599
16001999-05-15 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
1601
1602 * prefix.h (IPV4_NET0, IPV4_NET127): Macro added.
1603
16041999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1605
1606 * vty.c (service_advanced_vty): New command added.
1607 (no_service_advanced_vty): Likewise.
1608
16091999-05-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1610
1611 * vty.c (vty_auth): If advanced flag is set and enable password is
1612 not set, directly login to the ENABLE_NODE. This feature is
1613 originally designed and implemented by Stephen R. van den Berg
1614 <srb@cuci.nl>.
1615
1616 * command.h (host): Add advanced flag to struct host for advanced
1617 vty terminal interface.
1618
1619 * version.h (ZEBRA_VERSION): Update to 0.65 for next beta release.
1620
16211999-05-14 Stephen R. van den Berg <srb@cuci.nl>
1622
1623 * command.h (node_type ): Add TABLE_NODE.
1624
1625 * vty.c (vty_telnet_option): Check host.lines value.
1626
1627 * command.c (config_lines): DEFUN for 'lines LINES' command.
1628
1629 * zebra.h: Include <sys/utsname.h> for uname().
1630 (RT_TABLE_MAIN): Defined as 0 if OS does not support multiple
1631 routing table.
1632
1633 * vty.c (vty_auth): Directly login to the ENABLE_NODE when enable
1634 password is not set.
1635 (vty_prompt): Get machine's hostname when hostname is not set.
1636
16371999-05-11 James Willard <james@whispering.org>
1638
1639 * command.c (config_exit): Close connection when `exit' command is
1640 executed at ENABLE_NODE.
1641
16421999-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1643
1644 * vty.c (vty_stop_input): `C-c' key change node to ENABLE_NODE.
1645
1646 * command.c (cmd_execute_command_strict): Matched command size
1647 check added.
1648 (cmd_make_desc_line): New function for DEFUN2.
1649
1650 * command.h (struct cmd_element ): Add descsize.
1651
16521999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1653
1654 * command.h (struct cmd_element ): Remame descvec to docvec.
1655 (struct cmd_element ): Add descvec for new description system.
1656
1657 * command.c (desc_make): Check cmd->descvec.
1658
16591999-05-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1660
1661 * memory.h (enum): Add MTYPE_CLUSTER, MTYPE_CLUSTER_VAL.
1662
16631999-05-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1664
1665 * version.h (ZEBRA_VERSION): Bump up to 0.64 for next beta
1666 release.
1667
16681999-05-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1669
1670 * linklist.c (list_delete_all_node): bug fix.
1671 previous code loses current position when node
1672 is deleted.
1673
16741999-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1675
1676 * command.h (DESC): Macro added.
1677 (struct cmd_element2): Delete struct cmd_element2.
1678
1679 * plist.c (prefix_list): Sequential number option check is added.
1680
16811999-05-02 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1682
1683 * log.c (zvlog_{debug,info,notice,warn,err}): have been
1684 added. now we can log both console and file, but still
1685 need some fix about config write.
1686
16871999-05-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1688
1689 * log.c (zvlog_debug): Fix yasu's change.
1690
16911999-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1692
1693 * plist.c (prefix_list): Fix typo.
1694
16951999-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1696
1697 * Set version to 0.63 for first beta package.
1698
16991999-04-27 Carlos Barcenilla <barce@frlp.utn.edu.ar>
1700
1701 * prefix.c (str2prefix_ipv4): Fix prefix length check.
1702 (str2prefix_ipv6): Likewise.
1703
17041999-04-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1705
1706 * memory.h (enum): Add MTPYE_PREFIX_LIST and
1707 MTYPE_PREFIX_LIST_ENTRY.
1708
1709 * command.h (node_type ): Add PREFIX_NODE.
1710
17111999-04-25 Carlos Barcenilla <barce@frlp.utn.edu.ar>
1712
1713 * command.c: ALIAS (config_write_memory_cmd) and ALIAS
1714 (copy_runningconfig_startupconfig_cmd) is added.
1715
1716 * table.c (route_node_lookup): Unused match variable deletion.
1717
17181999-04-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1719
1720 * Makefile.am (libzebra_a_SOURCES): plist.c added.
1721 (noinst_HEADERS): plist.h added.
1722
1723 * plist.c, plist.h: New file added.
1724
1725 * memory.h (enum): Rename MTYPE_AS_PASN to MTYPE_AS_STR.
1726 * memory.c: Likewise.
1727
17281999-04-19 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
1729
1730 * command.c (show_version): `show version' command added.
1731
17321999-04-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1733
1734 * prefix.c (str2prefix_ipv6): Prefix length overflow check.
1735
17361999-04-19 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
1737
1738 * prefix.c (str2prefix_ipv4): Prefix length overflow check.
1739
17401999-04-19 Alex Bligh <amb@gxn.net>
1741
1742 * prefix.c (sockunion2hostprefix): Function added.
1743 (sockunion2prefix): Address family was not set. Now it is set.
1744
1745 * vty.c: VTY access-class command is added.
1746
17471999-04-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1748
1749 * memory.c: Change xmalloc to zmalloc. xcalloc, xrealloc, xfree,
1750 xstrdup are likewise.
1751
17521999-04-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1753
1754 * thread.c: Add thread_execute for other routing daemon.
1755 OSPF tasks need to be generated by "sheduled" and "executed".
1756
17571999-04-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1758
1759 * buffer.c: Rewrite buffer_write and buffer_flush related
1760 functions for fixing bugs. Reason of the problem and fix is
1761 suggested by Alex Bligh <amb@gxn.net>.
1762
17631999-04-12 Alex Bligh <amb@gxn.net>
1764
1765 * command.c (cmd_entry_function_descr): Added for variable
1766 argument help display.
1767
17681999-04-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1769
1770 * regex.c, regex-gnu.h: Imported from GNU sed-3.02 distribution.
1771
17721999-03-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1773
1774 * stream.c: stream_fifo_free bug is fixed.
1775
17761999-03-19 Toshiaki Takada <takada@zebra.org>
1777
1778 * stream.c (stream_strncpy): Added for getting any length bytes
1779 from stream.
1780
17811999-03-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1782
1783 * version.h (ZEBRA_BUG_ADDRESS): New macro added.
1784
17851999-03-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1786
1787 * buffer.c (buffer_flush_window): If ep is same as buffer's size
1788 length and lp is overrun one octet.
1789
17901999-03-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1791
1792 * vty.h: add VTY's timeout function.
1793
17941999-03-05 <kunihiro@zebra.org>
1795
1796 * command.h (node_type ): Add OSPF6_node.
1797
17981999-03-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1799
1800 * zebra.h: Check HAVE_SYS_SELECT_H when include <sys/select.h>
1801
18021999-03-03 Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
1803
1804 * zebra.h: Include <net/if_var.h> if it exists.
1805
18061999-03-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1807
1808 * getopt.[ch],getopt1.c: Sync with glibc-2.1.
1809
1810 * log.c (zlog): Tempolary ZLOG_STDOUT feature added.
1811
1812 * command.h: Include vector.h and vty.h
1813
18141999-02-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1815
1816 * routemap.h (struct route_map_rule_cmd): Add prefix arguemnt.
1817
1818 * routemap.c (route_map_apply_index): Add prefix argument.
1819 (route_map_apply): Likewise.
1820
1821 * memory.h (enum): Add MTYPE_ROUTE_MAP_COMPILED.
1822
1823 * stream.c: Add stream_fifo related functions.
1824
18251999-02-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1826
1827 * daemon.c: Return integer value. File descriptor close is added.
1828
1829 * memory.h (enum): add MTYPE_OSPF_LSA.
1830
18311999-02-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1832
1833 * rsh.c: Remove empty file.
1834
18351999-02-22 <kunihiro@zebra.org>
1836
1837 * routemap.c: Add add/delete hook to route_map_master.
1838
18391999-02-19 Peter Galbavy <Peter.Galbavy@knowledge.com>
1840
1841 * str.[ch] added to supply wrappers for snprintf(), strlcat() and
1842 strlcpy on system without these.
1843
18441999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1845
1846 * syslog support added
1847
18481999-02-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1849
1850 * filter.c (access_list_add_hook): added for hook function management.
1851 * filter.c (access_list_delete_hook): Likewise.
1852
18531999-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1854
1855 * stream.c: New file.
1856 * stream.h: New file.
1857 * Divide stream related fucntions from buffer.[ch] into stream.[ch].
1858
18591999-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1860
1861 * memory.h (enum): add MTYPE_STREAM, MTYPE_STREAM_DATA
1862
1863 * buffer.c (stream_new): Set MTYPE_STREAM to XMALLOC argument.
1864
18651998-12-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1866
1867 * routemap.c: route_map_index_delete() added.
1868
18691998-12-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1870
1871 * buffer.c (buffer_empty): check cp instead of sp.
1872
18731998-12-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1874
1875 * radix.[ch]: Deleted.
1876
18771998-12-15 Magnus Ahltorp <map@stacken.kth.se>
1878
1879 * buffer.c: Prototype fixes.
1880 * prefix.c: Likewise.
1881 * sockunion.c: Likewise.
1882 * sockunion.h: Likewise.
1883
18841998-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1885
1886 * vty.c (vty_read): DELETE key works as vty_delete_char.
1887
18881998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1889
1890 * log.c (time_print): chane %y to %Y.
1891
18921998-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1893
1894 * distribute.c: new file.
1895
18961998-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1897
1898 * filter.c: Remove all of struct prefix_{ipv4,ipv6} and add
1899 complete support of IPv6 access list.
1900
1901 * command.c (config_write_element): function delete.
1902 (config_write_host): function add. password and enable password
1903 isn't printed to vty interface.
1904
19051998-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1906
1907 * filter.c: Change prefix_ipv4 to prefix and add support of
1908 prefix_ipv6 filtering.
1909
19101998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1911
1912 * Makefile.am (INCLUDES): add @INCLUDES@ for Linux IPv6 inet6-apps
1913 header includes.
1914
19151998-12-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1916
1917 * log.c (log_flush): fix function name typo.
1918
19191998-12-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1920
1921 * memory.h: OSPF memory type is added.
1922
19231998-11-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1924
1925 * command.c (sort_node): add sort_node() for pretty printing of
1926 command on vty interface.
1927 (config_password): delete the restriction of charaster of password
1928 string.
1929
19301998-09-05 Kunihiro Ishiguro <kunihiro@debian.zebra.org>
1931
1932 * prefix.c (prefix_ipv4_any): add prefix_ipv4_any().
1933
19341998-08-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1935
1936 * network.h: New file.
1937
19381998-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1939
1940 * vty.c (vty_will_echo): function name change from vty_off_echo.
1941
19421998-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1943
1944 * buffer.h: add PUTC,PUTW,PUTL macros.
1945
19461998-07-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1947
1948 * route.[ch]: renamed to prefix.[ch]
1949
19501998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1951
1952 * prefix_in, prefix_in6 is replaced by prefix_ipv4, prefix_ipv6.
1953
1954 * Makefile.am: @INCLUDES@ is deleted from INCLUDES.
1955
19561998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1957
1958 * host.[ch]: merged with command.[ch]
1959
19601998-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1961
1962 * Makefile.am (libzebra_a_SOURCES): add route.c to libzebra_a_SOURCES.
1963
19641998-05-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1965
1966 * route.c (str2prefix): str2prefix () is gone.
1967
19681998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1969
1970 * vty.c (vty_read_config): change CONDIR to SYSCONFDIR.
1971
1972 * .cvsignore: add file.
1973
1974 * memory.c (xerror): add arguent `type' and `size'.
1975
1976 * socket.c: deleted.
1977
19781998-05-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1979
1980 * vector.c: malloc,free,realloc -> XMALLOC,XFREE,XREALLOC.
1981 * linklist.c: same as above.
1982
19831998-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1984
1985 * filter.[ch]: added.
1986
19871998-04-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1988
1989 * vty.c (config_who): return CMD_SUCCESS
1990
19911998-04-01 Jochen Friedrich <jochen@scram.de>
1992
1993 * table.c (route_dump_node): route_dump_node is IPv6 specific
1994 function so move #ifdef to the end of route_dump_node ().
1995
19961998-03-05 "Hannes R. Boehm" <hannes@boehm.org>
1997
1998 * if.c: DEFUN(interface_desc) added.
1999
20001998-03-05 Kunihiro Ishiguro <kunihiro@zebra.org>
2001
2002 * if.c: separated from ripd/rip_interface.c
2003
20041998-03-04 Kunihiro Ishiguro <kunihiro@zebra.org>
2005
2006 * thread.[ch] : added.
2007
20081998-02-14 Kunihiro Ishiguro <kunihiro@zebra.org>
2009
2010 * vty.c (vty_delete_char): fix size bug.
2011 (vty_backward_pure_word): function added.
2012 (vty_read): ESC + 'f' perform vty_forward_word.
2013 (vty_read): ESC + 'b' perform vty_backward_word.
2014
20151998-02-11 Kunihiro Ishiguro <kunihiro@zebra.org>
2016
2017 * radix.c (radix_lookup_rt): add mask check.
2018 (radix_delete_duproute): add mask check.
2019
20201998-02-10 Kunihiro Ishiguro <kunihiro@zebra.org>
2021
2022 * command.c (config_write_file): fix vty -> file_vty.
2023
20241998-02-06 Kunihiro Ishiguro <kunihiro@zebra.org>
2025
2026 * command.c (cmd_filter_ambiguous): add complex type treatment.
2027
20281998-02-05 Kunihiro Ishiguro <kunihiro@zebra.org>
2029
2030 * vty.c (vty_time_print): function added.
2031 (vty_complete_command): now [...] element isn't shown by completion.
2032
20331998-01-26 Kunihiro Ishiguro <kunihiro@zebra.org>
2034
2035 * command.c : change from cmd_install_node() to install_node().
2036
20371998-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
2038
2039 * route.[ch]: struct rt{} is replaced by struct prefix{}.
2040
20411998-01-06 Kunihiro Ishiguro <kunihiro@zebra.org>
2042
2043 * command.c (cmd_execute_command): check command length.
2044
2045 * timer.c (zebra_timer_set): add zebra_timer_set.
2046
20471998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
2048
2049 * command.h (node_type ): add ZEBRA_NODE.
2050
2051 * command.c (config_exit): add RIP_NODE.
2052 (config_write_file): add RIP_NODE.
2053
20541998-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
2055
2056 * print_version.c (print_version): Now Copyright is 1996-1998.
2057
2058 * sockunion.c (sockunion_log): moved from ../zebra/route.c
2059
20601997-12-30 Kunihiro Ishiguro <kunihiro@zebra.org>
2061
2062 * host.c (config_logfile): change 'log PATH' to 'logfile PATH'.
2063
2064 * sockunion.c (sockunion_sameprefix): add same prefix for
2065 sockunion.
2066
20671997-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
2068
2069 * radix.[ch] : are moved from ../zebra directroy.
2070
2071 * command.c (config_from_file): if command execution failed down
2072 level to CONFIG_NODE.
2073
2074 * host.c: config_log function which enable 'log FILENAME' command.
2075
20761997-12-23 Kunihiro Ishiguro <kunihiro@zebra.org>
2077
2078 * vty.c: add vty_transpose_chars (). Now you can use '^T' to
2079 transpose character.
2080
2081 * command.c: cmd_cmdsize add, this is useful to check incomplete
2082 command.
2083
20841997-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
2085
2086 * fd.h: add family for address family
2087
20881997-12-06 Kunihiro Ishiguro <kunihiro@zebra.org>
2089
2090 * command.o
2091 * vty.o
2092 * host.o is moved from ../zebra
2093
20941997-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
2095
2096 * make library directory.
2097