blob: 3573ac1224cf5077cc3930bd5cca22eed0564223 [file] [log] [blame]
paul51a87982004-06-09 10:36:05 +000012004-06-09 Paul Jakma <paul@dishone.st>
2
3 * config.h: __attribute__ is a gcc'ism
4
paul5228ad22004-06-04 17:58:18 +000052004-06-04 Paul Jakma <paul@dishone.st>
6
7 * type mismatch fixes
8
hasso6708fa32004-05-18 18:46:54 +000092004-05-18 Hasso Tepper <hasso@estpak.ee>
10
11 * pqueue.[c|h]: Added as part of ospf6d merge from Zebra repository.
12
paul0a589352004-05-08 11:48:26 +0000132004-05-08 Paul Jakma <paul@dishone.st>
14
15 * zclient.c (zapi_ipv4_route) Follow Sowmini's lead and describe
16 message format.
17
182004-05-08 Sowmini Varadhan <sowmini.varadhan@sun.com>
19
20 * zclient.c: (zapi_ipv4_add) collapsed into zapi_ipv4_route
21 (zapi_ipv4_delete) ditto.
22 (zapi_ipv4_route) add/delete a route by way of cmd arg.
23 (zapi_ipv6_add) collapsed into zapi_ipv6_route.
24 (zapi_ipv6_delete) ditto.
25 (zapi_ipv6_route) add/delete a route by way of cmd arg.
26 (zebra_interface_address_delete_read) collapsed into
27 zebra_interface_address_read.
28 (zebra_interface_address_delete_read) ditto.
29 (zebra_interface_address_read) read address add/delete messages
30 by way of type argument. Describe command message format.
31 (zebra_interface_add_read) Unconditionally read new ifmtu6 field.
32 Describe command message format.
33 (zebra_interface_state_read) Unconditionally read new ifmtu6 field.
34 (zclient_redistribute_set) Collapsed into zclient_redistribute
35 (zclient_redistribute_unset) ditto
36 (zclient_redistribute) set/unset redistribution.
37 (zclient_redistribute_default_set) Collapsed into
38 zclient_redistribute_default.
39 (zclient_redistribute_default_unset) ditto.
40 (zclient_redistribute_default) Redistribute default set/unset.
41 * zclient.h: delete zapi_ipv{4,6}_add, zapi_ipv{4,6}_delete. Add
42 zapi_ipv{4,6}_route. delete zclient_redistribute_set/unset. Add
43 zclient_redistribute. Ditto for
44 zclient_redistribute_default_{set/unset}.
45
paul4a7aac12004-05-08 05:00:31 +0000462004-05-08 Sowmini Varadhan <sowmini.varadhan@sun.com>
47
48 * if.h: Add mtu6 field to struct interface, IPv6 MTU may differ
49 from IPv4, and Solaris treats the MTU's differently.
50 Add connected_add_by_prefix, for use by later patch.
51 * if.c: (connected_add_by_prefix) Add prefix to connected list.
52 (if_flag_dump) Solaris: Dump IFF_IPv4/6 flag
53 (if_dump) Dump mtu6 flag, for HAVE_IPV6.
paul22528292004-05-08 05:10:38 +000054 * command.c: (sockunion_getsockname) use socklen_t for len.
55 (sockunion_getpeername) ditto.
paul0a589352004-05-08 11:48:26 +000056
paul31fcdd32004-04-21 11:00:43 +0000572004-04-21 Boris Kovalenko <boris@tagnet.ru>
58
59 * daemon.c: (daemon) fix check for error return from setsid
60
paulc49b3062004-01-19 21:23:37 +0000612004-01-19 Paul Jakma <paul@dishone.st>
62
63 * sigevent.{c,h}: New files, implement event handled signals.
64 see signal_init() in sigevent.h.
65
jardinc32e1b52003-12-23 09:06:51 +0000662003-12-23 Vincent Jardin <jardin@6wind.com>
67
68 * {command.c, memory.c, vty.c, zebra.h}: Add isisd support
69
gdt3dbf9962003-12-22 20:18:18 +0000702003-12-22 Greg Troxel <gdt@fnord.ir.bbn.com>
71
72 * vty.c (vty_use_backup_config): Don't free filenames before using
73 them for unlink.
74
paul54aba542003-08-21 20:28:24 +0000752003-08-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
76
77 * command.c: Fix <cr> display problem for command line
78 description
79
paule9af5c72003-05-24 11:54:31 +0000802003-05-24 Anil Madhavapeddy
81
82 * (sockunion.c): Incorrect bounds specified in sockunion_log()
83
paul445f1432003-05-16 19:00:31 +0000842003-05-08 Sergiy Vyshnevetskiy <serg @ vostok.net>
85
86 * vty.c: -A option
87
882003-04-19 Hasso Tepper <hasso@estpak.ee>
89
90 * rip_routemap.c: sync daemon's route-map commands to have same
91 syntax
92
paul718e3742002-12-13 20:15:29 +0000932002-09-28 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
94
95 * vty.c (vty_flush): One line more on vty.
96
972002-09-27 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
98
99 * vector.c (vector_lookup): Add new function.
100
1012002-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
102
103 * thread.c (timeval_adjust): Fix unconditional crush due to
104 FreeBSD's select() system call timeval value check.
105
1062002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
107
108 * zebra-0.93 released.
109
1102002-06-21 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
111
112 * if.c (ifc_pointopoint): Add ifc_pointopoint() accoding to Frank
113 van Maarseveen's suggestion.
114
1152002-06-18 Kunihiro Ishiguro <kunihiro@zebra.org>
116
117 * command.c: Change bcopy() to memcpy().
118
1192001-12-12 Kunihiro Ishiguro <kunihiro@zebra.org>
120
121 * command.c (config_password): Fix host.password clear bug.
122 Reported by Wang Jian <lark@linux.net.cn>.
123
1242001-08-29 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
125
126 * thread.c (thread_should_yield): New function to check thread
127 should yeild it's execution to other thread. Suggested by: Rick
128 Payne <rickp@ayrnetworks.com>
129
1302001-08-20 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
131
132 * thread.c (thread_timer_cmp): Rewrite function.
133
134 * hash.c: Add hash_get(). Change hash_pull() to hash_release().
135
1362001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
137
138 * zebra-0.92a released.
139
1402001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
141
142 * zebra-0.92 released.
143
1442001-08-12 Akihiro Mizutani <mizutani@dml.com>
145
146 * prefix.c (netmask_str2prefix_str): Convert "1.1.0.0 255.255.0.0"
147 string to "1.1.0.0/16".
148
1492001-08-10 Kunihiro Ishiguro <kunihiro@zebra.org>
150
151 * filter.c (access_list_lookup): access_list_lookup's first
152 argument is changed from address family to AFI.
153
154 * plist.c: (prefix_list_lookup): Likewise.
155
1562001-07-27 Akihiro Mizutani <mizutani@dml.com>
157
158 * plist.c: ge and le display order is changed. Old compatible
159 rule (len <= ge-value <= le-value) is removed.
160
1612001-07-08 Kunihiro Ishiguro <kunihiro@zebra.org>
162
163 * prefix.h: Temporary fix for alignment of prefix problem.
164
1652001-06-21 Kunihiro Ishiguro <kunihiro@zebra.org>
166
167 * prefix.h (struct prefix): Remove safi and padding field.
168 (struct prefix_ipv4): Likewise.
169 (struct prefix_ipv6): Likewise.
170 (struct prefix_ls): Likewise.
171 (struct prefix_rd): Likewise.
172
173 * command.h (enum node_type): Preparation for BGP new config.
174
175 * vty.c (vty_end_config): Likewise.
176
1772001-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
178
179 * routemap.c (route_map_rule_delete): Call func_free when
180 route-map rule is deleted.
181
1822001-06-14 "Akihiro Mizutani" <mizutani@dml.com>
183
184 * routemap.c (route_map_index_lookup): Prevent to use deny and
185 permit for same route-map sequence.
186
1872001-04-12 Kunihiro Ishiguro <kunihiro@zebra.org>
188
189 * vty.c (vty_read_config): Fix warning.
190
1912001-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
192
193 * command.c (IPV6_PREFIX_STR): Add '.' and '%' for IPv6 address
194 strings.
195
1962001-03-07 Kunihiro Ishiguro <kunihiro@zebra.org>
197
198 * zebra.h (_XPG4_2): Define _XPG4_2 and __EXTENSIONS__ for
199 CMSG_FIRSTHDR.
200
2012001-03-07 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
202
203 * zebra.h (struct in_pktinfo): structure in_pktinfo declaration.
204
2052001-02-19 Kunihiro Ishiguro <kunihiro@zebra.org>
206
207 * memory.c (memory_list_lib): Add MTYPE_NEXTHOP for "show memory
208 lib" member.
209
2102001-02-13 Matthew Grant <grantma@anathoth.gen.nz>
211
212 * vty.c (vty_read_config): Revert check of integrate_default when
213 VTYSH is defined.
214
2152001-02-13 Kunihiro Ishiguro <kunihiro@zebra.org>
216
217 * vty.c (vty_read_config): Do not check integrate_default. That
218 should be used only by vtysh.
219
2202001-02-08 Matthew Grant <grantma@anathoth.gen.nz>
221
222 * vty.c (vty_serv_un): Set umask 0077.
223 (vty_read_config): Stat for vtysh Zebra.conf, if found startup and
224 wait for boot configuration.
225
226 * if.c (if_lookup_address): Make it smart implementation.
227
228 * sockopt.c (setsockopt_multicast_ipv4): Set up a multicast socket
229 options for IPv4 This is here so that people only have to do their
230 OS multicast mess in one place rather than all through zebra,
231 ospfd, and ripd .
232
2332001-02-04 Akihiro Mizutani <mizutani@dml.com>
234
235 * plist.c (vty_prefix_list_install): Even when argument is
236 invalid, new memory is allocated. Now memory allocation is done
237 after argument check.
238
2392001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
240
241 * zebra-0.91 is released.
242
2432001-01-31 Akihiro Mizutani <mizutani@dml.com>
244
245 * vty.c (vty_login): Add vty login command.
246
2472001-01-31 Kunihiro Ishiguro <kunihiro@zebra.org>
248
249 * vty.c (vty_reset): Close accept socket.
250
2512001-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
252
253 * memory.h (enum): MTYPE_ATTR_TRANSIT is added for unknown transit
254 attribute.
255
2562001-01-22 Kunihiro Ishiguro <kunihiro@zebra.org>
257
258 * zclient.c (zebra_interface_address_add_read): Fetch interface
259 address flag.
260 (zebra_interface_address_delete_read): Likewise.
261
2622001-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
263
264 * table.c (route_node_match_ipv4): Utility function for IPv4
265 address lookup.
266 (route_node_match_ipv6): Utility function for IPv4 address lookup.
267
2682001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
269
270 * if.c: Delete RIP_API part until new implementation comes out.
271
2722001-01-13 Kunihiro Ishiguro <kunihiro@zebra.org>
273
274 * hash.h (struct Hash): Rename alloc to count. Change type to
275 unsigned long.
276
277 * stream.c (stream_getc_from): New function.
278 (stream_getw_from): Likewise.
279
280 * zebra.h (ZEBRA_FLAG_STATIC): Add new flag for persistent route.
281
2822001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
283
284 * flap.c: File is removed.
285
286 * flap.c: Likewise.
287
288 * roken.h: Likewise.
289
290 * buffer.c (buffer_new): Remove type option to buffer_new().
291
2922001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
293
294 * zclient.c (zapi_ipv4_delete): Remove OLD_RIB part.
295
2962001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
297
298 * zebra-0.90 is released.
299
300 * command.c: Update Copyright year.
301
3022001-01-09 Matthew Grant <grantma@anathoth.gen.nz>
303
304 * if.c (if_create): Register connected_free() function for
305 deletion.
306 (if_delete): Free connected information when the interface is
307 deleted.
308 (if_lookup_by_index): Fix argument type from int to unsigned int.
309 (connected_add): Keep list in order if old info found, essential
310 for repeatable operation in some daemons.
311
3122001-01-09 endo@suri.co.jp (Masahiko Endo)
313
314 * vty.c (vty_flush): When vty->statis is VTY_CLOSE do not add vty
315 read thread.
316
3172001-01-08 Kunihiro Ishiguro <kunihiro@zebra.org>
318
319 * filter.c (access_list_delete): Access-list name is not freed.
320
321 * plist.c (prefix_list_delete): Prefix-list name is not freed.
322
3232000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
324
325 * zclient.c (zclient_start): Change to use UNIX domain
326 socket for zebra communication.
327
328 * vector.c (vector_init): vector_alloc and vector_data_alloc is
329 removed. All memory allocation count should be maintained by
330 XMALLOC and XFREE macros.
331
3322000-12-28 Kunihiro Ishiguro <kunihiro@zebra.org>
333
334 * zebra.h (ZEBRA_NEXTHOP_IFINDEX): Define ZEBRA_NEXTHOP_* values.
335
3362000-12-27 Kunihiro Ishiguro <kunihiro@zebra.org>
337
338 * zebra.h (ZEBRA_ERR_RTEXIST): Make zebra error code to negative
339 value.
340
3412000-12-25 "Wataru Uno" <wataru@po.ntts.co.jp>
342
343 * vty.c (vtysh_read): Don't allocate new buffer because buffer is
344 allocated in vty_new ().
345
3462000-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
347
348 * memory.h (enum): Add MTYPE_AS_FILTER_STR.
349
350 * command.c (config_write_terminal): Display "end" at the end of
351 configuration.
352
353 * plist.c (vty_prefix_list_install): Use AF_INET to determine
354 lenum length.
355
3562000-12-13 "Wataru Uno" <wataru@po.ntts.co.jp>
357
358 * buffer.c (buffer_flush_vty): If IOV_MAX defined in the System,
359 then all lines write by IOV_MAX.
360
3612000-12-12 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
362
363 * command.c (config_write_file): Robust method for writing
364 configuration file and recover from backing up config file.
365
3662000-11-29 Kunihiro Ishiguro <kunihiro@zebra.org>
367
368 * smux.c (smux_connect): More fail check.
369 (smux_trap): When SMUX connection is not established, do nothing.
370
3712000-11-28 Gleb Natapov <gleb@nbase.co.il>
372
373 * thread.c (thread_fetch): Execut event list first. Old event
374 list is renamed to ready list. With this change, event thread is
375 executed before any other thread.
376
377 * thread.h (struct thread_master): Add ready list.
378
3792000-11-28 Kunihiro Ishiguro <kunihiro@zebra.org>
380
381 * linklist.c (listnode_add_after): Add node right after the
382 listnode pointer.
383
3842000-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
385
386 * smux.h: Pass struct variable to WriteMethod.
387
3882000-11-25 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
389
390 * if.c (if_lookup_address): When looking up interface with IP
391 address, Sometimes multiple interfaces will match. Now PtP
392 interfaces prevail in such a case which seem the right thing to
393 do: There will probably also be host routes which usually prevail
394 over network routes.
395
3962000-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
397
398 * smux.c (smux_trap): SMUX trap implementation.
399
4002000-11-19 Akihiro Mizutani <mizutani@dml.com>
401
402 * plist.c: Add automatic conversion function of an old rule.
403 ex.) 10.0.0.0/8 ge 8 -> 10.0.0.0/8 le 32
404
4052000-11-16 Yon Uriarte <ukl2@rz.uni-karlsruhe.de>
406
407 * zclient.c (zebra_interface_add_read): Read hardware address when
408 hw_addr_len is greater than 0.
409
4102000-11-15 Akihiro Mizutani <mizutani@dml.com>
411
412 * plist.c: The rule of "len <= ge-value <= le-value"
413 was changed to "len < ge-value <= le-value".
414
4152000-11-09 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
416
417 * memory.[ch]: Added #define and functions for ospf6d.
418
419 * log.[ch]: some platform says that the data of used va_list
420 is undefined. Changed to hold list of va_list for each
421 vsnprintf.
422
4232000-11-07 Rick Payne <rickp@rossfell.co.uk>
424
425 * memory.h (enum): Add MTYPE_COMMUNITY_REGEXP.
426
4272000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
428
429 * command.c (config_exit): Fix bug of missing break after case
430 BGP_VPNV4_NODE.
431
4322000-10-30 Kunihiro Ishiguro <kunihiro@zebra.org>
433
434 * vector.c (vector_unset): Check i is not nevative.
435
4362000-10-24 Arkadiusz Miskiewicz <misiek@pld.org.pl>
437
438 * smux.c (smux_sock): Set terminating '\0'. Check address family.
439
440 * vty.c (vty_serv_sock_addrinfo): Set terminating '\0'. Use
441 gai_strerror. Check address family.
442
4432000-10-23 Jochen Friedrich <jochen@scram.de>
444
445 * smux.c: Use linklist rather than vector.
446 (smux_getnext): A SMUX subagent has to behave as if it manages the
447 whole SNMP MIB tree itself. It's the duty of the master agent to
448 collect the best answer and return it to the manager. See RFC 1227
449 chapter 3.1.6 for the glory details :-). ucd-snmp really behaves
450 bad here as it actually might ask multiple times for the same
451 GETNEXT request as it throws away the answer when it expects it in
452 a different subtree and might come back later with the very same
453 request.
454
4552000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
456
457 * command.c (cmd_init): Log related command are only installed for
458 terminal mode.
459
4602000-10-21 Kunihiro Ishiguro <kunihiro@zebra.org>
461
462 * Makefile.am (libzebra_a_SOURCES): Remove duplicated buffer.c.
463
464 * zebra.h: Remove #warn directive.
465
4662000-10-20 Kunihiro Ishiguro <kunihiro@zebra.org>
467
468 * keychain.c (keychain_init): Register "key chain" command to
469 KEYCHAIN_NODE and KEYCHAIN_KEY_NODE.
470
471 * vty.c (vty_end_config): Fix missing vty_cinfig_unlock for other
472 CONFIG_NODE.
473
474 * command.c (config_end): Likewise.
475
476 * keychain.c (keychain_get): Key is sorted by it's identifier
477 value.
478
4792000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
480
481 * linklist.c (list_delete_all_node): Call delete function if it is
482 defined.
483
484 * command.c (cmd_execute_command_strict): Add modification for
485 vtysh.
486 (cmd_execute_command_strict): Remove first argument cmdvec because
487 it is global varibale in command.c.
488
4892000-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
490
491 * command.c (cmd_init): Install
492 copy_runningconfig_startupconfig_cmd only in terminal mode.
493
494 * linklist.c (list_delete_node): Simplify the function.
495 (listnode_lookup): Renamed from list_lookup_node.
496
4972000-10-17 Kunihiro Ishiguro <kunihiro@zebra.org>
498
499 * stream.h: Undef stream_read and stream_write without
500 parenthesis.
501
502 * newlist.c: File removed.
503
504 * newlist.h: Likewise.
505
506 * linklist.c (list_new): Remove list_init(). To allocate new
507 linked list, please use list_new().
508 (listnode_add): Remove list_add_node(). To add new node to linked
509 list, please use listnode_add().
510 (list_delete_by_val): Revemove fucntion.
511
5122000-10-16 Nobuaki Tanaka <nobby@po.ntts.co.jp>
513
514 * table.c (route_table_free): Reimplement route_table_free().
515
5162000-10-11 Kunihiro Ishiguro <kunihiro@zebra.org>
517
518 * keychain.c (keychain_get): Register key_delete_func to key
519 list's delete function. Use linklist.c instead of newlist.c.
520
5212000-10-04 Akihiro Mizutani <mizutani@dml.com>
522
523 * filter.c (access_list_remark): Add access-list's remark command.
524 (no_access_list): "no access-list 100 permit any" error message
525 bug is fixed.
526
5272000-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
528
529 * memory.h (enum): Add MTYPE_SOCKUNION.
530
5312000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
532
533 * zebra-0.89 is released.
534
5352000-10-01 Kunihiro Ishiguro <kunihiro@zebra.org>
536
537 * linklist.c (list_add_node_head): Delete unused function.
538 (list_add_node_tail): Likewise.
539
5402000-09-26 Kunihiro Ishiguro <kunihiro@zebra.org>
541
542 * stream.c (stream_read_unblock): Add new function for unblocking
543 read.
544
5452000-09-26 Jochen Friedrich <jochen@nwe.de>
546
547 * smux.c (smux_register): Fix bug of can't register more than one
548 MIB with SMUX.
549
5502000-09-26 Makoto Otsuka <otsuka@inl.ntts.co.jp>
551
552 * vty.c (vty_close): Fix memory leak of sb_buffer.
553 (vty_new): Likewise.
554
5552000-09-21 steve@Watt.COM (Steve Watt)
556
557 * log.h: Do not declare zlog_priority[0] variable.
558
5592000-09-12 Kunihiro Ishiguro <kunihiro@zebra.org>
560
561 * linklist.h (struct _list ): Add member cmp for compare function.
562 (struct _list ): Member up is deleted
563
5642000-09-12 David Lipovkov <dlipovkov@OpticalAccess.com>
565
566 * if.c: Include RIP_API header when RIP API is enabled.
567
5682000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
569
570 * prefix.c (prefix_free): Siplify prefix_free().
571
572 * keychain.c (key_match_for_accept): strncmp check bug is fixed.
573
5742000-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
575
576 * zebra.h: Merge roken.h into zebra.h.
577
5782000-09-05 Akihiro Mizutani <mizutani@dml.com>
579
580 * routemap.c (route_map_init_vty): Install route-map command to
581 RMAP_NODE.
582
5832000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
584
585 * thread.c (thread_get_id): Remove pthread related garbage.
586
587 * command.h (struct host): Likewise.
588
589 * zebra.h: Likewise.
590
5912000-08-20 Kunihiro Ishiguro <kunihiro@zebra.org>
592
593 * command.h (node_type ): Add AAA node for authentication.
594
595 * vty.c (vty_close): Do not close stdout.
596
5972000-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
598
599 * vty.c (vty_init_vtysh): Added for vtysh.
600
601 * distribute.c (districute_list_prefix_all): Interface independent
602 filter can be set.
603 (distribute_list_all): Likewise.
604 (config_show_distribute): Display current distribute-list status
605 for "show ip protocols".
606
6072000-08-18 Akihiro Mizutani <mizutani@dml.com>
608
609 * command.c (config_terminal_no_length): no terminal monitor ->
610 terminal no monitor
611 (cmd_init): Do not install service_terminal_length_cmd into
612 ENABLE_NODE.
613
614 * vty.c (terminal_no_monitor): no terminal length -> terminal no
615 length.
616
6172000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
618
619 * zebra-0.88 is released.
620
6212000-08-17 Magnus Ahltorp <ahltorp@nada.kth.se>
622
623 * vty.h (struct vty ): Add iac_sb_in_progress and sb_buffer for
624 better IAC handling.
625
626 * vty.c (vty_telnet_option): Change telnet option handling.
627
6282000-08-15 Gleb Natapov <gleb@nbase.co.il>
629
630 * zclient.c (zclient_redistribute_unset): New function added.
631
6322000-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
633
634 * zclient.c (zebra_interface_add_read): Change ifindex restore
635 size from two octet to four.
636 (zebra_interface_state_read): Likewise.
637 (zebra_interface_address_add_read): Likewise.
638
6392000-08-13 Kunihiro Ishiguro <kunihiro@zebra.org>
640
641 * vty.c (vty_event): Use vector_set_index() instead of
642 vector_set().
643
6442000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
645
646 * zebra.h (ZEBRA_XXX_DISTANCE_DEFAULT): Define Default
647 Administrative Distance of each protocol.
648
6492000-08-07 Matthew Grant <grantma@anathoth.gen.nz>
650
651 * if.h (struct interface ): Add new member bandwidth to struct
652 interface.
653
654 * zclient.c (zebra_interface_add_read): Fetch bandwidth value.
655 (zebra_interface_state_read): Likewise.
656
6572000-08-07 Gleb Natapov <gleb@nbase.co.il>
658
659 * routemap.c (route_map_event_hook): New hook route_map_event_hook
660 is added. This hook is called when route-map is changed. The
661 parameters passed to the hook are 'event' and 'route-map name'
662
663 * routemap.h: Add prototype for route_map_event_hook().
664
6652000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
666
667 * zclient.c (zebra_ipv4_route): zebra_ipv4_route(),
668 zebra_ipv4_add(), zebra_ipv4_delete() are removed.
669
670 * routemap.c (route_map_empty): Add new function.
671 (route_map_delete): Use route_map_index_delete() instead of
672 route_map_index_free().
673 (route_map_index_free): Function removed.
674
6752000-08-06 Gleb Natapov <gleb@nbase.co.il>
676
677 * routemap.c (route_map_index_delete): Add check for route-map is
678 empty or not.
679
6802000-08-03 Kunihiro Ishiguro <kunihiro@zebra.org>
681
682 * zclient.c (zebra_ipv4_add): Change socket arguemnt with struct
683 zclient.
684
6852000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
686
687 * zclient.h (struct zebra): Add obuf for output buffer.
688
689 * if.c: Remove #ifdef NRL enclosing if_nametoindex() and
690 if_indextoname().
691
6922000-08-02 David Lipovkov <davidl@nbase.co.il>
693
694 * if.h (IF_PSEUDO_UNSET): IF_PSEUDO related macro added.
695 (IF_UNKNOWN_SET): IF_UNKNOWN related macro deleted.
696
697 * if.c (interface_pseudo): Add "pseudo" command to interface node.
698 (no_interface_pseudo): Add "no pseudo" command to interface node.
699
700 * zclient.c (zebra_interface_add_read): Set pseudo flag when it is
701 send from zebra.
702
7032000-08-01 Kunihiro Ishiguro <kunihiro@zebra.org>
704
705 * zebra.h (ZEBRA_IPV4_NEXTHOP_LOOKUP): Add new message.
706 (ZEBRA_IPV6_NEXTHOP_LOOKUP): Likewise.
707
708 * vty.c (vty_serv_un): Use AF_UNIX for backward compatibility.
709
7102000-07-31 Kunihiro Ishiguro <kunihiro@zebra.org>
711
712 * vty.c: Use vector for VTY server thread listing instead of
713 single value.
714
7152000-07-30 Kunihiro Ishiguro <kunihiro@zebra.org>
716
717 * keychain.c (no_key_chain): "no key chain WORD" command is added.
718
7192000-07-29 Kunihiro Ishiguro <kunihiro@zebra.org>
720
721 * command.c (config_from_file): If command fail in
722 KEYCHAIN_KEY_NODE, down to KEYCHAIN_NODE.
723
724 * vty.h (struct vty ): Add index_sub member.
725
7262000-07-27 Akihiro Mizutani <mizutani@dml.com>
727
728 * if.c: Help strings updates.
729
7302000-07-11 Akihiro Mizutani <mizutani@dml.com>
731
732 * command.c (no_config_enable_password): Add "no enable password"
733 command.
734 (config_write_host): Display password string.
735
736 * routemap.c (route_map_delete_match): Add support for delete
737 match without argument.
738 (route_map_delete_set): Likewise.
739
7402000-07-09 Kunihiro Ishiguro <kunihiro@zebra.org>
741
742 * command.h (node_type ): Change KEYCHAIN_NODE and
743 KEYCHAIN_KEY_NODE place just before INTERFACE_NODE.
744
7452000-07-09 Jochen Friedrich <jochen@scram.de>
746
747 * smux.c (config_write_smux): Fixes the option to override OID and
748 password for SMUX.
749
7502000-07-09 Kunihiro Ishiguro <kunihiro@zebra.org>
751
752 * command.h (node_type ): Add SMUX_NODE for SMUX configuration.
753
7542000-07-09 Toshiaki Takada <takada@zebra.org>
755
756 * command.c: Sort descvec command's help.
757
758 * vty.c (vty_describe_command): Display '<cr>' at the end of
759 descriptions.
760
7612000-07-05 Toshiaki Takada <takada@zebra.org>
762
763 * command.c (cmd_ipv6_match), (cmd_ipv6_prefix_match): Fix bug
764 treatment of double colon.
765
7662000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
767
768 * zclient.h: Add zclient_redistribute_default_{set,unset}().
769
770 * keychain.c: New file for authentication key management.
771 * keychain.h: Likewise.
772
773 * tcpfilter.c: New file for TCP/UDP base filtering using ipfw or
774 ipchains.
775 * tcpfilter.h: Likewise.
776
777 * flap.h: New file for route flap dampening.
778 * flap.c: Likewise.
779
7802000-07-04 Toshiaki Takada <takada@zebra.org>
781
782 * filter.c (struct filter): Add exact flag.
783 (access_list): Add exact-match command.
784 (ipv6_access_list): Add exact-match command.
785
7862000-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
787
788 * zebra.h (ZEBRA_REDISTRIBUTE_DEFAULT_ADD): New message for
789 request default route.
790
7912000-07-01 Hideaki YOSHIFUJI ($B5HF#1QL@(B) <yoshfuji@ecei.tohoku.ac.jp>
792
793 * smux.c: Add IPv6 smux connection code.
794
7952000-06-15 Kunihiro Ishiguro <kunihiro@zebra.org>
796
797 * vty.c (vty_complete_command): To cooperate readline library,
798 returned string is newly allocated. So some match function case
799 need, free of memory.
800
8012000-06-12 Akihiro Mizutani <mizutani@dml.com>
802
803 * distribute.c: Fix help strings.
804
8052000-06-11 Kunihiro Ishiguro <kunihiro@zebra.org>
806
807 * command.c (cmd_complete_command): Add check for vector_slot
808 (vline, index) is not NULL when calculating lcd.
809 (cmd_entry_function): First check variable arguemnt to prevent it
810 from completion.
811
8122000-06-10 Kunihiro Ishiguro <kunihiro@zebra.org>
813
814 * vty.h (struct vty ): Add output_count member for displaying
815 output route count. Remove arugment arg from output_func because
816 the value is passed by vty argument. Change output to output_rn.
817 Add output_clean function pointer member. Add output_type member.
818
8192000-06-10 Toshiaki Takada <takada@zebra.org>
820
821 * command.c (show_startup_config): Add "show startup-config"
822 command.
823
8242000-06-06 Akihiro Mizutani <mizutani@dml.com>
825
826 * filter.c: Fix help strings.
827
8282000-06-05 Kunihiro Ishiguro <kunihiro@zebra.org>
829
830 * prefix.h (struct prefix_rd): New prefix structure for routing
831 distinguisher.
832 (struct prefix): Add padding to every prefix structure.
833
834
835 * routemap.c (route_map_add_match): When completely same match
836 statement exists, don't duplicate it.
837
8382000-06-05 Akihiro Mizutani <mizutani@dml.com>
839
840 * routemap.c: Change NAME to WORD.
841
842 * plist.c: Fix help strings.
843
8442000-06-02 Akihiro Mizutani <mizutani@dml.com>
845
846 * routemap.c: Fix route-map help strings.
847
8482000-06-01 Kunihiro Ishiguro <kunihiro@zebra.org>
849
850 * command.c (cmd_filter_by_completion): Fix CMD_VARARG treatment
851 to filter other non vararg commands.
852
853 * routemap.c (route_map_init_vty): Use install_default() for
854 install common commands into route-map node..
855
8562000-06-01 Akihiro Mizutani <mizutani@dml.com>
857
858 * command.h (OSPF_STR): Macro added.
859
8602000-05-31 Kunihiro Ishiguro <kunihiro@zebra.org>
861
862 * command.c (cmd_complete_command): LCD completion must not modify
863 installed command string.
864
865 * plist.c (ipv6_prefix_list): Fix wrong syntax definition. Change
866 X:X::X:X to X:X::X:X/M.
867
8682000-05-31 Toshiaki Takada <takada@zebra.org>
869
870 * vty.c (show_history): New defun added.
871
8722000-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
873
874 * command.h (CMD_COMPLETE_LIST_MATCH): New define for completion
875 list. CMD_COMPLETE_MATCH is used for LCD completion.
876
877 * vty.c (vty_complete_command): Matched string's LCD is completed.
878
879 * command.c (cmd_lcd): New function for calculate LCD of matched
880 strings.
881
8822000-05-26 Kunihiro Ishiguro <kunihiro@zebra.org>
883
884 * command.c (install_default): config_write_terminal_cmd,
885 config_write_file_cmd, config_write_memory_cmd are added to
886 default node.
887
888 * memory.c (memory_init): Divide show memory command into each
889 sort.
890
891 * command.c (cmd_init): config_write_terminal_cmd,
892 config_write_file_cmd, config_write_memory_cmd are added to
893 CONFIG_NODE.
894
895 * routemap.c (route_map_index_free): New function.
896 (no_route_map_all): New DEFUN for "no route-map NAME".
897
898 * filter.c (no_access_list_all): New DEFUN for delete access-list
899 with NAME.
900 (no_ipv6_access_list_all): Likewise.
901
9022000-05-23 Kunihiro Ishiguro <kunihiro@zebra.org>
903
904 * plist.c: Change IPV6_PREFIX to X:X::X:X. When "any" is
905 specified, user can not use "ge" and "le" statement.
906
9072000-05-22 Thomas Molkenbur <tmo@datus.datus.com>
908
909 * routemap.c (route_map_add_set): Fix bug of next pointer missing.
910
911 * table.c (route_table_free): Like wise.
912
9132000-05-22 Toshiaki Takada <takada@zebra.org>
914
915 * vty.c (vty_stop_input): Set history pointer to the latest one.
916
917 * vty.c (vty_hist_add): Do not add command line history when input
918 is as same as previous one.
919
9202000-05-14 Kunihiro Ishiguro <kunihiro@zebra.org>
921
922 * memory.h (enum): Add MTYPE_ECOMMUNITY and MTYPE_ECOMMUNITY_VAL.
923
9242000-05-13 Kunihiro Ishiguro <kunihiro@zebra.org>
925
926 * command.h (node_type ): Add BGP_VPNV4_NODE.
927
9282000-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
929
930 * vty.c (vtysh_accept): Add cast of struct sockaddr * to bind
931 argument. Reported by: Vesselin Mladenov <mladenov@netbg.com>.
932
933 * filter.c (ipv6_access_list): Add IPv6 prefix example instead of
934 IPv4 example. Reported by: Love <lha@s3.kth.se>.
935
936 * command.c (cmd_complete_command): Make it sure last element of
937 matchvec is NULL. This fix problem which cause crush in
938 vty_complete_command(). Reported by: JINMEI Tatuya
939 <jinmei@isl.rdc.toshiba.co.jp>.
940
9412000-04-28 Love <lha@s3.kth.se>
942
943 * prefix.h (struct prefix): Add padding.
944
9452000-04-28 Kunihiro Ishiguro <kunihiro@zebra.org>
946
947 * command.c (show_version): Update copyright year.
948
9492000-04-27 Kunihiro Ishiguro <kunihiro@zebra.org>
950
951 * routemap.c (route_map_apply): When map is NULL, return deny.
952
9532000-04-26 Kunihiro Ishiguro <kunihiro@zebra.org>
954
955 * filter.c (access_list_apply): When access is NULL, return deny.
956
957 * plist.c (prefix_list_apply): When plist is NULL, return deny.
958
9592000-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
960
961 * command.h (node_type ): Change RDISC_NODE to IRDP_NODE.
962
9632000-04-18 Toshiaki Takada <takada@zebra.org>
964
965 * filter.[ch] (access_list_add_hook), (access_list_delete_hook):
966 Add argument for hook function to give struct access_list *.
967
9682000-04-17 Kunihiro Ishiguro <kunihiro@zebra.org>
969
970 * plist.c (prefix_list_entry_match): In case of le nor ge is
971 specified, exact match is performed.
972 (prefix_list_entry_match): Add any entry matching check.
973
9742000-04-09 Kunihiro Ishiguro <kunihiro@zebra.org>
975
976 * vty.c (exec_timeout): Separate timeout setting to minutes and
977 seconds.
978 (no_exec_timeout): Add "no exec-timeout" command.
979
980 * vty.h (VTY_TIMEOUT_DEFAULT): Change default value from 300 to
981 600.
982
9832000-03-31 Jochen Friedrich <jochen@scram.de>
984
985 * smux.h (SMUX_CLOSE): The SMUX_CLOSE PDU is implicit integer, so
986 it is a primitive encoding and not constructed.
987
9882000-03-28 Toshiaki Takada <takada@zebra.org>
989
990 * memory.[ch] (enum): Add MTYPE_OSPF_EXTERNAL_INFO.
991
9922000-03-26 Love <lha@s3.kth.se>
993
994 * zclient.c (zclient_read): Add nbytes size check for
995 ZEBRA_HEADER_SIZE. Check return value of steam_read ().
996
9972000-03-26 Rick Payne <rickp@rossfell.co.uk>
998
999 * routemap.c: Add flexible route-map commands such as on-match
1000 next, on-match goto N.
1001
1002 * routemap.h: Likewise
1003
10042000-03-23 Adrian Bool <aid@u.net.uk>
1005
1006 * command.c (config_log_trap): Add new command "log trap
1007 PRIORITY".
1008
10092000-03-14 Toshiaki Takada <takada@zebra.org>
1010
1011 * memory.c (struct memory_list): Add Link List and Link Node
1012 to view.
1013
1014 * memory.h (enum): Remove MTYPE_OSPF_EXTERNAL_ROUTE.
1015
10162000-01-20 Hideto Yamakawa <hideto.yamakawa@soliton.co.jp>
1017
1018 * str.c (snprintf): Fix bug of calling sprintf instead of
1019 vsprintf.
1020
10212000-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1022
1023 * memory.h (enum): Add MTYPE_RIP_PEER.
1024
10252000-01-15 Toshiaki Takada <takada@zebra.org>
1026
1027 * memory.h (enum): Add MTYPE_OSPF_CRYPT_KEY.
1028
10292000-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1030
1031 * command.h (node_type ): Add MASC_NODE for masc.
1032
10332000-01-09 Wang Jianliang <wangjl@soim.net>
1034
1035 * routemap.c (route_map_index_add): When route_map_index is not
1036 empty and insert new item at the head, it can cause core dump.
1037 Fix "if (index == map->head)" to "if (point == map->head).
1038 (route_map_add_set): If there is an old set command, override old
1039 set command with new one.
1040 (route_map_index_delete): Use while() instead of for for() for
1041 logical correctness.
1042
10431999-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1044
1045 * memory.h (enum): Add MTYPE_BGP_STATIC.
1046
10471999-12-23 Alex Zinin <zinin@amt.ru>
1048 * zebra.h, zclient.*: dynamic int up/down message
1049 support
1050
10511999-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1052
1053 * thread.c (thread_cancel_event): Add a function for clean up
1054 events.
1055
10561999-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1057
1058 * dropline.c: Delete file.
1059 dropline.h: Linewise.
1060
10611999-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1062
1063 * filter.c (access_list_filter_delete): Wrong pointer
1064 access->master was pointed out after access is freed. I store
1065 master value at the beginning of the function.
1066
10671999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1068
1069 * vty.c (exec_timeout): Change of VTY timeout affect to current
1070 VTY connection.
1071 (vty_accept): Instead of immediate exit() return -1.
1072
10731999-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1074
1075 * vty.c (vty_configure_lock): Configuration lock function added.
1076 Only one VTY can use CONFI_NODE at the same time.
1077
1078 * log.c: Delete zvlog_* functions. Now zlog_* does the same
1079 thing.
1080
1081 * log.c (log_init): Function removed.
1082 (log_close): Likewise.
1083 (log_flush): Likewise.
1084 (log_open): Likewise.
1085
1086 * vty.c (terminal_monitor): Add new command.
1087 (no_terminal_monitor): Likewise.
1088
1089 * log.c (old_log): Function removed.
1090 (old_log2): Likewise.
1091 (old_log_warn): Likewise.
1092
10931999-12-04 Toshiaki Takada <takada@zebra.org>
1094
1095 * command.c (cmd_ipv6_match): New function added.
1096 (cmd_ipv6_prefix_match): Likewise.
1097
10981999-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1099
1100 * command.c (cmd_ipv6_match):
1101
1102 * table.c: Delete #ifdef HAVE_MBGPV4.
1103
1104 * prefix.h (struct prefix): Add safi member.
1105 (struct prefix_ipv4): Likewise.
1106 (struct prefix_ipv6): Likewise.
1107
11081999-12-04 Rumen Svobodnikov <rumen@linux.tu-varna.acad.bg>
1109
1110 * memory.c (struct mstat): Revert to support MEMORY_LOG.
1111
11121999-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1113
1114 * version.h: Bump up to 0.81c for testing new kernel codes.
1115
11161999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1117
1118 * thread.h (struct thread): Pthread support is disabled all
1119 platform.
1120
11211999-11-21 Michael Handler <handler@sub-rosa.com>
1122
1123 * Include <limits.h> and <strings.h> under SUNOS_5.
1124
11251999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1126
1127 * sockunion.c (in6addr_cmp): Enclosed by #define HAVE_IPV6
11281999-11-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1129
1130 * command.h (node_type ): Add BGP_IPV4_NODE and BGP_IPV6_NODE.
1131
11321999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1133
1134 * command.c (disable): Add `disable' command.
1135
11361999-11-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1137
1138 * plist.c (vty_prefix_list_install): Add any check.
1139
11401999-11-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1141
1142 * command.h (node_type ): Add DUMP_NODE.
1143
11441999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1145
1146 * smux.c: Change default SMUX oid to compatible with gated.
1147
11481999-10-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1149
1150 * if_rmap.c: New file added.
1151
1152 * if_rmap.h: New file added.
1153
11541999-10-29 Alex Zinin <zinin@amt.ru>
1155
1156 * hash.c: add hash_free() function
1157
11581999-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1159
1160 * hash.c (hash_clean): Add clean function.
1161
1162 * plist.c (prefix_list_reset): Add reset function.
1163
1164 * filter.c (access_list_reset): Add reset function.
1165
11661999-10-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1167
1168 * client.c: Merged with zclient.c.
1169 * client.h: Merged with zclient.h.
1170
11711999-10-15 Jordan Mendelson <jordy@wserv.com>
1172
1173 * md5.c: Imported from GNU C Library.
1174 * md5-gnu.h: Likewise.
1175
11761999-10-15 Jochen Friedrich <jochen@scram.de>
1177
1178 * smux.c (smux_getresp_send): SMUX_GETRSP codes improvement.
1179
11801999-10-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1181
1182 * smux.h: New file added.
1183
1184 * snmp.c: Rename to smux.c.
1185
11861999-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1187
1188 * command.c (cmd_execute_command_strict): Filter ambious commands.
1189 (cmd_filter_by_string): Change to return enum match_type.
1190
11911999-10-01 Toshiaki Takada <takada@zebra.org>
1192
1193 * vty.c (vty_describe_fold): New function which does VTY
1194 description line fold.
1195 * vty.c (vty_describe_command): Set description column.
1196
11971999-09-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1198
1199 * plist.c (prefix_list_init_ipv4): VTY user interface is improved.
1200
12011999-09-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1202
1203 * command.c (cmd_filter_by_string): Fix bug of CMD_IPV4 and
1204 CMD_IPV4_PREFIX check. Both return type must be exact_match.
1205
12061999-09-24 Toshiaki Takada <takada@zebra.org>
1207
1208 * command.c (cmd_filter_by_completion),
1209 (is_cmd_ambiguous): Check IPv4 address, IPv4 prefix and range
1210 parameter matches range.
1211
12121999-09-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1213
1214 * routemap.c (route_map_apply): Returm RM_DENYMATCH when no match
1215 is performed.
1216
12171999-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1218
1219 * vty.c (vty_read): Control-C stop VTY_MORE mode.
1220
12211999-09-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1222
1223 * command.h (node_type ): Add ACCESS_IPV6_NODE and
1224 PREFIX_IPV6_NODE.
1225
1226 * distribute.h: New file added.
1227
1228 * command.h (node_type ): Delete DISTRIBUTE_NODE.
1229
12301999-09-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1231
1232 * vty.c (vty_terminate_all): New function added for reload
1233 support.
1234
12351999-09-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1236
1237 * memory.h (enum): Add new type MTYPE_OSPF_EXTERNAL_ROUTE.
1238
12391999-08-31 Janos Farkas <chexum@shadow.banki.hu>
1240
1241 * vty.c (vty_read): Handle also 0x7f (alt-backspace), just like
1242 esc-ctrl-h (delete word backwards).
1243
12441999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1245
1246 * if.h: Add if_nametoindex for NRL.
1247
12481999-08-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1249
1250 * if.c (if_create): New function.
1251
12521999-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1253
1254 * snmp.c: New file.
1255
12561999-08-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1257
1258 * stream.c (stream_put): stream_memcpy () is changed to stream_put
1259 (). stream_get () is added.
1260
12611999-08-18 Toshiaki Takada <takada@zebra.org>
1262
1263 * memory.h (enum): Add MTYPE_OSPF_LSA_DATA.
1264
12651999-08-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1266
1267 * table.c (route_table_finish): add function frees table.
1268
12691999-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1270
1271 * memory.h (enum): Add MTYPE_RTADV_PREFIX.
1272
12731999-08-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1274
1275 * if.h (struct interface ): hw_address, hw_address_len added.
1276
12771999-08-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1278
1279 * if.h (struct interface ): Change structure member if_data to
1280 info, index to ifindex.
1281
12821999-08-08 Rick Payne <rickp@rossfell.co.uk>
1283
1284 * routemap.c: Multi protocol route-map modification.
1285
1286 * routemap.c (route_map_apply): Route match process bug is fixed.
1287
12881999-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1289
1290 * thread.c (thread_fetch): When signal comes, goto retry point.
1291
12921999-08-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1293
1294 * Makefile.am: Add sockopt.c and sockopt.h
1295 * sockopt.c: New file.
1296 * sockopt.h: New file.
1297
12981999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1299
1300 * version.h (ZEBRA_VERSION): Release zebra-0.75
1301
13021999-08-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1303
1304 * memory.h (enum): Add MTYPE_RIPNG_AGGREGATE.
1305
13061999-07-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1307
1308 * sockunion.h: Add sockunion_getpeername ().
1309
13101999-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1311
1312 * version.h: Release zebra-0.74
1313
13141999-07-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1315
1316 * command.h (struct host): Delete lines from struct host. Add
1317 lines to struct vty.
1318
1319 * command.c: Delete `lines LINES'. Terminal display line settings
1320 should be done by `terminal length' command.
1321
13221999-07-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1323
1324 * memory.h (enum): MTYPE_OSPF_PATH are added.
1325
13261999-07-22 Toshiaki Takada <takada@zebra.org>
1327
1328 * memory.h (enum): MTYPE_OSPF_NEXTHOP is added.
1329
13301999-07-21 Toshiaki Takada <takada@zebra.org>
1331
1332 * linklist.c (list_add_node_prev), (list_add_node_next),
1333 (list_add_list): New function added.
1334
1335 * table.c (route_table_free): New function added.
1336
13371999-07-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1338
1339 * plist.c (config_write_prefix): Set write flag when configuration
1340 is written.
1341
13421999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1343
1344 * prefix.c : prefix_cmp() added. change apply_mask() to
1345 apply_mask_ipv4(), and new apply_mask() added.
1346
13471999-07-14 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1348
1349 * prefix.c (prefix2str): append prefixlen.
1350
13511999-07-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1352
1353 * command.c (config_terminal): Change "config terminal" to
1354 "configure terminal". Reported by Georg Hitsch
1355 <georg@atnet.at>.
1356 (config_terminal_length): `terminal length <0-512>' is added. At
1357 this moment this command is only usef for vty interface.
1358 Suggested by Georg Hitsch <georg@atnet.at>.
1359
13601999-07-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1361
1362 * routemap.c (rulecmp): Add wrapper function of strcmp.
1363
13641999-07-08 Rick Payne <rickp@rossfell.co.uk>
1365
1366 * sockunion.c (inet_aton): Fix bug of inet_aton.
1367
13681999-07-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1369
1370 * version.h (ZEBRA_VERSION): Start zebra-0.73
1371
13721999-07-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1373
1374 * version.h: Bump up to 0.72.
1375
13761999-07-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1377
1378 * command.c (install_default): New function for install default
1379 commands to the node.
1380
1381 * memory.h (enum): MTYPE_NEXTHOP is added.
1382
13831999-07-01 <kunihiro@zebra.org>
1384
1385 * command.c (no_banner_motd): `no banner motd' command added.
1386
13871999-06-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1388
1389 * regex.c: Update to glibc-2.1.1's posix/regex.c
1390
1391 * regex-gnu.h: Update to glibc-2.1.1's posix/regex.h
1392
1393 * prefix.h (IPV4_ADDR_SAME): Macro added.
1394 (IPV6_ADDR_SAME): Likewise.
1395
13961999-06-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1397
1398 * memory.h (enum): Add MTYPE_OSPF_VERTEX
1399
1400 * version.h: Bump up to 0.71.
1401
1402 * vty.c (vty_serv_sock_addrinfo): Use addrinfo function to bind
1403 VTY socket when IPv6 is enabled.
1404
14051999-06-28 Kunihiro Ishiguro <kunihiro@zebra.org>
1406
1407 * vty.c (vty_serv_sock): Change vty_serv_sock determine which
1408 address family to bind.
1409
1410 * command.c: Add quit command.
1411
14121999-06-26 NOGUCHI kay <kay@dti.ad.jp>
1413
1414 * vty.c (vty_read_config): Fix bug of configuration file path
1415 detection.
1416
14171999-06-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1418
1419 * version.h: Bump up to 0.70.
1420
14211999-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1422
1423 * buffer.h (GETL): Remove GETL macro.
1424
1425 * version.h: Bump up to 0.69.
1426
14271999-06-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1428
1429 * if.c (connected_add): Commented out connected_log.
1430
14311999-06-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1432
1433 * command.h (struct cmd_element ): strvec and descvec is combined
1434 into newstrvec.
1435
1436 * command.c (desc_make): Function removed.
1437 (desc_next): Function removed.
1438
1439 * command.h (struct cmd_element ): docvec is removed from struct
1440 cmd_element.
1441
14421999-06-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1443
1444 * command.c (cmd_execute_command): Remove command NULL check.
1445
1446 * command.h (struct cmd_element ): Add newstrvec entry to struct
1447 cmd_element.
1448 (DEFUN2): DEFUN2 macro is removed. DEFUN is extended to support
1449 (a|b|c) statement.
1450 (DESC): DESC macro is removed.
1451
1452 * vty.c (vty_complete_command): When return value is
1453 CMD_ERR_NO_MATCH, don't display error message.
1454
14551999-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1456
1457 * table.c (route_next_until): New function.
1458
1459 * version.h: Bump up to 0.68.
1460
14611999-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1462
1463 * vty.c (vty_close): Free vty->buf when vty is closed.
1464
1465 * memory.h (enum): Add MTYPE_COMMUNITY_ENTRY and
1466 MTYPE_COMMUNITY_LIST.
1467
1468 * vty.h (struct vty ): Change buf from static length buffer to
1469 variable length buffer.
1470
1471 * vty.c (vty_ensure): New function added.
1472
14731999-06-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1474
1475 * command.h (node_type ): Add COMMUNITY_LIST_NODE.
1476
1477 * command.c (config_enable_password): Freeing host.enable bug is
1478 fixed.
1479 (config_enable_password): Add argc count check.
1480
14811999-05-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1482
1483 * version.h: Bump up to 0.67.
1484
14851999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1486
1487 * command.c (zencrypt): New function for encrypt password.
1488
1489 * command.h (struct host): Add password_encrypt and
1490 enable_encrypt.
1491
14921999-05-30 Jochen Friedrich <jochen@scram.de>
1493
1494 * command.h (struct host): New member encrypt is added for
1495 encrypted password.
1496
14971999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1498
1499 * vty.c: Remove all_digit_check function. Instead use all_digit.
1500
1501 * prefix.c (all_digit): New function for checking string is made
1502 from digit character.
1503
15041999-05-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1505
1506 * Makefile.am (libzebra_a_SOURCES): Add zclient.c.
1507 (noinst_HEADERS): Add zclient.h
1508
1509 * zclient.[ch]: New file for zebra client routine.
1510
1511 * memory.h (enum): Add MTYPE_ZEBRA.
1512
15131999-05-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1514
1515 * version.h (ZEBRA_VERSION): Update to 0.66.
1516
15171999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1518
1519 * buffer.h (GETC,GETW): Macro deleted.
1520
15211999-05-15 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
1522
1523 * prefix.h (IPV4_NET0, IPV4_NET127): Macro added.
1524
15251999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1526
1527 * vty.c (service_advanced_vty): New command added.
1528 (no_service_advanced_vty): Likewise.
1529
15301999-05-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1531
1532 * vty.c (vty_auth): If advanced flag is set and enable password is
1533 not set, directly login to the ENABLE_NODE. This feature is
1534 originally designed and implemented by Stephen R. van den Berg
1535 <srb@cuci.nl>.
1536
1537 * command.h (host): Add advanced flag to struct host for advanced
1538 vty terminal interface.
1539
1540 * version.h (ZEBRA_VERSION): Update to 0.65 for next beta release.
1541
15421999-05-14 Stephen R. van den Berg <srb@cuci.nl>
1543
1544 * command.h (node_type ): Add TABLE_NODE.
1545
1546 * vty.c (vty_telnet_option): Check host.lines value.
1547
1548 * command.c (config_lines): DEFUN for 'lines LINES' command.
1549
1550 * zebra.h: Include <sys/utsname.h> for uname().
1551 (RT_TABLE_MAIN): Defined as 0 if OS does not support multiple
1552 routing table.
1553
1554 * vty.c (vty_auth): Directly login to the ENABLE_NODE when enable
1555 password is not set.
1556 (vty_prompt): Get machine's hostname when hostname is not set.
1557
15581999-05-11 James Willard <james@whispering.org>
1559
1560 * command.c (config_exit): Close connection when `exit' command is
1561 executed at ENABLE_NODE.
1562
15631999-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1564
1565 * vty.c (vty_stop_input): `C-c' key change node to ENABLE_NODE.
1566
1567 * command.c (cmd_execute_command_strict): Matched command size
1568 check added.
1569 (cmd_make_desc_line): New function for DEFUN2.
1570
1571 * command.h (struct cmd_element ): Add descsize.
1572
15731999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1574
1575 * command.h (struct cmd_element ): Remame descvec to docvec.
1576 (struct cmd_element ): Add descvec for new description system.
1577
1578 * command.c (desc_make): Check cmd->descvec.
1579
15801999-05-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1581
1582 * memory.h (enum): Add MTYPE_CLUSTER, MTYPE_CLUSTER_VAL.
1583
15841999-05-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1585
1586 * version.h (ZEBRA_VERSION): Bump up to 0.64 for next beta
1587 release.
1588
15891999-05-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1590
1591 * linklist.c (list_delete_all_node): bug fix.
1592 previous code loses current position when node
1593 is deleted.
1594
15951999-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1596
1597 * command.h (DESC): Macro added.
1598 (struct cmd_element2): Delete struct cmd_element2.
1599
1600 * plist.c (prefix_list): Sequential number option check is added.
1601
16021999-05-02 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1603
1604 * log.c (zvlog_{debug,info,notice,warn,err}): have been
1605 added. now we can log both console and file, but still
1606 need some fix about config write.
1607
16081999-05-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1609
1610 * log.c (zvlog_debug): Fix yasu's change.
1611
16121999-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1613
1614 * plist.c (prefix_list): Fix typo.
1615
16161999-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1617
1618 * Set version to 0.63 for first beta package.
1619
16201999-04-27 Carlos Barcenilla <barce@frlp.utn.edu.ar>
1621
1622 * prefix.c (str2prefix_ipv4): Fix prefix length check.
1623 (str2prefix_ipv6): Likewise.
1624
16251999-04-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1626
1627 * memory.h (enum): Add MTPYE_PREFIX_LIST and
1628 MTYPE_PREFIX_LIST_ENTRY.
1629
1630 * command.h (node_type ): Add PREFIX_NODE.
1631
16321999-04-25 Carlos Barcenilla <barce@frlp.utn.edu.ar>
1633
1634 * command.c: ALIAS (config_write_memory_cmd) and ALIAS
1635 (copy_runningconfig_startupconfig_cmd) is added.
1636
1637 * table.c (route_node_lookup): Unused match variable deletion.
1638
16391999-04-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1640
1641 * Makefile.am (libzebra_a_SOURCES): plist.c added.
1642 (noinst_HEADERS): plist.h added.
1643
1644 * plist.c, plist.h: New file added.
1645
1646 * memory.h (enum): Rename MTYPE_AS_PASN to MTYPE_AS_STR.
1647 * memory.c: Likewise.
1648
16491999-04-19 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
1650
1651 * command.c (show_version): `show version' command added.
1652
16531999-04-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1654
1655 * prefix.c (str2prefix_ipv6): Prefix length overflow check.
1656
16571999-04-19 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
1658
1659 * prefix.c (str2prefix_ipv4): Prefix length overflow check.
1660
16611999-04-19 Alex Bligh <amb@gxn.net>
1662
1663 * prefix.c (sockunion2hostprefix): Function added.
1664 (sockunion2prefix): Address family was not set. Now it is set.
1665
1666 * vty.c: VTY access-class command is added.
1667
16681999-04-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1669
1670 * memory.c: Change xmalloc to zmalloc. xcalloc, xrealloc, xfree,
1671 xstrdup are likewise.
1672
16731999-04-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1674
1675 * thread.c: Add thread_execute for other routing daemon.
1676 OSPF tasks need to be generated by "sheduled" and "executed".
1677
16781999-04-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1679
1680 * buffer.c: Rewrite buffer_write and buffer_flush related
1681 functions for fixing bugs. Reason of the problem and fix is
1682 suggested by Alex Bligh <amb@gxn.net>.
1683
16841999-04-12 Alex Bligh <amb@gxn.net>
1685
1686 * command.c (cmd_entry_function_descr): Added for variable
1687 argument help display.
1688
16891999-04-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1690
1691 * regex.c, regex-gnu.h: Imported from GNU sed-3.02 distribution.
1692
16931999-03-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1694
1695 * stream.c: stream_fifo_free bug is fixed.
1696
16971999-03-19 Toshiaki Takada <takada@zebra.org>
1698
1699 * stream.c (stream_strncpy): Added for getting any length bytes
1700 from stream.
1701
17021999-03-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1703
1704 * version.h (ZEBRA_BUG_ADDRESS): New macro added.
1705
17061999-03-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1707
1708 * buffer.c (buffer_flush_window): If ep is same as buffer's size
1709 length and lp is overrun one octet.
1710
17111999-03-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1712
1713 * vty.h: add VTY's timeout function.
1714
17151999-03-05 <kunihiro@zebra.org>
1716
1717 * command.h (node_type ): Add OSPF6_node.
1718
17191999-03-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1720
1721 * zebra.h: Check HAVE_SYS_SELECT_H when include <sys/select.h>
1722
17231999-03-03 Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
1724
1725 * zebra.h: Include <net/if_var.h> if it exists.
1726
17271999-03-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1728
1729 * getopt.[ch],getopt1.c: Sync with glibc-2.1.
1730
1731 * log.c (zlog): Tempolary ZLOG_STDOUT feature added.
1732
1733 * command.h: Include vector.h and vty.h
1734
17351999-02-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1736
1737 * routemap.h (struct route_map_rule_cmd): Add prefix arguemnt.
1738
1739 * routemap.c (route_map_apply_index): Add prefix argument.
1740 (route_map_apply): Likewise.
1741
1742 * memory.h (enum): Add MTYPE_ROUTE_MAP_COMPILED.
1743
1744 * stream.c: Add stream_fifo related functions.
1745
17461999-02-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1747
1748 * daemon.c: Return integer value. File descriptor close is added.
1749
1750 * memory.h (enum): add MTYPE_OSPF_LSA.
1751
17521999-02-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1753
1754 * rsh.c: Remove empty file.
1755
17561999-02-22 <kunihiro@zebra.org>
1757
1758 * routemap.c: Add add/delete hook to route_map_master.
1759
17601999-02-19 Peter Galbavy <Peter.Galbavy@knowledge.com>
1761
1762 * str.[ch] added to supply wrappers for snprintf(), strlcat() and
1763 strlcpy on system without these.
1764
17651999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1766
1767 * syslog support added
1768
17691999-02-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1770
1771 * filter.c (access_list_add_hook): added for hook function management.
1772 * filter.c (access_list_delete_hook): Likewise.
1773
17741999-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1775
1776 * stream.c: New file.
1777 * stream.h: New file.
1778 * Divide stream related fucntions from buffer.[ch] into stream.[ch].
1779
17801999-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1781
1782 * memory.h (enum): add MTYPE_STREAM, MTYPE_STREAM_DATA
1783
1784 * buffer.c (stream_new): Set MTYPE_STREAM to XMALLOC argument.
1785
17861998-12-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1787
1788 * routemap.c: route_map_index_delete() added.
1789
17901998-12-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1791
1792 * buffer.c (buffer_empty): check cp instead of sp.
1793
17941998-12-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1795
1796 * radix.[ch]: Deleted.
1797
17981998-12-15 Magnus Ahltorp <map@stacken.kth.se>
1799
1800 * buffer.c: Prototype fixes.
1801 * prefix.c: Likewise.
1802 * sockunion.c: Likewise.
1803 * sockunion.h: Likewise.
1804
18051998-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1806
1807 * vty.c (vty_read): DELETE key works as vty_delete_char.
1808
18091998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1810
1811 * log.c (time_print): chane %y to %Y.
1812
18131998-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1814
1815 * distribute.c: new file.
1816
18171998-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1818
1819 * filter.c: Remove all of struct prefix_{ipv4,ipv6} and add
1820 complete support of IPv6 access list.
1821
1822 * command.c (config_write_element): function delete.
1823 (config_write_host): function add. password and enable password
1824 isn't printed to vty interface.
1825
18261998-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1827
1828 * filter.c: Change prefix_ipv4 to prefix and add support of
1829 prefix_ipv6 filtering.
1830
18311998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1832
1833 * Makefile.am (INCLUDES): add @INCLUDES@ for Linux IPv6 inet6-apps
1834 header includes.
1835
18361998-12-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1837
1838 * log.c (log_flush): fix function name typo.
1839
18401998-12-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1841
1842 * memory.h: OSPF memory type is added.
1843
18441998-11-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1845
1846 * command.c (sort_node): add sort_node() for pretty printing of
1847 command on vty interface.
1848 (config_password): delete the restriction of charaster of password
1849 string.
1850
18511998-09-05 Kunihiro Ishiguro <kunihiro@debian.zebra.org>
1852
1853 * prefix.c (prefix_ipv4_any): add prefix_ipv4_any().
1854
18551998-08-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1856
1857 * network.h: New file.
1858
18591998-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1860
1861 * vty.c (vty_will_echo): function name change from vty_off_echo.
1862
18631998-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1864
1865 * buffer.h: add PUTC,PUTW,PUTL macros.
1866
18671998-07-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1868
1869 * route.[ch]: renamed to prefix.[ch]
1870
18711998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1872
1873 * prefix_in, prefix_in6 is replaced by prefix_ipv4, prefix_ipv6.
1874
1875 * Makefile.am: @INCLUDES@ is deleted from INCLUDES.
1876
18771998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1878
1879 * host.[ch]: merged with command.[ch]
1880
18811998-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1882
1883 * Makefile.am (libzebra_a_SOURCES): add route.c to libzebra_a_SOURCES.
1884
18851998-05-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1886
1887 * route.c (str2prefix): str2prefix () is gone.
1888
18891998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1890
1891 * vty.c (vty_read_config): change CONDIR to SYSCONFDIR.
1892
1893 * .cvsignore: add file.
1894
1895 * memory.c (xerror): add arguent `type' and `size'.
1896
1897 * socket.c: deleted.
1898
18991998-05-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1900
1901 * vector.c: malloc,free,realloc -> XMALLOC,XFREE,XREALLOC.
1902 * linklist.c: same as above.
1903
19041998-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1905
1906 * filter.[ch]: added.
1907
19081998-04-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1909
1910 * vty.c (config_who): return CMD_SUCCESS
1911
19121998-04-01 Jochen Friedrich <jochen@scram.de>
1913
1914 * table.c (route_dump_node): route_dump_node is IPv6 specific
1915 function so move #ifdef to the end of route_dump_node ().
1916
19171998-03-05 "Hannes R. Boehm" <hannes@boehm.org>
1918
1919 * if.c: DEFUN(interface_desc) added.
1920
19211998-03-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1922
1923 * if.c: separated from ripd/rip_interface.c
1924
19251998-03-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1926
1927 * thread.[ch] : added.
1928
19291998-02-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1930
1931 * vty.c (vty_delete_char): fix size bug.
1932 (vty_backward_pure_word): function added.
1933 (vty_read): ESC + 'f' perform vty_forward_word.
1934 (vty_read): ESC + 'b' perform vty_backward_word.
1935
19361998-02-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1937
1938 * radix.c (radix_lookup_rt): add mask check.
1939 (radix_delete_duproute): add mask check.
1940
19411998-02-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1942
1943 * command.c (config_write_file): fix vty -> file_vty.
1944
19451998-02-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1946
1947 * command.c (cmd_filter_ambiguous): add complex type treatment.
1948
19491998-02-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1950
1951 * vty.c (vty_time_print): function added.
1952 (vty_complete_command): now [...] element isn't shown by completion.
1953
19541998-01-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1955
1956 * command.c : change from cmd_install_node() to install_node().
1957
19581998-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1959
1960 * route.[ch]: struct rt{} is replaced by struct prefix{}.
1961
19621998-01-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1963
1964 * command.c (cmd_execute_command): check command length.
1965
1966 * timer.c (zebra_timer_set): add zebra_timer_set.
1967
19681998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1969
1970 * command.h (node_type ): add ZEBRA_NODE.
1971
1972 * command.c (config_exit): add RIP_NODE.
1973 (config_write_file): add RIP_NODE.
1974
19751998-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1976
1977 * print_version.c (print_version): Now Copyright is 1996-1998.
1978
1979 * sockunion.c (sockunion_log): moved from ../zebra/route.c
1980
19811997-12-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1982
1983 * host.c (config_logfile): change 'log PATH' to 'logfile PATH'.
1984
1985 * sockunion.c (sockunion_sameprefix): add same prefix for
1986 sockunion.
1987
19881997-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1989
1990 * radix.[ch] : are moved from ../zebra directroy.
1991
1992 * command.c (config_from_file): if command execution failed down
1993 level to CONFIG_NODE.
1994
1995 * host.c: config_log function which enable 'log FILENAME' command.
1996
19971997-12-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1998
1999 * vty.c: add vty_transpose_chars (). Now you can use '^T' to
2000 transpose character.
2001
2002 * command.c: cmd_cmdsize add, this is useful to check incomplete
2003 command.
2004
20051997-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
2006
2007 * fd.h: add family for address family
2008
20091997-12-06 Kunihiro Ishiguro <kunihiro@zebra.org>
2010
2011 * command.o
2012 * vty.o
2013 * host.o is moved from ../zebra
2014
20151997-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
2016
2017 * make library directory.
2018