blob: 6bb039deb4165da202a56763bf2836dda451b541 [file] [log] [blame]
paul5510e832004-07-09 14:00:01 +000012004-07-09 Paul Jakma <paul@dishone.st>
2
3 * Merge Kunihiro's 'show route-map' change and add
4 compatibility aliases for route-map continue
paulb9790b32004-07-09 14:05:47 +00005 * jhash.{c,h}: New files. Bob Jenkins' public domain hashing
6 function, as implemented in linux kernel by David Miller.
paul5510e832004-07-09 14:00:01 +00007
paulb06c14f2004-07-09 12:24:42 +000082004-07-09 Juris Kalnins <juris@mt.lv>
9
10 * if.c: (if_cmp_func) fix for interface names where name is same,
11 but one has no number, eg "devtyp" and "devtyp0".
12
gdt87efd642004-06-30 17:36:11 +0000132004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
14
15 * Makefile.am: Make libzebra shared.
16
paul138ce752004-06-21 10:35:59 +0000172004-06-21 Paul Jakma <paul@dishone.st>
18
19 * ChangeLog: fix my last update config.h -> zebra.h ;)
20 * zebra.h: Fix gcc check.
21
paul02ff83c2004-06-11 11:27:03 +0000222004-06-11 Sowmini Varadhan <sowmini.varadhan@sun.com>
23
24 * filter.c: (access_list_remark_cmd) buffer_putstr doesnt need cast
25 to u_char. (ipv6_access_list_remark_cmd) ditto.
26 if.c: ditto
27 * network.c: (readn/writen) pointer arg should be type u_char.
28 * plist.c: needs to include stream.h, not declare stream functions
29 internally.
30 (various) Add static qualifier to internal functions.
31 (prefix_list_type_str) extraneous breaks in switch statement.
32 (ip_prefix_list_description_cmd) buffer_putstr doesnt need cast
33 * stream.h: depends on plist.h and export stream_put_prefix
34 * vty.c: (vty_<telnet option build functions>) should use
35 unsigned char, telnet options are 0 -> 255.
36 * zclient.c: various u_char<->char type cleanups.
37 * zebra.h: Having to define CMSG_* can apply to more than just
38 BSDI_NRL.
39
paul51a87982004-06-09 10:36:05 +0000402004-06-09 Paul Jakma <paul@dishone.st>
41
paul138ce752004-06-21 10:35:59 +000042 * zebra.h: __attribute__ is a gcc'ism
paul51a87982004-06-09 10:36:05 +000043
paul5228ad22004-06-04 17:58:18 +0000442004-06-04 Paul Jakma <paul@dishone.st>
45
46 * type mismatch fixes
47
hasso6708fa32004-05-18 18:46:54 +0000482004-05-18 Hasso Tepper <hasso@estpak.ee>
49
50 * pqueue.[c|h]: Added as part of ospf6d merge from Zebra repository.
51
paul0a589352004-05-08 11:48:26 +0000522004-05-08 Paul Jakma <paul@dishone.st>
53
54 * zclient.c (zapi_ipv4_route) Follow Sowmini's lead and describe
55 message format.
56
572004-05-08 Sowmini Varadhan <sowmini.varadhan@sun.com>
58
59 * zclient.c: (zapi_ipv4_add) collapsed into zapi_ipv4_route
60 (zapi_ipv4_delete) ditto.
61 (zapi_ipv4_route) add/delete a route by way of cmd arg.
62 (zapi_ipv6_add) collapsed into zapi_ipv6_route.
63 (zapi_ipv6_delete) ditto.
64 (zapi_ipv6_route) add/delete a route by way of cmd arg.
65 (zebra_interface_address_delete_read) collapsed into
66 zebra_interface_address_read.
67 (zebra_interface_address_delete_read) ditto.
68 (zebra_interface_address_read) read address add/delete messages
69 by way of type argument. Describe command message format.
70 (zebra_interface_add_read) Unconditionally read new ifmtu6 field.
71 Describe command message format.
72 (zebra_interface_state_read) Unconditionally read new ifmtu6 field.
73 (zclient_redistribute_set) Collapsed into zclient_redistribute
74 (zclient_redistribute_unset) ditto
75 (zclient_redistribute) set/unset redistribution.
76 (zclient_redistribute_default_set) Collapsed into
77 zclient_redistribute_default.
78 (zclient_redistribute_default_unset) ditto.
79 (zclient_redistribute_default) Redistribute default set/unset.
80 * zclient.h: delete zapi_ipv{4,6}_add, zapi_ipv{4,6}_delete. Add
81 zapi_ipv{4,6}_route. delete zclient_redistribute_set/unset. Add
82 zclient_redistribute. Ditto for
83 zclient_redistribute_default_{set/unset}.
84
paul4a7aac12004-05-08 05:00:31 +0000852004-05-08 Sowmini Varadhan <sowmini.varadhan@sun.com>
86
87 * if.h: Add mtu6 field to struct interface, IPv6 MTU may differ
88 from IPv4, and Solaris treats the MTU's differently.
89 Add connected_add_by_prefix, for use by later patch.
90 * if.c: (connected_add_by_prefix) Add prefix to connected list.
91 (if_flag_dump) Solaris: Dump IFF_IPv4/6 flag
92 (if_dump) Dump mtu6 flag, for HAVE_IPV6.
paul22528292004-05-08 05:10:38 +000093 * command.c: (sockunion_getsockname) use socklen_t for len.
94 (sockunion_getpeername) ditto.
paul0a589352004-05-08 11:48:26 +000095
paul31fcdd32004-04-21 11:00:43 +0000962004-04-21 Boris Kovalenko <boris@tagnet.ru>
97
98 * daemon.c: (daemon) fix check for error return from setsid
99
paulc49b3062004-01-19 21:23:37 +00001002004-01-19 Paul Jakma <paul@dishone.st>
101
102 * sigevent.{c,h}: New files, implement event handled signals.
103 see signal_init() in sigevent.h.
104
jardinc32e1b52003-12-23 09:06:51 +00001052003-12-23 Vincent Jardin <jardin@6wind.com>
106
107 * {command.c, memory.c, vty.c, zebra.h}: Add isisd support
108
gdt3dbf9962003-12-22 20:18:18 +00001092003-12-22 Greg Troxel <gdt@fnord.ir.bbn.com>
110
111 * vty.c (vty_use_backup_config): Don't free filenames before using
112 them for unlink.
113
paul54aba542003-08-21 20:28:24 +00001142003-08-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
115
116 * command.c: Fix <cr> display problem for command line
117 description
118
paule9af5c72003-05-24 11:54:31 +00001192003-05-24 Anil Madhavapeddy
120
121 * (sockunion.c): Incorrect bounds specified in sockunion_log()
122
paul445f1432003-05-16 19:00:31 +00001232003-05-08 Sergiy Vyshnevetskiy <serg @ vostok.net>
124
125 * vty.c: -A option
126
1272003-04-19 Hasso Tepper <hasso@estpak.ee>
128
129 * rip_routemap.c: sync daemon's route-map commands to have same
130 syntax
131
paul718e3742002-12-13 20:15:29 +00001322002-09-28 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
133
134 * vty.c (vty_flush): One line more on vty.
135
1362002-09-27 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
137
138 * vector.c (vector_lookup): Add new function.
139
1402002-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
141
142 * thread.c (timeval_adjust): Fix unconditional crush due to
143 FreeBSD's select() system call timeval value check.
144
1452002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
146
147 * zebra-0.93 released.
148
1492002-06-21 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
150
151 * if.c (ifc_pointopoint): Add ifc_pointopoint() accoding to Frank
152 van Maarseveen's suggestion.
153
1542002-06-18 Kunihiro Ishiguro <kunihiro@zebra.org>
155
156 * command.c: Change bcopy() to memcpy().
157
1582001-12-12 Kunihiro Ishiguro <kunihiro@zebra.org>
159
160 * command.c (config_password): Fix host.password clear bug.
161 Reported by Wang Jian <lark@linux.net.cn>.
162
1632001-08-29 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
164
165 * thread.c (thread_should_yield): New function to check thread
166 should yeild it's execution to other thread. Suggested by: Rick
167 Payne <rickp@ayrnetworks.com>
168
1692001-08-20 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
170
171 * thread.c (thread_timer_cmp): Rewrite function.
172
173 * hash.c: Add hash_get(). Change hash_pull() to hash_release().
174
1752001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
176
177 * zebra-0.92a released.
178
1792001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
180
181 * zebra-0.92 released.
182
1832001-08-12 Akihiro Mizutani <mizutani@dml.com>
184
185 * prefix.c (netmask_str2prefix_str): Convert "1.1.0.0 255.255.0.0"
186 string to "1.1.0.0/16".
187
1882001-08-10 Kunihiro Ishiguro <kunihiro@zebra.org>
189
190 * filter.c (access_list_lookup): access_list_lookup's first
191 argument is changed from address family to AFI.
192
193 * plist.c: (prefix_list_lookup): Likewise.
194
1952001-07-27 Akihiro Mizutani <mizutani@dml.com>
196
197 * plist.c: ge and le display order is changed. Old compatible
198 rule (len <= ge-value <= le-value) is removed.
199
2002001-07-08 Kunihiro Ishiguro <kunihiro@zebra.org>
201
202 * prefix.h: Temporary fix for alignment of prefix problem.
203
2042001-06-21 Kunihiro Ishiguro <kunihiro@zebra.org>
205
206 * prefix.h (struct prefix): Remove safi and padding field.
207 (struct prefix_ipv4): Likewise.
208 (struct prefix_ipv6): Likewise.
209 (struct prefix_ls): Likewise.
210 (struct prefix_rd): Likewise.
211
212 * command.h (enum node_type): Preparation for BGP new config.
213
214 * vty.c (vty_end_config): Likewise.
215
2162001-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
217
218 * routemap.c (route_map_rule_delete): Call func_free when
219 route-map rule is deleted.
220
2212001-06-14 "Akihiro Mizutani" <mizutani@dml.com>
222
223 * routemap.c (route_map_index_lookup): Prevent to use deny and
224 permit for same route-map sequence.
225
2262001-04-12 Kunihiro Ishiguro <kunihiro@zebra.org>
227
228 * vty.c (vty_read_config): Fix warning.
229
2302001-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
231
232 * command.c (IPV6_PREFIX_STR): Add '.' and '%' for IPv6 address
233 strings.
234
2352001-03-07 Kunihiro Ishiguro <kunihiro@zebra.org>
236
237 * zebra.h (_XPG4_2): Define _XPG4_2 and __EXTENSIONS__ for
238 CMSG_FIRSTHDR.
239
2402001-03-07 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
241
242 * zebra.h (struct in_pktinfo): structure in_pktinfo declaration.
243
2442001-02-19 Kunihiro Ishiguro <kunihiro@zebra.org>
245
246 * memory.c (memory_list_lib): Add MTYPE_NEXTHOP for "show memory
247 lib" member.
248
2492001-02-13 Matthew Grant <grantma@anathoth.gen.nz>
250
251 * vty.c (vty_read_config): Revert check of integrate_default when
252 VTYSH is defined.
253
2542001-02-13 Kunihiro Ishiguro <kunihiro@zebra.org>
255
256 * vty.c (vty_read_config): Do not check integrate_default. That
257 should be used only by vtysh.
258
2592001-02-08 Matthew Grant <grantma@anathoth.gen.nz>
260
261 * vty.c (vty_serv_un): Set umask 0077.
262 (vty_read_config): Stat for vtysh Zebra.conf, if found startup and
263 wait for boot configuration.
264
265 * if.c (if_lookup_address): Make it smart implementation.
266
267 * sockopt.c (setsockopt_multicast_ipv4): Set up a multicast socket
268 options for IPv4 This is here so that people only have to do their
269 OS multicast mess in one place rather than all through zebra,
270 ospfd, and ripd .
271
2722001-02-04 Akihiro Mizutani <mizutani@dml.com>
273
274 * plist.c (vty_prefix_list_install): Even when argument is
275 invalid, new memory is allocated. Now memory allocation is done
276 after argument check.
277
2782001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
279
280 * zebra-0.91 is released.
281
2822001-01-31 Akihiro Mizutani <mizutani@dml.com>
283
284 * vty.c (vty_login): Add vty login command.
285
2862001-01-31 Kunihiro Ishiguro <kunihiro@zebra.org>
287
288 * vty.c (vty_reset): Close accept socket.
289
2902001-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
291
292 * memory.h (enum): MTYPE_ATTR_TRANSIT is added for unknown transit
293 attribute.
294
2952001-01-22 Kunihiro Ishiguro <kunihiro@zebra.org>
296
297 * zclient.c (zebra_interface_address_add_read): Fetch interface
298 address flag.
299 (zebra_interface_address_delete_read): Likewise.
300
3012001-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
302
303 * table.c (route_node_match_ipv4): Utility function for IPv4
304 address lookup.
305 (route_node_match_ipv6): Utility function for IPv4 address lookup.
306
3072001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
308
309 * if.c: Delete RIP_API part until new implementation comes out.
310
3112001-01-13 Kunihiro Ishiguro <kunihiro@zebra.org>
312
313 * hash.h (struct Hash): Rename alloc to count. Change type to
314 unsigned long.
315
316 * stream.c (stream_getc_from): New function.
317 (stream_getw_from): Likewise.
318
319 * zebra.h (ZEBRA_FLAG_STATIC): Add new flag for persistent route.
320
3212001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
322
323 * flap.c: File is removed.
324
325 * flap.c: Likewise.
326
327 * roken.h: Likewise.
328
329 * buffer.c (buffer_new): Remove type option to buffer_new().
330
3312001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
332
333 * zclient.c (zapi_ipv4_delete): Remove OLD_RIB part.
334
3352001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
336
337 * zebra-0.90 is released.
338
339 * command.c: Update Copyright year.
340
3412001-01-09 Matthew Grant <grantma@anathoth.gen.nz>
342
343 * if.c (if_create): Register connected_free() function for
344 deletion.
345 (if_delete): Free connected information when the interface is
346 deleted.
347 (if_lookup_by_index): Fix argument type from int to unsigned int.
348 (connected_add): Keep list in order if old info found, essential
349 for repeatable operation in some daemons.
350
3512001-01-09 endo@suri.co.jp (Masahiko Endo)
352
353 * vty.c (vty_flush): When vty->statis is VTY_CLOSE do not add vty
354 read thread.
355
3562001-01-08 Kunihiro Ishiguro <kunihiro@zebra.org>
357
358 * filter.c (access_list_delete): Access-list name is not freed.
359
360 * plist.c (prefix_list_delete): Prefix-list name is not freed.
361
3622000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
363
364 * zclient.c (zclient_start): Change to use UNIX domain
365 socket for zebra communication.
366
367 * vector.c (vector_init): vector_alloc and vector_data_alloc is
368 removed. All memory allocation count should be maintained by
369 XMALLOC and XFREE macros.
370
3712000-12-28 Kunihiro Ishiguro <kunihiro@zebra.org>
372
373 * zebra.h (ZEBRA_NEXTHOP_IFINDEX): Define ZEBRA_NEXTHOP_* values.
374
3752000-12-27 Kunihiro Ishiguro <kunihiro@zebra.org>
376
377 * zebra.h (ZEBRA_ERR_RTEXIST): Make zebra error code to negative
378 value.
379
3802000-12-25 "Wataru Uno" <wataru@po.ntts.co.jp>
381
382 * vty.c (vtysh_read): Don't allocate new buffer because buffer is
383 allocated in vty_new ().
384
3852000-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
386
387 * memory.h (enum): Add MTYPE_AS_FILTER_STR.
388
389 * command.c (config_write_terminal): Display "end" at the end of
390 configuration.
391
392 * plist.c (vty_prefix_list_install): Use AF_INET to determine
393 lenum length.
394
3952000-12-13 "Wataru Uno" <wataru@po.ntts.co.jp>
396
397 * buffer.c (buffer_flush_vty): If IOV_MAX defined in the System,
398 then all lines write by IOV_MAX.
399
4002000-12-12 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
401
402 * command.c (config_write_file): Robust method for writing
403 configuration file and recover from backing up config file.
404
4052000-11-29 Kunihiro Ishiguro <kunihiro@zebra.org>
406
407 * smux.c (smux_connect): More fail check.
408 (smux_trap): When SMUX connection is not established, do nothing.
409
4102000-11-28 Gleb Natapov <gleb@nbase.co.il>
411
412 * thread.c (thread_fetch): Execut event list first. Old event
413 list is renamed to ready list. With this change, event thread is
414 executed before any other thread.
415
416 * thread.h (struct thread_master): Add ready list.
417
4182000-11-28 Kunihiro Ishiguro <kunihiro@zebra.org>
419
420 * linklist.c (listnode_add_after): Add node right after the
421 listnode pointer.
422
4232000-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
424
425 * smux.h: Pass struct variable to WriteMethod.
426
4272000-11-25 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
428
429 * if.c (if_lookup_address): When looking up interface with IP
430 address, Sometimes multiple interfaces will match. Now PtP
431 interfaces prevail in such a case which seem the right thing to
432 do: There will probably also be host routes which usually prevail
433 over network routes.
434
4352000-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
436
437 * smux.c (smux_trap): SMUX trap implementation.
438
4392000-11-19 Akihiro Mizutani <mizutani@dml.com>
440
441 * plist.c: Add automatic conversion function of an old rule.
442 ex.) 10.0.0.0/8 ge 8 -> 10.0.0.0/8 le 32
443
4442000-11-16 Yon Uriarte <ukl2@rz.uni-karlsruhe.de>
445
446 * zclient.c (zebra_interface_add_read): Read hardware address when
447 hw_addr_len is greater than 0.
448
4492000-11-15 Akihiro Mizutani <mizutani@dml.com>
450
451 * plist.c: The rule of "len <= ge-value <= le-value"
452 was changed to "len < ge-value <= le-value".
453
4542000-11-09 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
455
456 * memory.[ch]: Added #define and functions for ospf6d.
457
458 * log.[ch]: some platform says that the data of used va_list
459 is undefined. Changed to hold list of va_list for each
460 vsnprintf.
461
4622000-11-07 Rick Payne <rickp@rossfell.co.uk>
463
464 * memory.h (enum): Add MTYPE_COMMUNITY_REGEXP.
465
4662000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
467
468 * command.c (config_exit): Fix bug of missing break after case
469 BGP_VPNV4_NODE.
470
4712000-10-30 Kunihiro Ishiguro <kunihiro@zebra.org>
472
473 * vector.c (vector_unset): Check i is not nevative.
474
4752000-10-24 Arkadiusz Miskiewicz <misiek@pld.org.pl>
476
477 * smux.c (smux_sock): Set terminating '\0'. Check address family.
478
479 * vty.c (vty_serv_sock_addrinfo): Set terminating '\0'. Use
480 gai_strerror. Check address family.
481
4822000-10-23 Jochen Friedrich <jochen@scram.de>
483
484 * smux.c: Use linklist rather than vector.
485 (smux_getnext): A SMUX subagent has to behave as if it manages the
486 whole SNMP MIB tree itself. It's the duty of the master agent to
487 collect the best answer and return it to the manager. See RFC 1227
488 chapter 3.1.6 for the glory details :-). ucd-snmp really behaves
489 bad here as it actually might ask multiple times for the same
490 GETNEXT request as it throws away the answer when it expects it in
491 a different subtree and might come back later with the very same
492 request.
493
4942000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
495
496 * command.c (cmd_init): Log related command are only installed for
497 terminal mode.
498
4992000-10-21 Kunihiro Ishiguro <kunihiro@zebra.org>
500
501 * Makefile.am (libzebra_a_SOURCES): Remove duplicated buffer.c.
502
503 * zebra.h: Remove #warn directive.
504
5052000-10-20 Kunihiro Ishiguro <kunihiro@zebra.org>
506
507 * keychain.c (keychain_init): Register "key chain" command to
508 KEYCHAIN_NODE and KEYCHAIN_KEY_NODE.
509
510 * vty.c (vty_end_config): Fix missing vty_cinfig_unlock for other
511 CONFIG_NODE.
512
513 * command.c (config_end): Likewise.
514
515 * keychain.c (keychain_get): Key is sorted by it's identifier
516 value.
517
5182000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
519
520 * linklist.c (list_delete_all_node): Call delete function if it is
521 defined.
522
523 * command.c (cmd_execute_command_strict): Add modification for
524 vtysh.
525 (cmd_execute_command_strict): Remove first argument cmdvec because
526 it is global varibale in command.c.
527
5282000-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
529
530 * command.c (cmd_init): Install
531 copy_runningconfig_startupconfig_cmd only in terminal mode.
532
533 * linklist.c (list_delete_node): Simplify the function.
534 (listnode_lookup): Renamed from list_lookup_node.
535
5362000-10-17 Kunihiro Ishiguro <kunihiro@zebra.org>
537
538 * stream.h: Undef stream_read and stream_write without
539 parenthesis.
540
541 * newlist.c: File removed.
542
543 * newlist.h: Likewise.
544
545 * linklist.c (list_new): Remove list_init(). To allocate new
546 linked list, please use list_new().
547 (listnode_add): Remove list_add_node(). To add new node to linked
548 list, please use listnode_add().
549 (list_delete_by_val): Revemove fucntion.
550
5512000-10-16 Nobuaki Tanaka <nobby@po.ntts.co.jp>
552
553 * table.c (route_table_free): Reimplement route_table_free().
554
5552000-10-11 Kunihiro Ishiguro <kunihiro@zebra.org>
556
557 * keychain.c (keychain_get): Register key_delete_func to key
558 list's delete function. Use linklist.c instead of newlist.c.
559
5602000-10-04 Akihiro Mizutani <mizutani@dml.com>
561
562 * filter.c (access_list_remark): Add access-list's remark command.
563 (no_access_list): "no access-list 100 permit any" error message
564 bug is fixed.
565
5662000-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
567
568 * memory.h (enum): Add MTYPE_SOCKUNION.
569
5702000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
571
572 * zebra-0.89 is released.
573
5742000-10-01 Kunihiro Ishiguro <kunihiro@zebra.org>
575
576 * linklist.c (list_add_node_head): Delete unused function.
577 (list_add_node_tail): Likewise.
578
5792000-09-26 Kunihiro Ishiguro <kunihiro@zebra.org>
580
581 * stream.c (stream_read_unblock): Add new function for unblocking
582 read.
583
5842000-09-26 Jochen Friedrich <jochen@nwe.de>
585
586 * smux.c (smux_register): Fix bug of can't register more than one
587 MIB with SMUX.
588
5892000-09-26 Makoto Otsuka <otsuka@inl.ntts.co.jp>
590
591 * vty.c (vty_close): Fix memory leak of sb_buffer.
592 (vty_new): Likewise.
593
5942000-09-21 steve@Watt.COM (Steve Watt)
595
596 * log.h: Do not declare zlog_priority[0] variable.
597
5982000-09-12 Kunihiro Ishiguro <kunihiro@zebra.org>
599
600 * linklist.h (struct _list ): Add member cmp for compare function.
601 (struct _list ): Member up is deleted
602
6032000-09-12 David Lipovkov <dlipovkov@OpticalAccess.com>
604
605 * if.c: Include RIP_API header when RIP API is enabled.
606
6072000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
608
609 * prefix.c (prefix_free): Siplify prefix_free().
610
611 * keychain.c (key_match_for_accept): strncmp check bug is fixed.
612
6132000-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
614
615 * zebra.h: Merge roken.h into zebra.h.
616
6172000-09-05 Akihiro Mizutani <mizutani@dml.com>
618
619 * routemap.c (route_map_init_vty): Install route-map command to
620 RMAP_NODE.
621
6222000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
623
624 * thread.c (thread_get_id): Remove pthread related garbage.
625
626 * command.h (struct host): Likewise.
627
628 * zebra.h: Likewise.
629
6302000-08-20 Kunihiro Ishiguro <kunihiro@zebra.org>
631
632 * command.h (node_type ): Add AAA node for authentication.
633
634 * vty.c (vty_close): Do not close stdout.
635
6362000-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
637
638 * vty.c (vty_init_vtysh): Added for vtysh.
639
640 * distribute.c (districute_list_prefix_all): Interface independent
641 filter can be set.
642 (distribute_list_all): Likewise.
643 (config_show_distribute): Display current distribute-list status
644 for "show ip protocols".
645
6462000-08-18 Akihiro Mizutani <mizutani@dml.com>
647
648 * command.c (config_terminal_no_length): no terminal monitor ->
649 terminal no monitor
650 (cmd_init): Do not install service_terminal_length_cmd into
651 ENABLE_NODE.
652
653 * vty.c (terminal_no_monitor): no terminal length -> terminal no
654 length.
655
6562000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
657
658 * zebra-0.88 is released.
659
6602000-08-17 Magnus Ahltorp <ahltorp@nada.kth.se>
661
662 * vty.h (struct vty ): Add iac_sb_in_progress and sb_buffer for
663 better IAC handling.
664
665 * vty.c (vty_telnet_option): Change telnet option handling.
666
6672000-08-15 Gleb Natapov <gleb@nbase.co.il>
668
669 * zclient.c (zclient_redistribute_unset): New function added.
670
6712000-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
672
673 * zclient.c (zebra_interface_add_read): Change ifindex restore
674 size from two octet to four.
675 (zebra_interface_state_read): Likewise.
676 (zebra_interface_address_add_read): Likewise.
677
6782000-08-13 Kunihiro Ishiguro <kunihiro@zebra.org>
679
680 * vty.c (vty_event): Use vector_set_index() instead of
681 vector_set().
682
6832000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
684
685 * zebra.h (ZEBRA_XXX_DISTANCE_DEFAULT): Define Default
686 Administrative Distance of each protocol.
687
6882000-08-07 Matthew Grant <grantma@anathoth.gen.nz>
689
690 * if.h (struct interface ): Add new member bandwidth to struct
691 interface.
692
693 * zclient.c (zebra_interface_add_read): Fetch bandwidth value.
694 (zebra_interface_state_read): Likewise.
695
6962000-08-07 Gleb Natapov <gleb@nbase.co.il>
697
698 * routemap.c (route_map_event_hook): New hook route_map_event_hook
699 is added. This hook is called when route-map is changed. The
700 parameters passed to the hook are 'event' and 'route-map name'
701
702 * routemap.h: Add prototype for route_map_event_hook().
703
7042000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
705
706 * zclient.c (zebra_ipv4_route): zebra_ipv4_route(),
707 zebra_ipv4_add(), zebra_ipv4_delete() are removed.
708
709 * routemap.c (route_map_empty): Add new function.
710 (route_map_delete): Use route_map_index_delete() instead of
711 route_map_index_free().
712 (route_map_index_free): Function removed.
713
7142000-08-06 Gleb Natapov <gleb@nbase.co.il>
715
716 * routemap.c (route_map_index_delete): Add check for route-map is
717 empty or not.
718
7192000-08-03 Kunihiro Ishiguro <kunihiro@zebra.org>
720
721 * zclient.c (zebra_ipv4_add): Change socket arguemnt with struct
722 zclient.
723
7242000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
725
726 * zclient.h (struct zebra): Add obuf for output buffer.
727
728 * if.c: Remove #ifdef NRL enclosing if_nametoindex() and
729 if_indextoname().
730
7312000-08-02 David Lipovkov <davidl@nbase.co.il>
732
733 * if.h (IF_PSEUDO_UNSET): IF_PSEUDO related macro added.
734 (IF_UNKNOWN_SET): IF_UNKNOWN related macro deleted.
735
736 * if.c (interface_pseudo): Add "pseudo" command to interface node.
737 (no_interface_pseudo): Add "no pseudo" command to interface node.
738
739 * zclient.c (zebra_interface_add_read): Set pseudo flag when it is
740 send from zebra.
741
7422000-08-01 Kunihiro Ishiguro <kunihiro@zebra.org>
743
744 * zebra.h (ZEBRA_IPV4_NEXTHOP_LOOKUP): Add new message.
745 (ZEBRA_IPV6_NEXTHOP_LOOKUP): Likewise.
746
747 * vty.c (vty_serv_un): Use AF_UNIX for backward compatibility.
748
7492000-07-31 Kunihiro Ishiguro <kunihiro@zebra.org>
750
751 * vty.c: Use vector for VTY server thread listing instead of
752 single value.
753
7542000-07-30 Kunihiro Ishiguro <kunihiro@zebra.org>
755
756 * keychain.c (no_key_chain): "no key chain WORD" command is added.
757
7582000-07-29 Kunihiro Ishiguro <kunihiro@zebra.org>
759
760 * command.c (config_from_file): If command fail in
761 KEYCHAIN_KEY_NODE, down to KEYCHAIN_NODE.
762
763 * vty.h (struct vty ): Add index_sub member.
764
7652000-07-27 Akihiro Mizutani <mizutani@dml.com>
766
767 * if.c: Help strings updates.
768
7692000-07-11 Akihiro Mizutani <mizutani@dml.com>
770
771 * command.c (no_config_enable_password): Add "no enable password"
772 command.
773 (config_write_host): Display password string.
774
775 * routemap.c (route_map_delete_match): Add support for delete
776 match without argument.
777 (route_map_delete_set): Likewise.
778
7792000-07-09 Kunihiro Ishiguro <kunihiro@zebra.org>
780
781 * command.h (node_type ): Change KEYCHAIN_NODE and
782 KEYCHAIN_KEY_NODE place just before INTERFACE_NODE.
783
7842000-07-09 Jochen Friedrich <jochen@scram.de>
785
786 * smux.c (config_write_smux): Fixes the option to override OID and
787 password for SMUX.
788
7892000-07-09 Kunihiro Ishiguro <kunihiro@zebra.org>
790
791 * command.h (node_type ): Add SMUX_NODE for SMUX configuration.
792
7932000-07-09 Toshiaki Takada <takada@zebra.org>
794
795 * command.c: Sort descvec command's help.
796
797 * vty.c (vty_describe_command): Display '<cr>' at the end of
798 descriptions.
799
8002000-07-05 Toshiaki Takada <takada@zebra.org>
801
802 * command.c (cmd_ipv6_match), (cmd_ipv6_prefix_match): Fix bug
803 treatment of double colon.
804
8052000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
806
807 * zclient.h: Add zclient_redistribute_default_{set,unset}().
808
809 * keychain.c: New file for authentication key management.
810 * keychain.h: Likewise.
811
812 * tcpfilter.c: New file for TCP/UDP base filtering using ipfw or
813 ipchains.
814 * tcpfilter.h: Likewise.
815
816 * flap.h: New file for route flap dampening.
817 * flap.c: Likewise.
818
8192000-07-04 Toshiaki Takada <takada@zebra.org>
820
821 * filter.c (struct filter): Add exact flag.
822 (access_list): Add exact-match command.
823 (ipv6_access_list): Add exact-match command.
824
8252000-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
826
827 * zebra.h (ZEBRA_REDISTRIBUTE_DEFAULT_ADD): New message for
828 request default route.
829
8302000-07-01 Hideaki YOSHIFUJI ($B5HF#1QL@(B) <yoshfuji@ecei.tohoku.ac.jp>
831
832 * smux.c: Add IPv6 smux connection code.
833
8342000-06-15 Kunihiro Ishiguro <kunihiro@zebra.org>
835
836 * vty.c (vty_complete_command): To cooperate readline library,
837 returned string is newly allocated. So some match function case
838 need, free of memory.
839
8402000-06-12 Akihiro Mizutani <mizutani@dml.com>
841
842 * distribute.c: Fix help strings.
843
8442000-06-11 Kunihiro Ishiguro <kunihiro@zebra.org>
845
846 * command.c (cmd_complete_command): Add check for vector_slot
847 (vline, index) is not NULL when calculating lcd.
848 (cmd_entry_function): First check variable arguemnt to prevent it
849 from completion.
850
8512000-06-10 Kunihiro Ishiguro <kunihiro@zebra.org>
852
853 * vty.h (struct vty ): Add output_count member for displaying
854 output route count. Remove arugment arg from output_func because
855 the value is passed by vty argument. Change output to output_rn.
856 Add output_clean function pointer member. Add output_type member.
857
8582000-06-10 Toshiaki Takada <takada@zebra.org>
859
860 * command.c (show_startup_config): Add "show startup-config"
861 command.
862
8632000-06-06 Akihiro Mizutani <mizutani@dml.com>
864
865 * filter.c: Fix help strings.
866
8672000-06-05 Kunihiro Ishiguro <kunihiro@zebra.org>
868
869 * prefix.h (struct prefix_rd): New prefix structure for routing
870 distinguisher.
871 (struct prefix): Add padding to every prefix structure.
872
873
874 * routemap.c (route_map_add_match): When completely same match
875 statement exists, don't duplicate it.
876
8772000-06-05 Akihiro Mizutani <mizutani@dml.com>
878
879 * routemap.c: Change NAME to WORD.
880
881 * plist.c: Fix help strings.
882
8832000-06-02 Akihiro Mizutani <mizutani@dml.com>
884
885 * routemap.c: Fix route-map help strings.
886
8872000-06-01 Kunihiro Ishiguro <kunihiro@zebra.org>
888
889 * command.c (cmd_filter_by_completion): Fix CMD_VARARG treatment
890 to filter other non vararg commands.
891
892 * routemap.c (route_map_init_vty): Use install_default() for
893 install common commands into route-map node..
894
8952000-06-01 Akihiro Mizutani <mizutani@dml.com>
896
897 * command.h (OSPF_STR): Macro added.
898
8992000-05-31 Kunihiro Ishiguro <kunihiro@zebra.org>
900
901 * command.c (cmd_complete_command): LCD completion must not modify
902 installed command string.
903
904 * plist.c (ipv6_prefix_list): Fix wrong syntax definition. Change
905 X:X::X:X to X:X::X:X/M.
906
9072000-05-31 Toshiaki Takada <takada@zebra.org>
908
909 * vty.c (show_history): New defun added.
910
9112000-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
912
913 * command.h (CMD_COMPLETE_LIST_MATCH): New define for completion
914 list. CMD_COMPLETE_MATCH is used for LCD completion.
915
916 * vty.c (vty_complete_command): Matched string's LCD is completed.
917
918 * command.c (cmd_lcd): New function for calculate LCD of matched
919 strings.
920
9212000-05-26 Kunihiro Ishiguro <kunihiro@zebra.org>
922
923 * command.c (install_default): config_write_terminal_cmd,
924 config_write_file_cmd, config_write_memory_cmd are added to
925 default node.
926
927 * memory.c (memory_init): Divide show memory command into each
928 sort.
929
930 * command.c (cmd_init): config_write_terminal_cmd,
931 config_write_file_cmd, config_write_memory_cmd are added to
932 CONFIG_NODE.
933
934 * routemap.c (route_map_index_free): New function.
935 (no_route_map_all): New DEFUN for "no route-map NAME".
936
937 * filter.c (no_access_list_all): New DEFUN for delete access-list
938 with NAME.
939 (no_ipv6_access_list_all): Likewise.
940
9412000-05-23 Kunihiro Ishiguro <kunihiro@zebra.org>
942
943 * plist.c: Change IPV6_PREFIX to X:X::X:X. When "any" is
944 specified, user can not use "ge" and "le" statement.
945
9462000-05-22 Thomas Molkenbur <tmo@datus.datus.com>
947
948 * routemap.c (route_map_add_set): Fix bug of next pointer missing.
949
950 * table.c (route_table_free): Like wise.
951
9522000-05-22 Toshiaki Takada <takada@zebra.org>
953
954 * vty.c (vty_stop_input): Set history pointer to the latest one.
955
956 * vty.c (vty_hist_add): Do not add command line history when input
957 is as same as previous one.
958
9592000-05-14 Kunihiro Ishiguro <kunihiro@zebra.org>
960
961 * memory.h (enum): Add MTYPE_ECOMMUNITY and MTYPE_ECOMMUNITY_VAL.
962
9632000-05-13 Kunihiro Ishiguro <kunihiro@zebra.org>
964
965 * command.h (node_type ): Add BGP_VPNV4_NODE.
966
9672000-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
968
969 * vty.c (vtysh_accept): Add cast of struct sockaddr * to bind
970 argument. Reported by: Vesselin Mladenov <mladenov@netbg.com>.
971
972 * filter.c (ipv6_access_list): Add IPv6 prefix example instead of
973 IPv4 example. Reported by: Love <lha@s3.kth.se>.
974
975 * command.c (cmd_complete_command): Make it sure last element of
976 matchvec is NULL. This fix problem which cause crush in
977 vty_complete_command(). Reported by: JINMEI Tatuya
978 <jinmei@isl.rdc.toshiba.co.jp>.
979
9802000-04-28 Love <lha@s3.kth.se>
981
982 * prefix.h (struct prefix): Add padding.
983
9842000-04-28 Kunihiro Ishiguro <kunihiro@zebra.org>
985
986 * command.c (show_version): Update copyright year.
987
9882000-04-27 Kunihiro Ishiguro <kunihiro@zebra.org>
989
990 * routemap.c (route_map_apply): When map is NULL, return deny.
991
9922000-04-26 Kunihiro Ishiguro <kunihiro@zebra.org>
993
994 * filter.c (access_list_apply): When access is NULL, return deny.
995
996 * plist.c (prefix_list_apply): When plist is NULL, return deny.
997
9982000-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
999
1000 * command.h (node_type ): Change RDISC_NODE to IRDP_NODE.
1001
10022000-04-18 Toshiaki Takada <takada@zebra.org>
1003
1004 * filter.[ch] (access_list_add_hook), (access_list_delete_hook):
1005 Add argument for hook function to give struct access_list *.
1006
10072000-04-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1008
1009 * plist.c (prefix_list_entry_match): In case of le nor ge is
1010 specified, exact match is performed.
1011 (prefix_list_entry_match): Add any entry matching check.
1012
10132000-04-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1014
1015 * vty.c (exec_timeout): Separate timeout setting to minutes and
1016 seconds.
1017 (no_exec_timeout): Add "no exec-timeout" command.
1018
1019 * vty.h (VTY_TIMEOUT_DEFAULT): Change default value from 300 to
1020 600.
1021
10222000-03-31 Jochen Friedrich <jochen@scram.de>
1023
1024 * smux.h (SMUX_CLOSE): The SMUX_CLOSE PDU is implicit integer, so
1025 it is a primitive encoding and not constructed.
1026
10272000-03-28 Toshiaki Takada <takada@zebra.org>
1028
1029 * memory.[ch] (enum): Add MTYPE_OSPF_EXTERNAL_INFO.
1030
10312000-03-26 Love <lha@s3.kth.se>
1032
1033 * zclient.c (zclient_read): Add nbytes size check for
1034 ZEBRA_HEADER_SIZE. Check return value of steam_read ().
1035
10362000-03-26 Rick Payne <rickp@rossfell.co.uk>
1037
1038 * routemap.c: Add flexible route-map commands such as on-match
1039 next, on-match goto N.
1040
1041 * routemap.h: Likewise
1042
10432000-03-23 Adrian Bool <aid@u.net.uk>
1044
1045 * command.c (config_log_trap): Add new command "log trap
1046 PRIORITY".
1047
10482000-03-14 Toshiaki Takada <takada@zebra.org>
1049
1050 * memory.c (struct memory_list): Add Link List and Link Node
1051 to view.
1052
1053 * memory.h (enum): Remove MTYPE_OSPF_EXTERNAL_ROUTE.
1054
10552000-01-20 Hideto Yamakawa <hideto.yamakawa@soliton.co.jp>
1056
1057 * str.c (snprintf): Fix bug of calling sprintf instead of
1058 vsprintf.
1059
10602000-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1061
1062 * memory.h (enum): Add MTYPE_RIP_PEER.
1063
10642000-01-15 Toshiaki Takada <takada@zebra.org>
1065
1066 * memory.h (enum): Add MTYPE_OSPF_CRYPT_KEY.
1067
10682000-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1069
1070 * command.h (node_type ): Add MASC_NODE for masc.
1071
10722000-01-09 Wang Jianliang <wangjl@soim.net>
1073
1074 * routemap.c (route_map_index_add): When route_map_index is not
1075 empty and insert new item at the head, it can cause core dump.
1076 Fix "if (index == map->head)" to "if (point == map->head).
1077 (route_map_add_set): If there is an old set command, override old
1078 set command with new one.
1079 (route_map_index_delete): Use while() instead of for for() for
1080 logical correctness.
1081
10821999-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1083
1084 * memory.h (enum): Add MTYPE_BGP_STATIC.
1085
10861999-12-23 Alex Zinin <zinin@amt.ru>
1087 * zebra.h, zclient.*: dynamic int up/down message
1088 support
1089
10901999-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1091
1092 * thread.c (thread_cancel_event): Add a function for clean up
1093 events.
1094
10951999-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1096
1097 * dropline.c: Delete file.
1098 dropline.h: Linewise.
1099
11001999-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1101
1102 * filter.c (access_list_filter_delete): Wrong pointer
1103 access->master was pointed out after access is freed. I store
1104 master value at the beginning of the function.
1105
11061999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1107
1108 * vty.c (exec_timeout): Change of VTY timeout affect to current
1109 VTY connection.
1110 (vty_accept): Instead of immediate exit() return -1.
1111
11121999-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1113
1114 * vty.c (vty_configure_lock): Configuration lock function added.
1115 Only one VTY can use CONFI_NODE at the same time.
1116
1117 * log.c: Delete zvlog_* functions. Now zlog_* does the same
1118 thing.
1119
1120 * log.c (log_init): Function removed.
1121 (log_close): Likewise.
1122 (log_flush): Likewise.
1123 (log_open): Likewise.
1124
1125 * vty.c (terminal_monitor): Add new command.
1126 (no_terminal_monitor): Likewise.
1127
1128 * log.c (old_log): Function removed.
1129 (old_log2): Likewise.
1130 (old_log_warn): Likewise.
1131
11321999-12-04 Toshiaki Takada <takada@zebra.org>
1133
1134 * command.c (cmd_ipv6_match): New function added.
1135 (cmd_ipv6_prefix_match): Likewise.
1136
11371999-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1138
1139 * command.c (cmd_ipv6_match):
1140
1141 * table.c: Delete #ifdef HAVE_MBGPV4.
1142
1143 * prefix.h (struct prefix): Add safi member.
1144 (struct prefix_ipv4): Likewise.
1145 (struct prefix_ipv6): Likewise.
1146
11471999-12-04 Rumen Svobodnikov <rumen@linux.tu-varna.acad.bg>
1148
1149 * memory.c (struct mstat): Revert to support MEMORY_LOG.
1150
11511999-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1152
1153 * version.h: Bump up to 0.81c for testing new kernel codes.
1154
11551999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1156
1157 * thread.h (struct thread): Pthread support is disabled all
1158 platform.
1159
11601999-11-21 Michael Handler <handler@sub-rosa.com>
1161
1162 * Include <limits.h> and <strings.h> under SUNOS_5.
1163
11641999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1165
1166 * sockunion.c (in6addr_cmp): Enclosed by #define HAVE_IPV6
11671999-11-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1168
1169 * command.h (node_type ): Add BGP_IPV4_NODE and BGP_IPV6_NODE.
1170
11711999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1172
1173 * command.c (disable): Add `disable' command.
1174
11751999-11-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1176
1177 * plist.c (vty_prefix_list_install): Add any check.
1178
11791999-11-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1180
1181 * command.h (node_type ): Add DUMP_NODE.
1182
11831999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1184
1185 * smux.c: Change default SMUX oid to compatible with gated.
1186
11871999-10-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1188
1189 * if_rmap.c: New file added.
1190
1191 * if_rmap.h: New file added.
1192
11931999-10-29 Alex Zinin <zinin@amt.ru>
1194
1195 * hash.c: add hash_free() function
1196
11971999-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1198
1199 * hash.c (hash_clean): Add clean function.
1200
1201 * plist.c (prefix_list_reset): Add reset function.
1202
1203 * filter.c (access_list_reset): Add reset function.
1204
12051999-10-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1206
1207 * client.c: Merged with zclient.c.
1208 * client.h: Merged with zclient.h.
1209
12101999-10-15 Jordan Mendelson <jordy@wserv.com>
1211
1212 * md5.c: Imported from GNU C Library.
1213 * md5-gnu.h: Likewise.
1214
12151999-10-15 Jochen Friedrich <jochen@scram.de>
1216
1217 * smux.c (smux_getresp_send): SMUX_GETRSP codes improvement.
1218
12191999-10-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1220
1221 * smux.h: New file added.
1222
1223 * snmp.c: Rename to smux.c.
1224
12251999-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1226
1227 * command.c (cmd_execute_command_strict): Filter ambious commands.
1228 (cmd_filter_by_string): Change to return enum match_type.
1229
12301999-10-01 Toshiaki Takada <takada@zebra.org>
1231
1232 * vty.c (vty_describe_fold): New function which does VTY
1233 description line fold.
1234 * vty.c (vty_describe_command): Set description column.
1235
12361999-09-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1237
1238 * plist.c (prefix_list_init_ipv4): VTY user interface is improved.
1239
12401999-09-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1241
1242 * command.c (cmd_filter_by_string): Fix bug of CMD_IPV4 and
1243 CMD_IPV4_PREFIX check. Both return type must be exact_match.
1244
12451999-09-24 Toshiaki Takada <takada@zebra.org>
1246
1247 * command.c (cmd_filter_by_completion),
1248 (is_cmd_ambiguous): Check IPv4 address, IPv4 prefix and range
1249 parameter matches range.
1250
12511999-09-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1252
1253 * routemap.c (route_map_apply): Returm RM_DENYMATCH when no match
1254 is performed.
1255
12561999-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1257
1258 * vty.c (vty_read): Control-C stop VTY_MORE mode.
1259
12601999-09-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1261
1262 * command.h (node_type ): Add ACCESS_IPV6_NODE and
1263 PREFIX_IPV6_NODE.
1264
1265 * distribute.h: New file added.
1266
1267 * command.h (node_type ): Delete DISTRIBUTE_NODE.
1268
12691999-09-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1270
1271 * vty.c (vty_terminate_all): New function added for reload
1272 support.
1273
12741999-09-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1275
1276 * memory.h (enum): Add new type MTYPE_OSPF_EXTERNAL_ROUTE.
1277
12781999-08-31 Janos Farkas <chexum@shadow.banki.hu>
1279
1280 * vty.c (vty_read): Handle also 0x7f (alt-backspace), just like
1281 esc-ctrl-h (delete word backwards).
1282
12831999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1284
1285 * if.h: Add if_nametoindex for NRL.
1286
12871999-08-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1288
1289 * if.c (if_create): New function.
1290
12911999-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1292
1293 * snmp.c: New file.
1294
12951999-08-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1296
1297 * stream.c (stream_put): stream_memcpy () is changed to stream_put
1298 (). stream_get () is added.
1299
13001999-08-18 Toshiaki Takada <takada@zebra.org>
1301
1302 * memory.h (enum): Add MTYPE_OSPF_LSA_DATA.
1303
13041999-08-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1305
1306 * table.c (route_table_finish): add function frees table.
1307
13081999-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1309
1310 * memory.h (enum): Add MTYPE_RTADV_PREFIX.
1311
13121999-08-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1313
1314 * if.h (struct interface ): hw_address, hw_address_len added.
1315
13161999-08-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1317
1318 * if.h (struct interface ): Change structure member if_data to
1319 info, index to ifindex.
1320
13211999-08-08 Rick Payne <rickp@rossfell.co.uk>
1322
1323 * routemap.c: Multi protocol route-map modification.
1324
1325 * routemap.c (route_map_apply): Route match process bug is fixed.
1326
13271999-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1328
1329 * thread.c (thread_fetch): When signal comes, goto retry point.
1330
13311999-08-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1332
1333 * Makefile.am: Add sockopt.c and sockopt.h
1334 * sockopt.c: New file.
1335 * sockopt.h: New file.
1336
13371999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1338
1339 * version.h (ZEBRA_VERSION): Release zebra-0.75
1340
13411999-08-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1342
1343 * memory.h (enum): Add MTYPE_RIPNG_AGGREGATE.
1344
13451999-07-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1346
1347 * sockunion.h: Add sockunion_getpeername ().
1348
13491999-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1350
1351 * version.h: Release zebra-0.74
1352
13531999-07-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1354
1355 * command.h (struct host): Delete lines from struct host. Add
1356 lines to struct vty.
1357
1358 * command.c: Delete `lines LINES'. Terminal display line settings
1359 should be done by `terminal length' command.
1360
13611999-07-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1362
1363 * memory.h (enum): MTYPE_OSPF_PATH are added.
1364
13651999-07-22 Toshiaki Takada <takada@zebra.org>
1366
1367 * memory.h (enum): MTYPE_OSPF_NEXTHOP is added.
1368
13691999-07-21 Toshiaki Takada <takada@zebra.org>
1370
1371 * linklist.c (list_add_node_prev), (list_add_node_next),
1372 (list_add_list): New function added.
1373
1374 * table.c (route_table_free): New function added.
1375
13761999-07-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1377
1378 * plist.c (config_write_prefix): Set write flag when configuration
1379 is written.
1380
13811999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1382
1383 * prefix.c : prefix_cmp() added. change apply_mask() to
1384 apply_mask_ipv4(), and new apply_mask() added.
1385
13861999-07-14 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1387
1388 * prefix.c (prefix2str): append prefixlen.
1389
13901999-07-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1391
1392 * command.c (config_terminal): Change "config terminal" to
1393 "configure terminal". Reported by Georg Hitsch
1394 <georg@atnet.at>.
1395 (config_terminal_length): `terminal length <0-512>' is added. At
1396 this moment this command is only usef for vty interface.
1397 Suggested by Georg Hitsch <georg@atnet.at>.
1398
13991999-07-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1400
1401 * routemap.c (rulecmp): Add wrapper function of strcmp.
1402
14031999-07-08 Rick Payne <rickp@rossfell.co.uk>
1404
1405 * sockunion.c (inet_aton): Fix bug of inet_aton.
1406
14071999-07-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1408
1409 * version.h (ZEBRA_VERSION): Start zebra-0.73
1410
14111999-07-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1412
1413 * version.h: Bump up to 0.72.
1414
14151999-07-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1416
1417 * command.c (install_default): New function for install default
1418 commands to the node.
1419
1420 * memory.h (enum): MTYPE_NEXTHOP is added.
1421
14221999-07-01 <kunihiro@zebra.org>
1423
1424 * command.c (no_banner_motd): `no banner motd' command added.
1425
14261999-06-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1427
1428 * regex.c: Update to glibc-2.1.1's posix/regex.c
1429
1430 * regex-gnu.h: Update to glibc-2.1.1's posix/regex.h
1431
1432 * prefix.h (IPV4_ADDR_SAME): Macro added.
1433 (IPV6_ADDR_SAME): Likewise.
1434
14351999-06-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1436
1437 * memory.h (enum): Add MTYPE_OSPF_VERTEX
1438
1439 * version.h: Bump up to 0.71.
1440
1441 * vty.c (vty_serv_sock_addrinfo): Use addrinfo function to bind
1442 VTY socket when IPv6 is enabled.
1443
14441999-06-28 Kunihiro Ishiguro <kunihiro@zebra.org>
1445
1446 * vty.c (vty_serv_sock): Change vty_serv_sock determine which
1447 address family to bind.
1448
1449 * command.c: Add quit command.
1450
14511999-06-26 NOGUCHI kay <kay@dti.ad.jp>
1452
1453 * vty.c (vty_read_config): Fix bug of configuration file path
1454 detection.
1455
14561999-06-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1457
1458 * version.h: Bump up to 0.70.
1459
14601999-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1461
1462 * buffer.h (GETL): Remove GETL macro.
1463
1464 * version.h: Bump up to 0.69.
1465
14661999-06-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1467
1468 * if.c (connected_add): Commented out connected_log.
1469
14701999-06-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1471
1472 * command.h (struct cmd_element ): strvec and descvec is combined
1473 into newstrvec.
1474
1475 * command.c (desc_make): Function removed.
1476 (desc_next): Function removed.
1477
1478 * command.h (struct cmd_element ): docvec is removed from struct
1479 cmd_element.
1480
14811999-06-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1482
1483 * command.c (cmd_execute_command): Remove command NULL check.
1484
1485 * command.h (struct cmd_element ): Add newstrvec entry to struct
1486 cmd_element.
1487 (DEFUN2): DEFUN2 macro is removed. DEFUN is extended to support
1488 (a|b|c) statement.
1489 (DESC): DESC macro is removed.
1490
1491 * vty.c (vty_complete_command): When return value is
1492 CMD_ERR_NO_MATCH, don't display error message.
1493
14941999-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1495
1496 * table.c (route_next_until): New function.
1497
1498 * version.h: Bump up to 0.68.
1499
15001999-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1501
1502 * vty.c (vty_close): Free vty->buf when vty is closed.
1503
1504 * memory.h (enum): Add MTYPE_COMMUNITY_ENTRY and
1505 MTYPE_COMMUNITY_LIST.
1506
1507 * vty.h (struct vty ): Change buf from static length buffer to
1508 variable length buffer.
1509
1510 * vty.c (vty_ensure): New function added.
1511
15121999-06-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1513
1514 * command.h (node_type ): Add COMMUNITY_LIST_NODE.
1515
1516 * command.c (config_enable_password): Freeing host.enable bug is
1517 fixed.
1518 (config_enable_password): Add argc count check.
1519
15201999-05-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1521
1522 * version.h: Bump up to 0.67.
1523
15241999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1525
1526 * command.c (zencrypt): New function for encrypt password.
1527
1528 * command.h (struct host): Add password_encrypt and
1529 enable_encrypt.
1530
15311999-05-30 Jochen Friedrich <jochen@scram.de>
1532
1533 * command.h (struct host): New member encrypt is added for
1534 encrypted password.
1535
15361999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1537
1538 * vty.c: Remove all_digit_check function. Instead use all_digit.
1539
1540 * prefix.c (all_digit): New function for checking string is made
1541 from digit character.
1542
15431999-05-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1544
1545 * Makefile.am (libzebra_a_SOURCES): Add zclient.c.
1546 (noinst_HEADERS): Add zclient.h
1547
1548 * zclient.[ch]: New file for zebra client routine.
1549
1550 * memory.h (enum): Add MTYPE_ZEBRA.
1551
15521999-05-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1553
1554 * version.h (ZEBRA_VERSION): Update to 0.66.
1555
15561999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1557
1558 * buffer.h (GETC,GETW): Macro deleted.
1559
15601999-05-15 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
1561
1562 * prefix.h (IPV4_NET0, IPV4_NET127): Macro added.
1563
15641999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1565
1566 * vty.c (service_advanced_vty): New command added.
1567 (no_service_advanced_vty): Likewise.
1568
15691999-05-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1570
1571 * vty.c (vty_auth): If advanced flag is set and enable password is
1572 not set, directly login to the ENABLE_NODE. This feature is
1573 originally designed and implemented by Stephen R. van den Berg
1574 <srb@cuci.nl>.
1575
1576 * command.h (host): Add advanced flag to struct host for advanced
1577 vty terminal interface.
1578
1579 * version.h (ZEBRA_VERSION): Update to 0.65 for next beta release.
1580
15811999-05-14 Stephen R. van den Berg <srb@cuci.nl>
1582
1583 * command.h (node_type ): Add TABLE_NODE.
1584
1585 * vty.c (vty_telnet_option): Check host.lines value.
1586
1587 * command.c (config_lines): DEFUN for 'lines LINES' command.
1588
1589 * zebra.h: Include <sys/utsname.h> for uname().
1590 (RT_TABLE_MAIN): Defined as 0 if OS does not support multiple
1591 routing table.
1592
1593 * vty.c (vty_auth): Directly login to the ENABLE_NODE when enable
1594 password is not set.
1595 (vty_prompt): Get machine's hostname when hostname is not set.
1596
15971999-05-11 James Willard <james@whispering.org>
1598
1599 * command.c (config_exit): Close connection when `exit' command is
1600 executed at ENABLE_NODE.
1601
16021999-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1603
1604 * vty.c (vty_stop_input): `C-c' key change node to ENABLE_NODE.
1605
1606 * command.c (cmd_execute_command_strict): Matched command size
1607 check added.
1608 (cmd_make_desc_line): New function for DEFUN2.
1609
1610 * command.h (struct cmd_element ): Add descsize.
1611
16121999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1613
1614 * command.h (struct cmd_element ): Remame descvec to docvec.
1615 (struct cmd_element ): Add descvec for new description system.
1616
1617 * command.c (desc_make): Check cmd->descvec.
1618
16191999-05-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1620
1621 * memory.h (enum): Add MTYPE_CLUSTER, MTYPE_CLUSTER_VAL.
1622
16231999-05-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1624
1625 * version.h (ZEBRA_VERSION): Bump up to 0.64 for next beta
1626 release.
1627
16281999-05-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1629
1630 * linklist.c (list_delete_all_node): bug fix.
1631 previous code loses current position when node
1632 is deleted.
1633
16341999-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1635
1636 * command.h (DESC): Macro added.
1637 (struct cmd_element2): Delete struct cmd_element2.
1638
1639 * plist.c (prefix_list): Sequential number option check is added.
1640
16411999-05-02 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1642
1643 * log.c (zvlog_{debug,info,notice,warn,err}): have been
1644 added. now we can log both console and file, but still
1645 need some fix about config write.
1646
16471999-05-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1648
1649 * log.c (zvlog_debug): Fix yasu's change.
1650
16511999-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1652
1653 * plist.c (prefix_list): Fix typo.
1654
16551999-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1656
1657 * Set version to 0.63 for first beta package.
1658
16591999-04-27 Carlos Barcenilla <barce@frlp.utn.edu.ar>
1660
1661 * prefix.c (str2prefix_ipv4): Fix prefix length check.
1662 (str2prefix_ipv6): Likewise.
1663
16641999-04-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1665
1666 * memory.h (enum): Add MTPYE_PREFIX_LIST and
1667 MTYPE_PREFIX_LIST_ENTRY.
1668
1669 * command.h (node_type ): Add PREFIX_NODE.
1670
16711999-04-25 Carlos Barcenilla <barce@frlp.utn.edu.ar>
1672
1673 * command.c: ALIAS (config_write_memory_cmd) and ALIAS
1674 (copy_runningconfig_startupconfig_cmd) is added.
1675
1676 * table.c (route_node_lookup): Unused match variable deletion.
1677
16781999-04-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1679
1680 * Makefile.am (libzebra_a_SOURCES): plist.c added.
1681 (noinst_HEADERS): plist.h added.
1682
1683 * plist.c, plist.h: New file added.
1684
1685 * memory.h (enum): Rename MTYPE_AS_PASN to MTYPE_AS_STR.
1686 * memory.c: Likewise.
1687
16881999-04-19 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
1689
1690 * command.c (show_version): `show version' command added.
1691
16921999-04-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1693
1694 * prefix.c (str2prefix_ipv6): Prefix length overflow check.
1695
16961999-04-19 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
1697
1698 * prefix.c (str2prefix_ipv4): Prefix length overflow check.
1699
17001999-04-19 Alex Bligh <amb@gxn.net>
1701
1702 * prefix.c (sockunion2hostprefix): Function added.
1703 (sockunion2prefix): Address family was not set. Now it is set.
1704
1705 * vty.c: VTY access-class command is added.
1706
17071999-04-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1708
1709 * memory.c: Change xmalloc to zmalloc. xcalloc, xrealloc, xfree,
1710 xstrdup are likewise.
1711
17121999-04-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1713
1714 * thread.c: Add thread_execute for other routing daemon.
1715 OSPF tasks need to be generated by "sheduled" and "executed".
1716
17171999-04-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1718
1719 * buffer.c: Rewrite buffer_write and buffer_flush related
1720 functions for fixing bugs. Reason of the problem and fix is
1721 suggested by Alex Bligh <amb@gxn.net>.
1722
17231999-04-12 Alex Bligh <amb@gxn.net>
1724
1725 * command.c (cmd_entry_function_descr): Added for variable
1726 argument help display.
1727
17281999-04-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1729
1730 * regex.c, regex-gnu.h: Imported from GNU sed-3.02 distribution.
1731
17321999-03-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1733
1734 * stream.c: stream_fifo_free bug is fixed.
1735
17361999-03-19 Toshiaki Takada <takada@zebra.org>
1737
1738 * stream.c (stream_strncpy): Added for getting any length bytes
1739 from stream.
1740
17411999-03-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1742
1743 * version.h (ZEBRA_BUG_ADDRESS): New macro added.
1744
17451999-03-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1746
1747 * buffer.c (buffer_flush_window): If ep is same as buffer's size
1748 length and lp is overrun one octet.
1749
17501999-03-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1751
1752 * vty.h: add VTY's timeout function.
1753
17541999-03-05 <kunihiro@zebra.org>
1755
1756 * command.h (node_type ): Add OSPF6_node.
1757
17581999-03-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1759
1760 * zebra.h: Check HAVE_SYS_SELECT_H when include <sys/select.h>
1761
17621999-03-03 Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
1763
1764 * zebra.h: Include <net/if_var.h> if it exists.
1765
17661999-03-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1767
1768 * getopt.[ch],getopt1.c: Sync with glibc-2.1.
1769
1770 * log.c (zlog): Tempolary ZLOG_STDOUT feature added.
1771
1772 * command.h: Include vector.h and vty.h
1773
17741999-02-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1775
1776 * routemap.h (struct route_map_rule_cmd): Add prefix arguemnt.
1777
1778 * routemap.c (route_map_apply_index): Add prefix argument.
1779 (route_map_apply): Likewise.
1780
1781 * memory.h (enum): Add MTYPE_ROUTE_MAP_COMPILED.
1782
1783 * stream.c: Add stream_fifo related functions.
1784
17851999-02-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1786
1787 * daemon.c: Return integer value. File descriptor close is added.
1788
1789 * memory.h (enum): add MTYPE_OSPF_LSA.
1790
17911999-02-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1792
1793 * rsh.c: Remove empty file.
1794
17951999-02-22 <kunihiro@zebra.org>
1796
1797 * routemap.c: Add add/delete hook to route_map_master.
1798
17991999-02-19 Peter Galbavy <Peter.Galbavy@knowledge.com>
1800
1801 * str.[ch] added to supply wrappers for snprintf(), strlcat() and
1802 strlcpy on system without these.
1803
18041999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1805
1806 * syslog support added
1807
18081999-02-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1809
1810 * filter.c (access_list_add_hook): added for hook function management.
1811 * filter.c (access_list_delete_hook): Likewise.
1812
18131999-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1814
1815 * stream.c: New file.
1816 * stream.h: New file.
1817 * Divide stream related fucntions from buffer.[ch] into stream.[ch].
1818
18191999-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1820
1821 * memory.h (enum): add MTYPE_STREAM, MTYPE_STREAM_DATA
1822
1823 * buffer.c (stream_new): Set MTYPE_STREAM to XMALLOC argument.
1824
18251998-12-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1826
1827 * routemap.c: route_map_index_delete() added.
1828
18291998-12-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1830
1831 * buffer.c (buffer_empty): check cp instead of sp.
1832
18331998-12-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1834
1835 * radix.[ch]: Deleted.
1836
18371998-12-15 Magnus Ahltorp <map@stacken.kth.se>
1838
1839 * buffer.c: Prototype fixes.
1840 * prefix.c: Likewise.
1841 * sockunion.c: Likewise.
1842 * sockunion.h: Likewise.
1843
18441998-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1845
1846 * vty.c (vty_read): DELETE key works as vty_delete_char.
1847
18481998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1849
1850 * log.c (time_print): chane %y to %Y.
1851
18521998-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1853
1854 * distribute.c: new file.
1855
18561998-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1857
1858 * filter.c: Remove all of struct prefix_{ipv4,ipv6} and add
1859 complete support of IPv6 access list.
1860
1861 * command.c (config_write_element): function delete.
1862 (config_write_host): function add. password and enable password
1863 isn't printed to vty interface.
1864
18651998-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1866
1867 * filter.c: Change prefix_ipv4 to prefix and add support of
1868 prefix_ipv6 filtering.
1869
18701998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1871
1872 * Makefile.am (INCLUDES): add @INCLUDES@ for Linux IPv6 inet6-apps
1873 header includes.
1874
18751998-12-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1876
1877 * log.c (log_flush): fix function name typo.
1878
18791998-12-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1880
1881 * memory.h: OSPF memory type is added.
1882
18831998-11-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1884
1885 * command.c (sort_node): add sort_node() for pretty printing of
1886 command on vty interface.
1887 (config_password): delete the restriction of charaster of password
1888 string.
1889
18901998-09-05 Kunihiro Ishiguro <kunihiro@debian.zebra.org>
1891
1892 * prefix.c (prefix_ipv4_any): add prefix_ipv4_any().
1893
18941998-08-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1895
1896 * network.h: New file.
1897
18981998-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1899
1900 * vty.c (vty_will_echo): function name change from vty_off_echo.
1901
19021998-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1903
1904 * buffer.h: add PUTC,PUTW,PUTL macros.
1905
19061998-07-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1907
1908 * route.[ch]: renamed to prefix.[ch]
1909
19101998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1911
1912 * prefix_in, prefix_in6 is replaced by prefix_ipv4, prefix_ipv6.
1913
1914 * Makefile.am: @INCLUDES@ is deleted from INCLUDES.
1915
19161998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1917
1918 * host.[ch]: merged with command.[ch]
1919
19201998-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1921
1922 * Makefile.am (libzebra_a_SOURCES): add route.c to libzebra_a_SOURCES.
1923
19241998-05-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1925
1926 * route.c (str2prefix): str2prefix () is gone.
1927
19281998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1929
1930 * vty.c (vty_read_config): change CONDIR to SYSCONFDIR.
1931
1932 * .cvsignore: add file.
1933
1934 * memory.c (xerror): add arguent `type' and `size'.
1935
1936 * socket.c: deleted.
1937
19381998-05-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1939
1940 * vector.c: malloc,free,realloc -> XMALLOC,XFREE,XREALLOC.
1941 * linklist.c: same as above.
1942
19431998-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1944
1945 * filter.[ch]: added.
1946
19471998-04-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1948
1949 * vty.c (config_who): return CMD_SUCCESS
1950
19511998-04-01 Jochen Friedrich <jochen@scram.de>
1952
1953 * table.c (route_dump_node): route_dump_node is IPv6 specific
1954 function so move #ifdef to the end of route_dump_node ().
1955
19561998-03-05 "Hannes R. Boehm" <hannes@boehm.org>
1957
1958 * if.c: DEFUN(interface_desc) added.
1959
19601998-03-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1961
1962 * if.c: separated from ripd/rip_interface.c
1963
19641998-03-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1965
1966 * thread.[ch] : added.
1967
19681998-02-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1969
1970 * vty.c (vty_delete_char): fix size bug.
1971 (vty_backward_pure_word): function added.
1972 (vty_read): ESC + 'f' perform vty_forward_word.
1973 (vty_read): ESC + 'b' perform vty_backward_word.
1974
19751998-02-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1976
1977 * radix.c (radix_lookup_rt): add mask check.
1978 (radix_delete_duproute): add mask check.
1979
19801998-02-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1981
1982 * command.c (config_write_file): fix vty -> file_vty.
1983
19841998-02-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1985
1986 * command.c (cmd_filter_ambiguous): add complex type treatment.
1987
19881998-02-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1989
1990 * vty.c (vty_time_print): function added.
1991 (vty_complete_command): now [...] element isn't shown by completion.
1992
19931998-01-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1994
1995 * command.c : change from cmd_install_node() to install_node().
1996
19971998-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1998
1999 * route.[ch]: struct rt{} is replaced by struct prefix{}.
2000
20011998-01-06 Kunihiro Ishiguro <kunihiro@zebra.org>
2002
2003 * command.c (cmd_execute_command): check command length.
2004
2005 * timer.c (zebra_timer_set): add zebra_timer_set.
2006
20071998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
2008
2009 * command.h (node_type ): add ZEBRA_NODE.
2010
2011 * command.c (config_exit): add RIP_NODE.
2012 (config_write_file): add RIP_NODE.
2013
20141998-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
2015
2016 * print_version.c (print_version): Now Copyright is 1996-1998.
2017
2018 * sockunion.c (sockunion_log): moved from ../zebra/route.c
2019
20201997-12-30 Kunihiro Ishiguro <kunihiro@zebra.org>
2021
2022 * host.c (config_logfile): change 'log PATH' to 'logfile PATH'.
2023
2024 * sockunion.c (sockunion_sameprefix): add same prefix for
2025 sockunion.
2026
20271997-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
2028
2029 * radix.[ch] : are moved from ../zebra directroy.
2030
2031 * command.c (config_from_file): if command execution failed down
2032 level to CONFIG_NODE.
2033
2034 * host.c: config_log function which enable 'log FILENAME' command.
2035
20361997-12-23 Kunihiro Ishiguro <kunihiro@zebra.org>
2037
2038 * vty.c: add vty_transpose_chars (). Now you can use '^T' to
2039 transpose character.
2040
2041 * command.c: cmd_cmdsize add, this is useful to check incomplete
2042 command.
2043
20441997-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
2045
2046 * fd.h: add family for address family
2047
20481997-12-06 Kunihiro Ishiguro <kunihiro@zebra.org>
2049
2050 * command.o
2051 * vty.o
2052 * host.o is moved from ../zebra
2053
20541997-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
2055
2056 * make library directory.
2057