ChangeLog
上传用户:xiaozhuqw
上传日期:2009-11-15
资源大小:1338k
文件大小:54k
源码类别:

网络

开发平台:

Unix_Linux

  1. 2004-12-11  Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
  2. * vty.c: moreline problem is fixed.
  3. 2004-05-17  Akihiro Mizutani <mizutani@net-chef.net>
  4. * routemap.c: Add "continue" commands.
  5.       Add "show route-map" commands.
  6. 2004-05-06  Akihiro Mizutani <mizutani@net-chef.net>
  7. * command.c: Fix password disappear problem.
  8. 2003-10-21  Kunihiro Ishiguro  <kunihiro@ipinfusion.com>
  9. * vty.c: Change buffer handling to prevent DoS attack.  Reported
  10. by Jay Fenlason <fenlason@redhat.com> CAN-2003-0795.
  11. 2003-08-20  Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
  12. * command.c: Fix <cr> display problem for command line
  13. description.
  14. 2003-08-07  Kunihiro Ishiguro  <kunihiro@ipinfusion.com>
  15. * vty.c (vty_serv_sock_addrinfo): Check HAVE_GETADDRINFO.
  16. 2002-09-28  Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
  17. * vty.c (vty_flush): One line more on vty.
  18. 2002-09-27  Kunihiro Ishiguro  <kunihiro@ipinfusion.com>
  19. * vector.c (vector_lookup): Add new function.
  20. 2002-08-19  Kunihiro Ishiguro  <kunihiro@ipinfusion.com>
  21. * thread.c (timeval_adjust): Fix unconditional crush due to
  22. FreeBSD's select() system call timeval value check.
  23. 2002-07-07  Kunihiro Ishiguro  <kunihiro@ipinfusion.com>
  24. * zebra-0.93 released.
  25. 2002-06-21  Kunihiro Ishiguro  <kunihiro@ipinfusion.com>
  26. * if.c (ifc_pointopoint): Add ifc_pointopoint() accoding to Frank
  27. van Maarseveen's suggestion.
  28. 2002-06-18  Kunihiro Ishiguro  <kunihiro@zebra.org>
  29. * command.c: Change bcopy() to memcpy().
  30. 2001-12-12  Kunihiro Ishiguro  <kunihiro@zebra.org>
  31. * command.c (config_password): Fix host.password clear bug.
  32. Reported by Wang Jian <lark@linux.net.cn>.
  33. 2001-08-29  Kunihiro Ishiguro  <kunihiro@ipinfusion.com>
  34. * thread.c (thread_should_yield): New function to check thread
  35. should yeild it's execution to other thread.  Suggested by: Rick
  36. Payne <rickp@ayrnetworks.com>
  37. 2001-08-20  Kunihiro Ishiguro  <kunihiro@ipinfusion.com>
  38. * thread.c (thread_timer_cmp): Rewrite function.
  39. * hash.c: Add hash_get().  Change hash_pull() to hash_release().
  40. 2001-08-19  Kunihiro Ishiguro  <kunihiro@ipinfusion.com>
  41. * zebra-0.92a released.
  42. 2001-08-15  Kunihiro Ishiguro  <kunihiro@ipinfusion.com>
  43. * zebra-0.92 released.
  44. 2001-08-12  Akihiro Mizutani <mizutani@dml.com>
  45. * prefix.c (netmask_str2prefix_str): Convert "1.1.0.0 255.255.0.0"
  46. string to "1.1.0.0/16".
  47. 2001-08-10  Kunihiro Ishiguro  <kunihiro@zebra.org>
  48. * filter.c (access_list_lookup): access_list_lookup's first
  49. argument is changed from address family to AFI.
  50. * plist.c: (prefix_list_lookup): Likewise.
  51. 2001-07-27  Akihiro Mizutani <mizutani@dml.com>
  52. * plist.c: ge and le display order is changed.  Old compatible
  53. rule (len <= ge-value <= le-value) is removed.
  54. 2001-07-08  Kunihiro Ishiguro  <kunihiro@zebra.org>
  55. * prefix.h: Temporary fix for alignment of prefix problem.
  56. 2001-06-21  Kunihiro Ishiguro  <kunihiro@zebra.org>
  57. * prefix.h (struct prefix): Remove safi and padding field.
  58. (struct prefix_ipv4): Likewise.
  59. (struct prefix_ipv6): Likewise.
  60. (struct prefix_ls): Likewise.
  61. (struct prefix_rd): Likewise.
  62. * command.h (enum node_type): Preparation for BGP new config.
  63. * vty.c (vty_end_config): Likewise.
  64. 2001-06-17  Kunihiro Ishiguro  <kunihiro@zebra.org>
  65. * routemap.c (route_map_rule_delete): Call func_free when
  66. route-map rule is deleted.
  67. 2001-06-14  "Akihiro Mizutani" <mizutani@dml.com>
  68. * routemap.c (route_map_index_lookup): Prevent to use deny and
  69. permit for same route-map sequence.
  70. 2001-04-12  Kunihiro Ishiguro  <kunihiro@zebra.org>
  71. * vty.c (vty_read_config): Fix warning.
  72. 2001-03-08  Kunihiro Ishiguro  <kunihiro@zebra.org>
  73. * command.c (IPV6_PREFIX_STR): Add '.' and '%' for IPv6 address
  74. strings.
  75. 2001-03-07  Kunihiro Ishiguro  <kunihiro@zebra.org>
  76. * zebra.h (_XPG4_2): Define _XPG4_2 and __EXTENSIONS__ for
  77. CMSG_FIRSTHDR.
  78. 2001-03-07  Michael Rozhavsky <mrozhavsky@opticalaccess.com>
  79. * zebra.h (struct in_pktinfo): structure in_pktinfo declaration.
  80. 2001-02-19  Kunihiro Ishiguro  <kunihiro@zebra.org>
  81. * memory.c (memory_list_lib): Add MTYPE_NEXTHOP for "show memory
  82. lib" member.
  83. 2001-02-13  Matthew Grant <grantma@anathoth.gen.nz>
  84. * vty.c (vty_read_config): Revert check of integrate_default when
  85. VTYSH is defined.
  86. 2001-02-13  Kunihiro Ishiguro  <kunihiro@zebra.org>
  87. * vty.c (vty_read_config): Do not check integrate_default.  That
  88. should be used only by vtysh.
  89. 2001-02-08  Matthew Grant <grantma@anathoth.gen.nz>
  90. * vty.c (vty_serv_un): Set umask 0077.
  91. (vty_read_config): Stat for vtysh Zebra.conf, if found startup and
  92. wait for boot configuration.
  93. * if.c (if_lookup_address): Make it smart implementation.
  94. * sockopt.c (setsockopt_multicast_ipv4): Set up a multicast socket
  95. options for IPv4 This is here so that people only have to do their
  96. OS multicast mess in one place rather than all through zebra,
  97. ospfd, and ripd .
  98. 2001-02-04  Akihiro Mizutani <mizutani@dml.com>
  99. * plist.c (vty_prefix_list_install): Even when argument is
  100. invalid, new memory is allocated.  Now memory allocation is done
  101. after argument check.
  102. 2001-02-01  Kunihiro Ishiguro  <kunihiro@zebra.org>
  103. * zebra-0.91 is released.
  104. 2001-01-31  Akihiro Mizutani <mizutani@dml.com>
  105. * vty.c (vty_login): Add vty login command.
  106. 2001-01-31  Kunihiro Ishiguro  <kunihiro@zebra.org>
  107. * vty.c (vty_reset): Close accept socket.
  108. 2001-01-30  Kunihiro Ishiguro  <kunihiro@zebra.org>
  109. * memory.h (enum): MTYPE_ATTR_TRANSIT is added for unknown transit
  110. attribute.
  111. 2001-01-22  Kunihiro Ishiguro  <kunihiro@zebra.org>
  112. * zclient.c (zebra_interface_address_add_read): Fetch interface
  113. address flag.
  114. (zebra_interface_address_delete_read): Likewise.
  115. 2001-01-16  Kunihiro Ishiguro  <kunihiro@zebra.org>
  116. * table.c (route_node_match_ipv4): Utility function for IPv4
  117. address lookup.
  118. (route_node_match_ipv6): Utility function for IPv4 address lookup.
  119. 2001-01-15  Kunihiro Ishiguro  <kunihiro@zebra.org>
  120. * if.c: Delete RIP_API part until new implementation comes out.
  121. 2001-01-13  Kunihiro Ishiguro  <kunihiro@zebra.org>
  122. * hash.h (struct Hash): Rename alloc to count.  Change type to
  123. unsigned long.
  124. * stream.c (stream_getc_from): New function.
  125. (stream_getw_from): Likewise.
  126. * zebra.h (ZEBRA_FLAG_STATIC): Add new flag for persistent route.
  127. 2001-01-11  Kunihiro Ishiguro  <kunihiro@zebra.org>
  128. * flap.c: File is removed.
  129. * flap.c: Likewise.
  130. * roken.h: Likewise.
  131. * buffer.c (buffer_new): Remove type option to buffer_new().
  132. 2001-01-10  Kunihiro Ishiguro  <kunihiro@zebra.org>
  133. * zclient.c (zapi_ipv4_delete): Remove OLD_RIB part.
  134. 2001-01-09  Kunihiro Ishiguro  <kunihiro@zebra.org>
  135. * zebra-0.90 is released.
  136. * command.c: Update Copyright year.
  137. 2001-01-09  Matthew Grant <grantma@anathoth.gen.nz>
  138. * if.c (if_create): Register connected_free() function for
  139. deletion.
  140. (if_delete): Free connected information when the interface is
  141. deleted.
  142. (if_lookup_by_index): Fix argument type from int to unsigned int.
  143. (connected_add): Keep list in order if old info found, essential
  144. for repeatable operation in some daemons.
  145. 2001-01-09  endo@suri.co.jp (Masahiko Endo)
  146. * vty.c (vty_flush): When vty->statis is VTY_CLOSE do not add vty
  147. read thread.
  148. 2001-01-08  Kunihiro Ishiguro  <kunihiro@zebra.org>
  149. * filter.c (access_list_delete): Access-list name is not freed.
  150. * plist.c (prefix_list_delete): Prefix-list name is not freed.
  151. 2000-12-29  Kunihiro Ishiguro  <kunihiro@zebra.org>
  152. * zclient.c (zclient_start): Change to use UNIX domain
  153. socket for zebra communication.
  154. * vector.c (vector_init): vector_alloc and vector_data_alloc is
  155. removed.  All memory allocation count should be maintained by
  156. XMALLOC and XFREE macros.
  157. 2000-12-28  Kunihiro Ishiguro  <kunihiro@zebra.org>
  158. * zebra.h (ZEBRA_NEXTHOP_IFINDEX): Define ZEBRA_NEXTHOP_* values.
  159. 2000-12-27  Kunihiro Ishiguro  <kunihiro@zebra.org>
  160. * zebra.h (ZEBRA_ERR_RTEXIST): Make zebra error code to negative
  161. value.
  162. 2000-12-25  "Wataru Uno" <wataru@po.ntts.co.jp>
  163. * vty.c (vtysh_read): Don't allocate new buffer because buffer is
  164. allocated in vty_new ().
  165. 2000-12-14  Kunihiro Ishiguro  <kunihiro@zebra.org>
  166. * memory.h (enum): Add MTYPE_AS_FILTER_STR.
  167. * command.c (config_write_terminal): Display "end" at the end of
  168. configuration.
  169. * plist.c (vty_prefix_list_install): Use AF_INET to determine
  170. lenum length.
  171. 2000-12-13  "Wataru Uno" <wataru@po.ntts.co.jp>
  172. * buffer.c (buffer_flush_vty): If IOV_MAX defined in the System,
  173. then all lines write by IOV_MAX.
  174. 2000-12-12  Michael Rozhavsky <mrozhavsky@opticalaccess.com>
  175. * command.c (config_write_file): Robust method for writing
  176. configuration file and recover from backing up config file.
  177. 2000-11-29  Kunihiro Ishiguro  <kunihiro@zebra.org>
  178. * smux.c (smux_connect): More fail check.
  179. (smux_trap): When SMUX connection is not established, do nothing.
  180. 2000-11-28  Gleb Natapov <gleb@nbase.co.il>
  181. * thread.c (thread_fetch): Execut event list first.  Old event
  182. list is renamed to ready list.  With this change, event thread is
  183. executed before any other thread.
  184. * thread.h (struct thread_master): Add ready list.
  185. 2000-11-28  Kunihiro Ishiguro  <kunihiro@zebra.org>
  186. * linklist.c (listnode_add_after): Add node right after the
  187. listnode pointer.
  188. 2000-11-27  Kunihiro Ishiguro  <kunihiro@zebra.org>
  189. * smux.h: Pass struct variable to WriteMethod.
  190. 2000-11-25  Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
  191. * if.c (if_lookup_address): When looking up interface with IP
  192. address, Sometimes multiple interfaces will match.  Now PtP
  193. interfaces prevail in such a case which seem the right thing to
  194. do: There will probably also be host routes which usually prevail
  195. over network routes.
  196. 2000-11-25  Kunihiro Ishiguro  <kunihiro@zebra.org>
  197. * smux.c (smux_trap): SMUX trap implementation.
  198. 2000-11-19  Akihiro Mizutani <mizutani@dml.com>
  199. * plist.c: Add automatic conversion function of an old rule. 
  200. ex.) 10.0.0.0/8 ge 8 -> 10.0.0.0/8 le 32
  201. 2000-11-16  Yon Uriarte <ukl2@rz.uni-karlsruhe.de>
  202. * zclient.c (zebra_interface_add_read): Read hardware address when
  203. hw_addr_len is greater than 0.
  204. 2000-11-15  Akihiro Mizutani <mizutani@dml.com>
  205. * plist.c: The rule of "len <= ge-value <= le-value" 
  206. was changed to "len < ge-value <= le-value".
  207. 2000-11-09  Yasuhiro Ohara  <yasu@sfc.wide.ad.jp>
  208. * memory.[ch]: Added #define and functions for ospf6d.
  209. * log.[ch]: some platform says that the data of used va_list
  210. is undefined. Changed to hold list of va_list for each
  211. vsnprintf.
  212. 2000-11-07  Rick Payne <rickp@rossfell.co.uk>
  213. * memory.h (enum): Add MTYPE_COMMUNITY_REGEXP.
  214. 2000-11-06  Kunihiro Ishiguro  <kunihiro@zebra.org>
  215. * command.c (config_exit): Fix bug of missing break after case
  216. BGP_VPNV4_NODE.
  217. 2000-10-30  Kunihiro Ishiguro  <kunihiro@zebra.org>
  218. * vector.c (vector_unset): Check i is not nevative.
  219. 2000-10-24  Arkadiusz Miskiewicz <misiek@pld.org.pl>
  220. * smux.c (smux_sock): Set terminating ''.  Check address family.
  221. * vty.c (vty_serv_sock_addrinfo): Set terminating ''. Use
  222. gai_strerror.  Check address family.
  223. 2000-10-23  Jochen Friedrich <jochen@scram.de>
  224. * smux.c: Use linklist rather than vector.
  225. (smux_getnext): A SMUX subagent has to behave as if it manages the
  226. whole SNMP MIB tree itself. It's the duty of the master agent to
  227. collect the best answer and return it to the manager. See RFC 1227
  228. chapter 3.1.6 for the glory details :-). ucd-snmp really behaves
  229. bad here as it actually might ask multiple times for the same
  230. GETNEXT request as it throws away the answer when it expects it in
  231. a different subtree and might come back later with the very same
  232. request.
  233. 2000-10-23  Kunihiro Ishiguro  <kunihiro@zebra.org>
  234. * command.c (cmd_init): Log related command are only installed for
  235. terminal mode.
  236. 2000-10-21  Kunihiro Ishiguro  <kunihiro@zebra.org>
  237. * Makefile.am (libzebra_a_SOURCES): Remove duplicated buffer.c.
  238. * zebra.h: Remove #warn directive.
  239. 2000-10-20  Kunihiro Ishiguro  <kunihiro@zebra.org>
  240. * keychain.c (keychain_init): Register "key chain" command to
  241. KEYCHAIN_NODE and KEYCHAIN_KEY_NODE.
  242. * vty.c (vty_end_config): Fix missing vty_cinfig_unlock for other
  243. CONFIG_NODE.
  244. * command.c (config_end): Likewise.
  245. * keychain.c (keychain_get): Key is sorted by it's identifier
  246. value.
  247. 2000-10-19  Kunihiro Ishiguro  <kunihiro@zebra.org>
  248. * linklist.c (list_delete_all_node): Call delete function if it is
  249. defined.
  250. * command.c (cmd_execute_command_strict): Add modification for
  251. vtysh.
  252. (cmd_execute_command_strict): Remove first argument cmdvec because
  253. it is global varibale in command.c.
  254. 2000-10-18  Kunihiro Ishiguro  <kunihiro@zebra.org>
  255. * command.c (cmd_init): Install
  256. copy_runningconfig_startupconfig_cmd only in terminal mode.
  257. * linklist.c (list_delete_node): Simplify the function.
  258. (listnode_lookup): Renamed from list_lookup_node.
  259. 2000-10-17  Kunihiro Ishiguro  <kunihiro@zebra.org>
  260. * stream.h: Undef stream_read and stream_write without
  261. parenthesis.
  262. * newlist.c: File removed.
  263. * newlist.h: Likewise.
  264. * linklist.c (list_new): Remove list_init().  To allocate new
  265. linked list, please use list_new().
  266. (listnode_add): Remove list_add_node().  To add new node to linked
  267. list, please use listnode_add().
  268. (list_delete_by_val): Revemove fucntion.
  269. 2000-10-16  Nobuaki Tanaka <nobby@po.ntts.co.jp>
  270. * table.c (route_table_free): Reimplement route_table_free().
  271. 2000-10-11  Kunihiro Ishiguro  <kunihiro@zebra.org>
  272. * keychain.c (keychain_get): Register key_delete_func to key
  273. list's delete function.  Use linklist.c instead of newlist.c.
  274. 2000-10-04  Akihiro Mizutani <mizutani@dml.com>
  275. * filter.c (access_list_remark): Add access-list's remark command.
  276. (no_access_list): "no access-list 100 permit any" error message
  277. bug is fixed.
  278. 2000-10-03  Kunihiro Ishiguro  <kunihiro@zebra.org>
  279. * memory.h (enum): Add MTYPE_SOCKUNION.
  280. 2000-10-02  Kunihiro Ishiguro  <kunihiro@zebra.org>
  281. * zebra-0.89 is released.
  282. 2000-10-01  Kunihiro Ishiguro  <kunihiro@zebra.org>
  283. * linklist.c (list_add_node_head): Delete unused function.
  284. (list_add_node_tail): Likewise.
  285. 2000-09-26  Kunihiro Ishiguro  <kunihiro@zebra.org>
  286. * stream.c (stream_read_unblock): Add new function for unblocking
  287. read.
  288. 2000-09-26  Jochen Friedrich <jochen@nwe.de>
  289. * smux.c (smux_register): Fix bug of can't register more than one
  290. MIB with SMUX.
  291. 2000-09-26  Makoto Otsuka <otsuka@inl.ntts.co.jp>
  292. * vty.c (vty_close): Fix memory leak of sb_buffer.
  293. (vty_new): Likewise.
  294. 2000-09-21  steve@Watt.COM (Steve Watt)
  295. * log.h: Do not declare zlog_priority[0] variable.
  296. 2000-09-12  Kunihiro Ishiguro  <kunihiro@zebra.org>
  297. * linklist.h (struct _list ): Add member cmp for compare function.
  298. (struct _list ): Member up is deleted
  299. 2000-09-12  David Lipovkov <dlipovkov@OpticalAccess.com>
  300. * if.c: Include RIP_API header when RIP API is enabled.
  301. 2000-09-10  Kunihiro Ishiguro  <kunihiro@zebra.org>
  302. * prefix.c (prefix_free): Siplify prefix_free().
  303. * keychain.c (key_match_for_accept): strncmp check bug is fixed.
  304. 2000-09-07  Kunihiro Ishiguro  <kunihiro@zebra.org>
  305. * zebra.h: Merge roken.h into zebra.h.
  306. 2000-09-05  Akihiro Mizutani <mizutani@dml.com>
  307. * routemap.c (route_map_init_vty): Install route-map command to
  308. RMAP_NODE.
  309. 2000-08-22  Kunihiro Ishiguro  <kunihiro@zebra.org>
  310. * thread.c (thread_get_id): Remove pthread related garbage.
  311. * command.h (struct host): Likewise.
  312. * zebra.h: Likewise.
  313. 2000-08-20  Kunihiro Ishiguro  <kunihiro@zebra.org>
  314. * command.h (node_type ): Add AAA node for authentication.
  315. * vty.c (vty_close): Do not close stdout.
  316. 2000-08-18  Kunihiro Ishiguro  <kunihiro@zebra.org>
  317. * vty.c (vty_init_vtysh): Added for vtysh.
  318. * distribute.c (districute_list_prefix_all): Interface independent
  319. filter can be set.
  320. (distribute_list_all): Likewise.
  321. (config_show_distribute): Display current distribute-list status
  322. for "show ip protocols".
  323. 2000-08-18  Akihiro Mizutani <mizutani@dml.com>
  324. * command.c (config_terminal_no_length): no terminal monitor ->
  325. terminal no monitor
  326. (cmd_init): Do not install service_terminal_length_cmd into
  327. ENABLE_NODE.
  328. * vty.c (terminal_no_monitor): no terminal length -> terminal no
  329. length.
  330. 2000-08-17  Kunihiro Ishiguro  <kunihiro@zebra.org>
  331. * zebra-0.88 is released.
  332. 2000-08-17  Magnus Ahltorp <ahltorp@nada.kth.se>
  333. * vty.h (struct vty ): Add iac_sb_in_progress and sb_buffer for
  334. better IAC handling.
  335. * vty.c (vty_telnet_option): Change telnet option handling.
  336. 2000-08-15  Gleb Natapov <gleb@nbase.co.il>
  337. * zclient.c (zclient_redistribute_unset):  New function added.
  338. 2000-08-14  Kunihiro Ishiguro  <kunihiro@zebra.org>
  339. * zclient.c (zebra_interface_add_read): Change ifindex restore
  340. size from two octet to four.
  341. (zebra_interface_state_read): Likewise.
  342. (zebra_interface_address_add_read): Likewise.
  343. 2000-08-13  Kunihiro Ishiguro  <kunihiro@zebra.org>
  344. * vty.c (vty_event): Use vector_set_index() instead of
  345. vector_set().
  346. 2000-08-07  Kunihiro Ishiguro  <kunihiro@zebra.org>
  347. * zebra.h (ZEBRA_XXX_DISTANCE_DEFAULT): Define Default
  348. Administrative Distance of each protocol.
  349. 2000-08-07  Matthew Grant <grantma@anathoth.gen.nz>
  350. * if.h (struct interface ): Add new member bandwidth to struct
  351. interface.
  352. * zclient.c (zebra_interface_add_read): Fetch bandwidth value.
  353. (zebra_interface_state_read): Likewise.
  354. 2000-08-07  Gleb Natapov <gleb@nbase.co.il>
  355. * routemap.c (route_map_event_hook): New hook route_map_event_hook
  356. is added.  This hook is called when route-map is changed. The
  357. parameters passed to the hook are 'event' and 'route-map name'
  358. * routemap.h: Add prototype for route_map_event_hook().
  359. 2000-08-06  Kunihiro Ishiguro  <kunihiro@zebra.org>
  360. * zclient.c (zebra_ipv4_route): zebra_ipv4_route(),
  361. zebra_ipv4_add(), zebra_ipv4_delete() are removed.
  362. * routemap.c (route_map_empty): Add new function.
  363. (route_map_delete): Use route_map_index_delete() instead of
  364. route_map_index_free().
  365. (route_map_index_free): Function removed.
  366. 2000-08-06  Gleb Natapov <gleb@nbase.co.il>
  367. * routemap.c (route_map_index_delete): Add check for route-map is
  368. empty or not.
  369. 2000-08-03  Kunihiro Ishiguro  <kunihiro@zebra.org>
  370. * zclient.c (zebra_ipv4_add): Change socket arguemnt with struct
  371. zclient.
  372. 2000-08-02  Kunihiro Ishiguro  <kunihiro@zebra.org>
  373. * zclient.h (struct zebra): Add obuf for output buffer.
  374. * if.c: Remove #ifdef NRL enclosing if_nametoindex() and
  375. if_indextoname().
  376. 2000-08-02  David Lipovkov <davidl@nbase.co.il>
  377. * if.h (IF_PSEUDO_UNSET): IF_PSEUDO related macro added.
  378. (IF_UNKNOWN_SET): IF_UNKNOWN related macro deleted.
  379. * if.c (interface_pseudo): Add "pseudo" command to interface node.
  380. (no_interface_pseudo): Add "no pseudo" command to interface node.
  381. * zclient.c (zebra_interface_add_read): Set pseudo flag when it is
  382. send from zebra.
  383. 2000-08-01  Kunihiro Ishiguro  <kunihiro@zebra.org>
  384. * zebra.h (ZEBRA_IPV4_NEXTHOP_LOOKUP): Add new message.
  385. (ZEBRA_IPV6_NEXTHOP_LOOKUP): Likewise.
  386. * vty.c (vty_serv_un): Use AF_UNIX for backward compatibility.
  387. 2000-07-31  Kunihiro Ishiguro  <kunihiro@zebra.org>
  388. * vty.c: Use vector for VTY server thread listing instead of
  389. single value.
  390. 2000-07-30  Kunihiro Ishiguro  <kunihiro@zebra.org>
  391. * keychain.c (no_key_chain): "no key chain WORD" command is added.
  392. 2000-07-29  Kunihiro Ishiguro  <kunihiro@zebra.org>
  393. * command.c (config_from_file): If command fail in
  394. KEYCHAIN_KEY_NODE, down to KEYCHAIN_NODE.
  395. * vty.h (struct vty ): Add index_sub member.
  396. 2000-07-27  Akihiro Mizutani <mizutani@dml.com>
  397. * if.c: Help strings updates.
  398. 2000-07-11  Akihiro Mizutani <mizutani@dml.com>
  399. * command.c (no_config_enable_password): Add "no enable password"
  400. command.
  401. (config_write_host): Display password string.
  402. * routemap.c (route_map_delete_match): Add support for delete
  403. match without argument.
  404. (route_map_delete_set): Likewise.
  405. 2000-07-09  Kunihiro Ishiguro  <kunihiro@zebra.org>
  406. * command.h (node_type ): Change KEYCHAIN_NODE and
  407. KEYCHAIN_KEY_NODE place just before INTERFACE_NODE.
  408. 2000-07-09  Jochen Friedrich <jochen@scram.de>
  409. * smux.c (config_write_smux): Fixes the option to override OID and
  410. password for SMUX.
  411. 2000-07-09  Kunihiro Ishiguro  <kunihiro@zebra.org>
  412. * command.h (node_type ): Add SMUX_NODE for SMUX configuration.
  413. 2000-07-09  Toshiaki Takada  <takada@zebra.org>
  414. * command.c: Sort descvec command's help.
  415. * vty.c (vty_describe_command): Display '<cr>' at the end of
  416. descriptions.
  417. 2000-07-05  Toshiaki Takada  <takada@zebra.org>
  418. * command.c (cmd_ipv6_match), (cmd_ipv6_prefix_match):  Fix bug
  419. treatment of double colon.
  420. 2000-07-04  Kunihiro Ishiguro  <kunihiro@zebra.org>
  421. * zclient.h: Add zclient_redistribute_default_{set,unset}().
  422. * keychain.c: New file for authentication key management.
  423. * keychain.h: Likewise.
  424. * tcpfilter.c: New file for TCP/UDP base filtering using ipfw or
  425. ipchains.
  426. * tcpfilter.h: Likewise.
  427. * flap.h: New file for route flap dampening.
  428. * flap.c: Likewise.
  429. 2000-07-04  Toshiaki Takada <takada@zebra.org>
  430. * filter.c (struct filter): Add exact flag.
  431. (access_list): Add exact-match command.
  432. (ipv6_access_list): Add exact-match command.
  433. 2000-07-03  Kunihiro Ishiguro  <kunihiro@zebra.org>
  434. * zebra.h (ZEBRA_REDISTRIBUTE_DEFAULT_ADD): New message for
  435. request default route.
  436. 2000-07-01  Hideaki YOSHIFUJI ($B5HF#1QL@(B) <yoshfuji@ecei.tohoku.ac.jp>
  437. * smux.c: Add IPv6 smux connection code.
  438. 2000-06-15  Kunihiro Ishiguro  <kunihiro@zebra.org>
  439. * vty.c (vty_complete_command): To cooperate readline library,
  440. returned string is newly allocated.  So some match function case
  441. need, free of memory.
  442. 2000-06-12  Akihiro Mizutani <mizutani@dml.com>
  443. * distribute.c: Fix help strings.
  444. 2000-06-11  Kunihiro Ishiguro  <kunihiro@zebra.org>
  445. * command.c (cmd_complete_command): Add check for vector_slot
  446. (vline, index) is not NULL when calculating lcd.
  447. (cmd_entry_function): First check variable arguemnt to prevent it
  448. from completion.
  449. 2000-06-10  Kunihiro Ishiguro  <kunihiro@zebra.org>
  450. * vty.h (struct vty ): Add output_count member for displaying
  451. output route count.  Remove arugment arg from output_func because
  452. the value is passed by vty argument.  Change output to output_rn.
  453. Add output_clean function pointer member.  Add output_type member.
  454. 2000-06-10  Toshiaki Takada <takada@zebra.org>
  455. * command.c (show_startup_config): Add "show startup-config"
  456. command.
  457. 2000-06-06  Akihiro Mizutani <mizutani@dml.com>
  458. * filter.c: Fix help strings.
  459. 2000-06-05  Kunihiro Ishiguro  <kunihiro@zebra.org>
  460. * prefix.h (struct prefix_rd): New prefix structure for routing
  461. distinguisher.
  462. (struct prefix): Add padding to every prefix structure.
  463. * routemap.c (route_map_add_match): When completely same match
  464. statement exists, don't duplicate it.
  465. 2000-06-05  Akihiro Mizutani <mizutani@dml.com>
  466. * routemap.c: Change NAME to WORD.
  467. * plist.c: Fix help strings.
  468. 2000-06-02  Akihiro Mizutani <mizutani@dml.com>
  469. * routemap.c: Fix route-map help strings.
  470. 2000-06-01  Kunihiro Ishiguro  <kunihiro@zebra.org>
  471. * command.c (cmd_filter_by_completion): Fix CMD_VARARG treatment
  472. to filter other non vararg commands.
  473. * routemap.c (route_map_init_vty): Use install_default() for
  474. install common commands into route-map node..
  475. 2000-06-01  Akihiro Mizutani  <mizutani@dml.com>
  476. * command.h (OSPF_STR):  Macro added.
  477. 2000-05-31  Kunihiro Ishiguro  <kunihiro@zebra.org>
  478. * command.c (cmd_complete_command): LCD completion must not modify
  479. installed command string.
  480. * plist.c (ipv6_prefix_list): Fix wrong syntax definition.  Change
  481. X:X::X:X to X:X::X:X/M.
  482. 2000-05-31  Toshiaki Takada  <takada@zebra.org>
  483. * vty.c (show_history):  New defun added.
  484. 2000-05-30  Kunihiro Ishiguro  <kunihiro@zebra.org>
  485. * command.h (CMD_COMPLETE_LIST_MATCH): New define for completion
  486. list.  CMD_COMPLETE_MATCH is used for LCD completion.
  487. * vty.c (vty_complete_command): Matched string's LCD is completed.
  488. * command.c (cmd_lcd): New function for calculate LCD of matched
  489. strings.
  490. 2000-05-26  Kunihiro Ishiguro  <kunihiro@zebra.org>
  491. * command.c (install_default): config_write_terminal_cmd,
  492. config_write_file_cmd, config_write_memory_cmd are added to
  493. default node.
  494. * memory.c (memory_init): Divide show memory command into each
  495. sort.
  496. * command.c (cmd_init): config_write_terminal_cmd,
  497. config_write_file_cmd, config_write_memory_cmd are added to
  498. CONFIG_NODE.
  499. * routemap.c (route_map_index_free): New function.
  500. (no_route_map_all): New DEFUN for "no route-map NAME".
  501. * filter.c (no_access_list_all): New DEFUN for delete access-list
  502. with NAME.
  503. (no_ipv6_access_list_all): Likewise.
  504. 2000-05-23  Kunihiro Ishiguro  <kunihiro@zebra.org>
  505. * plist.c: Change IPV6_PREFIX to X:X::X:X.  When "any" is
  506. specified, user can not use "ge" and "le" statement.
  507. 2000-05-22  Thomas Molkenbur <tmo@datus.datus.com>
  508. * routemap.c (route_map_add_set): Fix bug of next pointer missing.
  509. * table.c (route_table_free): Like wise.
  510. 2000-05-22  Toshiaki Takada  <takada@zebra.org>
  511. * vty.c (vty_stop_input): Set history pointer to the latest one.
  512. * vty.c (vty_hist_add): Do not add command line history when input
  513. is as same as previous one.
  514. 2000-05-14  Kunihiro Ishiguro  <kunihiro@zebra.org>
  515. * memory.h (enum): Add MTYPE_ECOMMUNITY and MTYPE_ECOMMUNITY_VAL.
  516. 2000-05-13  Kunihiro Ishiguro  <kunihiro@zebra.org>
  517. * command.h (node_type ): Add BGP_VPNV4_NODE.
  518. 2000-05-08  Kunihiro Ishiguro  <kunihiro@zebra.org>
  519. * vty.c (vtysh_accept): Add cast of struct sockaddr * to bind
  520. argument.  Reported by: Vesselin Mladenov <mladenov@netbg.com>.
  521. * filter.c (ipv6_access_list): Add IPv6 prefix example instead of
  522. IPv4 example.  Reported by: Love <lha@s3.kth.se>.
  523. * command.c (cmd_complete_command): Make it sure last element of
  524. matchvec is NULL.  This fix problem which cause crush in
  525. vty_complete_command().  Reported by: JINMEI Tatuya
  526. <jinmei@isl.rdc.toshiba.co.jp>.
  527. 2000-04-28  Love <lha@s3.kth.se>
  528. * prefix.h (struct prefix): Add padding.
  529. 2000-04-28  Kunihiro Ishiguro  <kunihiro@zebra.org>
  530. * command.c (show_version): Update copyright year.
  531. 2000-04-27  Kunihiro Ishiguro  <kunihiro@zebra.org>
  532. * routemap.c (route_map_apply): When map is NULL, return deny.
  533. 2000-04-26  Kunihiro Ishiguro  <kunihiro@zebra.org>
  534. * filter.c (access_list_apply): When access is NULL, return deny.
  535. * plist.c (prefix_list_apply): When plist is NULL, return deny.
  536. 2000-04-23  Kunihiro Ishiguro  <kunihiro@zebra.org>
  537. * command.h (node_type ): Change RDISC_NODE to IRDP_NODE.
  538. 2000-04-18  Toshiaki Takada  <takada@zebra.org>
  539. * filter.[ch] (access_list_add_hook), (access_list_delete_hook):
  540. Add argument for hook function to give struct access_list *.
  541. 2000-04-17  Kunihiro Ishiguro  <kunihiro@zebra.org>
  542. * plist.c (prefix_list_entry_match): In case of le nor ge is
  543. specified, exact match is performed.
  544. (prefix_list_entry_match): Add any entry matching check.
  545. 2000-04-09  Kunihiro Ishiguro  <kunihiro@zebra.org>
  546. * vty.c (exec_timeout): Separate timeout setting to minutes and
  547. seconds.
  548. (no_exec_timeout): Add "no exec-timeout" command.
  549. * vty.h (VTY_TIMEOUT_DEFAULT): Change default value from 300 to
  550. 600.
  551. 2000-03-31  Jochen Friedrich <jochen@scram.de>
  552. * smux.h (SMUX_CLOSE): The SMUX_CLOSE PDU is implicit integer, so
  553. it is a primitive encoding and not constructed.
  554. 2000-03-28  Toshiaki Takada  <takada@zebra.org>
  555. * memory.[ch] (enum): Add MTYPE_OSPF_EXTERNAL_INFO.
  556. 2000-03-26  Love <lha@s3.kth.se>
  557. * zclient.c (zclient_read): Add nbytes size check for
  558. ZEBRA_HEADER_SIZE.  Check return value of steam_read ().
  559. 2000-03-26  Rick Payne <rickp@rossfell.co.uk>
  560. * routemap.c: Add flexible route-map commands such as on-match
  561. next, on-match goto N.
  562. * routemap.h: Likewise
  563. 2000-03-23  Adrian Bool <aid@u.net.uk>
  564. * command.c (config_log_trap): Add new command "log trap
  565. PRIORITY".
  566. 2000-03-14  Toshiaki Takada  <takada@zebra.org>
  567. * memory.c (struct memory_list): Add Link List and Link Node
  568. to view.
  569. * memory.h (enum): Remove MTYPE_OSPF_EXTERNAL_ROUTE.
  570. 2000-01-20  Hideto Yamakawa <hideto.yamakawa@soliton.co.jp>
  571. * str.c (snprintf): Fix bug of calling sprintf instead of
  572. vsprintf.
  573. 2000-01-16  Kunihiro Ishiguro  <kunihiro@zebra.org>
  574. * memory.h (enum): Add MTYPE_RIP_PEER.
  575. 2000-01-15  Toshiaki Takada  <takada@zebra.org>
  576. * memory.h (enum): Add MTYPE_OSPF_CRYPT_KEY.
  577. 2000-01-15  Kunihiro Ishiguro  <kunihiro@zebra.org>
  578. * command.h (node_type ): Add MASC_NODE for masc.
  579. 2000-01-09  Wang Jianliang <wangjl@soim.net>
  580. * routemap.c (route_map_index_add): When route_map_index is not
  581. empty and insert new item at the head, it can cause core dump.
  582. Fix "if (index == map->head)" to "if (point == map->head).
  583. (route_map_add_set): If there is an old set command, override old
  584. set command with new one.
  585. (route_map_index_delete): Use while() instead of for for() for
  586. logical correctness.
  587. 1999-12-26  Kunihiro Ishiguro  <kunihiro@zebra.org>
  588. * memory.h (enum): Add MTYPE_BGP_STATIC.
  589. 1999-12-23  Alex Zinin <zinin@amt.ru>
  590. * zebra.h, zclient.*: dynamic int up/down message
  591. support
  592. 1999-12-10  Kunihiro Ishiguro  <kunihiro@zebra.org>
  593. * thread.c (thread_cancel_event): Add a function for clean up
  594. events.
  595. 1999-12-09  Kunihiro Ishiguro  <kunihiro@zebra.org>
  596. * dropline.c: Delete file.
  597. dropline.h: Linewise.
  598. 1999-12-14  Kunihiro Ishiguro  <kunihiro@zebra.org>
  599. * filter.c (access_list_filter_delete): Wrong pointer
  600. access->master was pointed out after access is freed.  I store
  601. master value at the beginning of the function.
  602. 1999-12-08  Kunihiro Ishiguro  <kunihiro@zebra.org>
  603. * vty.c (exec_timeout): Change of VTY timeout affect to current
  604. VTY connection.
  605. (vty_accept): Instead of immediate exit() return -1.
  606. 1999-12-07  Kunihiro Ishiguro  <kunihiro@zebra.org>
  607. * vty.c (vty_configure_lock): Configuration lock function added.
  608. Only one VTY can use CONFI_NODE at the same time.
  609. * log.c: Delete zvlog_* functions.  Now zlog_* does the same
  610. thing.
  611. * log.c (log_init): Function removed.
  612. (log_close): Likewise.
  613. (log_flush): Likewise.
  614. (log_open): Likewise.
  615. * vty.c (terminal_monitor): Add new command.
  616. (no_terminal_monitor): Likewise.
  617. * log.c (old_log): Function removed.
  618. (old_log2): Likewise.
  619. (old_log_warn): Likewise.
  620. 1999-12-04  Toshiaki Takada  <takada@zebra.org>
  621. * command.c (cmd_ipv6_match): New function added.
  622. (cmd_ipv6_prefix_match): Likewise.
  623. 1999-12-04  Kunihiro Ishiguro  <kunihiro@zebra.org>
  624. * command.c (cmd_ipv6_match): 
  625. * table.c: Delete #ifdef HAVE_MBGPV4.
  626. * prefix.h (struct prefix): Add safi member.
  627. (struct prefix_ipv4): Likewise.
  628. (struct prefix_ipv6): Likewise.
  629. 1999-12-04  Rumen Svobodnikov <rumen@linux.tu-varna.acad.bg>
  630. * memory.c (struct mstat): Revert to support MEMORY_LOG.
  631. 1999-11-25  Kunihiro Ishiguro  <kunihiro@zebra.org>
  632. * version.h: Bump up to 0.81c for testing new kernel codes.
  633. 1999-11-21  Kunihiro Ishiguro  <kunihiro@zebra.org>
  634. * thread.h (struct thread): Pthread support is disabled all
  635. platform.
  636. 1999-11-21  Michael Handler <handler@sub-rosa.com>
  637. * Include <limits.h> and <strings.h> under SUNOS_5.
  638. 1999-11-21  Kunihiro Ishiguro  <kunihiro@zebra.org>
  639. * sockunion.c (in6addr_cmp): Enclosed by #define HAVE_IPV6
  640. 1999-11-13  Kunihiro Ishiguro  <kunihiro@zebra.org>
  641. * command.h (node_type ): Add BGP_IPV4_NODE and BGP_IPV6_NODE.
  642. 1999-11-12  Kunihiro Ishiguro  <kunihiro@zebra.org>
  643. * command.c (disable): Add `disable' command.
  644. 1999-11-09  Kunihiro Ishiguro  <kunihiro@zebra.org>
  645. * plist.c (vty_prefix_list_install): Add any check.
  646. 1999-11-04  Kunihiro Ishiguro  <kunihiro@zebra.org>
  647. * command.h (node_type ): Add DUMP_NODE.
  648. 1999-11-03  Kunihiro Ishiguro  <kunihiro@zebra.org>
  649. * smux.c: Change default SMUX oid to compatible with gated.
  650. 1999-10-30  Kunihiro Ishiguro  <kunihiro@zebra.org>
  651. * if_rmap.c: New file added.
  652. * if_rmap.h: New file added.
  653. 1999-10-29  Alex Zinin  <zinin@amt.ru>
  654. * hash.c: add hash_free() function
  655. 1999-10-25  Kunihiro Ishiguro  <kunihiro@zebra.org>
  656. * hash.c (hash_clean): Add clean function.
  657. * plist.c (prefix_list_reset): Add reset function.
  658. * filter.c (access_list_reset): Add reset function.
  659. 1999-10-17  Kunihiro Ishiguro  <kunihiro@zebra.org>
  660. * client.c: Merged with zclient.c.
  661. * client.h: Merged with zclient.h.
  662. 1999-10-15  Jordan Mendelson <jordy@wserv.com>
  663. * md5.c: Imported from GNU C Library.
  664. * md5-gnu.h: Likewise.
  665. 1999-10-15  Jochen Friedrich <jochen@scram.de>
  666. * smux.c (smux_getresp_send): SMUX_GETRSP codes improvement.
  667. 1999-10-06  Kunihiro Ishiguro  <kunihiro@zebra.org>
  668. * smux.h: New file added.
  669. * snmp.c: Rename to smux.c.
  670. 1999-10-02  Kunihiro Ishiguro  <kunihiro@zebra.org>
  671. * command.c (cmd_execute_command_strict): Filter ambious commands.
  672. (cmd_filter_by_string): Change to return enum match_type.
  673. 1999-10-01  Toshiaki Takada  <takada@zebra.org>
  674. * vty.c (vty_describe_fold): New function which does VTY
  675. description line fold.
  676. * vty.c (vty_describe_command): Set description column.
  677. 1999-09-30  Kunihiro Ishiguro  <kunihiro@zebra.org>
  678. * plist.c (prefix_list_init_ipv4): VTY user interface is improved.
  679. 1999-09-26  Kunihiro Ishiguro  <kunihiro@zebra.org>
  680. * command.c (cmd_filter_by_string): Fix bug of CMD_IPV4 and
  681. CMD_IPV4_PREFIX check.  Both return type must be exact_match.
  682. 1999-09-24  Toshiaki Takada  <takada@zebra.org>
  683. * command.c (cmd_filter_by_completion),
  684. (is_cmd_ambiguous): Check IPv4 address, IPv4 prefix and range 
  685. parameter matches range.
  686. 1999-09-22  Kunihiro Ishiguro  <kunihiro@zebra.org>
  687. * routemap.c (route_map_apply): Returm RM_DENYMATCH when no match
  688. is performed.
  689. 1999-09-21  Kunihiro Ishiguro  <kunihiro@zebra.org>
  690. * vty.c (vty_read): Control-C stop VTY_MORE mode.
  691. 1999-09-20  Kunihiro Ishiguro  <kunihiro@zebra.org>
  692. * command.h (node_type ): Add ACCESS_IPV6_NODE and
  693. PREFIX_IPV6_NODE.
  694. * distribute.h: New file added.
  695. * command.h (node_type ): Delete DISTRIBUTE_NODE.
  696. 1999-09-18  Kunihiro Ishiguro  <kunihiro@zebra.org>
  697. * vty.c (vty_terminate_all): New function added for reload
  698. support.
  699. 1999-09-06  Kunihiro Ishiguro  <kunihiro@zebra.org>
  700. * memory.h (enum): Add new type MTYPE_OSPF_EXTERNAL_ROUTE.
  701. 1999-08-31  Janos Farkas <chexum@shadow.banki.hu>
  702. * vty.c (vty_read): Handle also 0x7f (alt-backspace), just like
  703. esc-ctrl-h (delete word backwards).
  704. 1999-08-24  Kunihiro Ishiguro  <kunihiro@zebra.org>
  705. * if.h: Add if_nametoindex for NRL.
  706. 1999-08-23  Kunihiro Ishiguro  <kunihiro@zebra.org>
  707. * if.c (if_create): New function.
  708. 1999-08-22  Kunihiro Ishiguro  <kunihiro@zebra.org>
  709. * snmp.c: New file.
  710. 1999-08-21  Kunihiro Ishiguro  <kunihiro@zebra.org>
  711. * stream.c (stream_put): stream_memcpy () is changed to stream_put
  712. ().  stream_get () is added.
  713. 1999-08-18  Toshiaki Takada  <takada@zebra.org>
  714. * memory.h (enum): Add MTYPE_OSPF_LSA_DATA.
  715. 1999-08-18  Yasuhiro Ohara  <yasu@sfc.wide.ad.jp>
  716. * table.c (route_table_finish): add function frees table.
  717. 1999-08-12  Kunihiro Ishiguro  <kunihiro@zebra.org>
  718. * memory.h (enum): Add MTYPE_RTADV_PREFIX.
  719. 1999-08-11  Kunihiro Ishiguro  <kunihiro@zebra.org>
  720. * if.h (struct interface ): hw_address, hw_address_len added.
  721. 1999-08-10  Kunihiro Ishiguro  <kunihiro@zebra.org>
  722. * if.h (struct interface ): Change structure member if_data to
  723. info, index to ifindex.
  724. 1999-08-08  Rick Payne <rickp@rossfell.co.uk>
  725. * routemap.c: Multi protocol route-map modification.
  726. * routemap.c (route_map_apply): Route match process bug is fixed.
  727. 1999-08-05  Kunihiro Ishiguro  <kunihiro@zebra.org>
  728. * thread.c (thread_fetch): When signal comes, goto retry point.
  729. 1999-08-04  Kunihiro Ishiguro  <kunihiro@zebra.org>
  730. * Makefile.am: Add sockopt.c and sockopt.h
  731. * sockopt.c: New file.
  732. * sockopt.h: New file.
  733. 1999-08-02  Kunihiro Ishiguro  <kunihiro@zebra.org>
  734. * version.h (ZEBRA_VERSION): Release zebra-0.75
  735. 1999-08-01  Kunihiro Ishiguro  <kunihiro@zebra.org>
  736. * memory.h (enum): Add MTYPE_RIPNG_AGGREGATE.
  737. 1999-07-31  Kunihiro Ishiguro  <kunihiro@zebra.org>
  738. * sockunion.h: Add sockunion_getpeername ().
  739. 1999-07-27  Kunihiro Ishiguro  <kunihiro@zebra.org>
  740. * version.h: Release zebra-0.74
  741. 1999-07-26  Kunihiro Ishiguro  <kunihiro@zebra.org>
  742. * command.h (struct host): Delete lines from struct host.  Add
  743. lines to struct vty.
  744. * command.c: Delete `lines LINES'.  Terminal display line settings
  745. should be done by `terminal length' command.
  746. 1999-07-24  Kunihiro Ishiguro  <kunihiro@zebra.org>
  747. * memory.h (enum): MTYPE_OSPF_PATH are added.
  748. 1999-07-22  Toshiaki Takada  <takada@zebra.org>
  749. * memory.h (enum): MTYPE_OSPF_NEXTHOP is added.
  750. 1999-07-21  Toshiaki Takada  <takada@zebra.org>
  751. * linklist.c (list_add_node_prev), (list_add_node_next),
  752. (list_add_list): New function added.
  753. * table.c (route_table_free): New function added.
  754. 1999-07-21  Kunihiro Ishiguro  <kunihiro@zebra.org>
  755. * plist.c (config_write_prefix): Set write flag when configuration
  756. is written.
  757. 1999-07-15  Yasuhiro Ohara  <yasu@sfc.wide.ad.jp> 
  758. * prefix.c : prefix_cmp() added. change apply_mask() to
  759. apply_mask_ipv4(), and new apply_mask() added.
  760. 1999-07-14  Yasuhiro Ohara  <yasu@sfc.wide.ad.jp>
  761. * prefix.c (prefix2str): append prefixlen.
  762. 1999-07-13  Kunihiro Ishiguro  <kunihiro@zebra.org>
  763. * command.c (config_terminal): Change "config terminal" to
  764. "configure terminal".  Reported by Georg Hitsch
  765. <georg@atnet.at>.
  766. (config_terminal_length): `terminal length <0-512>' is added.  At
  767. this moment this command is only usef for vty interface.
  768. Suggested by Georg Hitsch <georg@atnet.at>.
  769. 1999-07-12  Kunihiro Ishiguro  <kunihiro@zebra.org>
  770. * routemap.c (rulecmp): Add wrapper function of strcmp.
  771. 1999-07-08  Rick Payne <rickp@rossfell.co.uk>
  772. * sockunion.c (inet_aton): Fix bug of inet_aton.
  773. 1999-07-08  Kunihiro Ishiguro  <kunihiro@zebra.org>
  774. * version.h (ZEBRA_VERSION): Start zebra-0.73
  775. 1999-07-06  Kunihiro Ishiguro  <kunihiro@zebra.org>
  776. * version.h: Bump up to 0.72.
  777. 1999-07-05  Kunihiro Ishiguro  <kunihiro@zebra.org>
  778. * command.c (install_default): New function for install default
  779. commands to the node.
  780. * memory.h (enum): MTYPE_NEXTHOP is added.
  781. 1999-07-01    <kunihiro@zebra.org>
  782. * command.c (no_banner_motd): `no banner motd' command added.
  783. 1999-06-30  Kunihiro Ishiguro  <kunihiro@zebra.org>
  784. * regex.c: Update to glibc-2.1.1's posix/regex.c
  785. * regex-gnu.h: Update to glibc-2.1.1's posix/regex.h
  786. * prefix.h (IPV4_ADDR_SAME): Macro added.
  787. (IPV6_ADDR_SAME): Likewise.
  788. 1999-06-29  Kunihiro Ishiguro  <kunihiro@zebra.org>
  789. * memory.h (enum): Add MTYPE_OSPF_VERTEX
  790. * version.h: Bump up to 0.71.
  791. * vty.c (vty_serv_sock_addrinfo): Use addrinfo function to bind
  792. VTY socket when IPv6 is enabled.
  793. 1999-06-28  Kunihiro Ishiguro  <kunihiro@zebra.org>
  794. * vty.c (vty_serv_sock): Change vty_serv_sock determine which
  795. address family to bind.
  796. * command.c: Add quit command.
  797. 1999-06-26  NOGUCHI kay <kay@dti.ad.jp>
  798. * vty.c (vty_read_config): Fix bug of configuration file path
  799. detection.
  800. 1999-06-25  Kunihiro Ishiguro  <kunihiro@zebra.org>
  801. * version.h: Bump up to 0.70.
  802. 1999-06-17  Kunihiro Ishiguro  <kunihiro@zebra.org>
  803. * buffer.h (GETL): Remove GETL macro.
  804. * version.h: Bump up to 0.69.
  805. 1999-06-14  Kunihiro Ishiguro  <kunihiro@zebra.org>
  806. * if.c (connected_add): Commented out connected_log.
  807. 1999-06-13  Kunihiro Ishiguro  <kunihiro@zebra.org>
  808. * command.h (struct cmd_element ): strvec and descvec is combined
  809. into newstrvec.
  810. * command.c (desc_make): Function removed.
  811. (desc_next): Function removed.
  812. * command.h (struct cmd_element ): docvec is removed from struct
  813. cmd_element.
  814. 1999-06-12  Kunihiro Ishiguro  <kunihiro@zebra.org>
  815. * command.c (cmd_execute_command): Remove command NULL check.
  816. * command.h (struct cmd_element ): Add newstrvec entry to struct
  817. cmd_element.
  818. (DEFUN2): DEFUN2 macro is removed.  DEFUN is extended to support
  819. (a|b|c) statement.
  820. (DESC): DESC macro is removed.
  821. * vty.c (vty_complete_command): When return value is
  822. CMD_ERR_NO_MATCH, don't display error message.
  823. 1999-06-08  Kunihiro Ishiguro  <kunihiro@zebra.org>
  824. * table.c (route_next_until): New function.
  825. * version.h: Bump up to 0.68.
  826. 1999-06-06  Kunihiro Ishiguro  <kunihiro@zebra.org>
  827. * vty.c (vty_close): Free vty->buf when vty is closed.
  828. * memory.h (enum): Add MTYPE_COMMUNITY_ENTRY and
  829. MTYPE_COMMUNITY_LIST.
  830. * vty.h (struct vty ): Change buf from static length buffer to
  831. variable length buffer.
  832. * vty.c (vty_ensure): New function added.
  833. 1999-06-04  Kunihiro Ishiguro  <kunihiro@zebra.org>
  834. * command.h (node_type ): Add COMMUNITY_LIST_NODE.
  835. * command.c (config_enable_password): Freeing host.enable bug is
  836. fixed.
  837. (config_enable_password): Add argc count check.
  838. 1999-05-31  Kunihiro Ishiguro  <kunihiro@zebra.org>
  839. * version.h: Bump up to 0.67.
  840. 1999-05-30  Kunihiro Ishiguro  <kunihiro@zebra.org>
  841. * command.c (zencrypt): New function for encrypt password.
  842. * command.h (struct host): Add password_encrypt and
  843. enable_encrypt.
  844. 1999-05-30  Jochen Friedrich <jochen@scram.de>
  845. * command.h (struct host): New member encrypt is added for
  846. encrypted password.
  847. 1999-05-30  Kunihiro Ishiguro  <kunihiro@zebra.org>
  848. * vty.c: Remove all_digit_check function.  Instead use all_digit.
  849. * prefix.c (all_digit): New function for checking string is made
  850. from digit character.
  851. 1999-05-25  Kunihiro Ishiguro  <kunihiro@zebra.org>
  852. * Makefile.am (libzebra_a_SOURCES): Add zclient.c.
  853. (noinst_HEADERS): Add zclient.h
  854. * zclient.[ch]: New file for zebra client routine.
  855. * memory.h (enum): Add MTYPE_ZEBRA.
  856. 1999-05-19  Kunihiro Ishiguro  <kunihiro@zebra.org>
  857. * version.h (ZEBRA_VERSION): Update to 0.66.
  858. 1999-05-15  Kunihiro Ishiguro  <kunihiro@zebra.org>
  859. * buffer.h (GETC,GETW): Macro deleted.
  860. 1999-05-15  Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
  861. * prefix.h (IPV4_NET0, IPV4_NET127): Macro added.
  862. 1999-05-15  Kunihiro Ishiguro  <kunihiro@zebra.org>
  863. * vty.c (service_advanced_vty): New command added.
  864. (no_service_advanced_vty): Likewise.
  865. 1999-05-14  Kunihiro Ishiguro  <kunihiro@zebra.org>
  866. * vty.c (vty_auth): If advanced flag is set and enable password is
  867. not set, directly login to the ENABLE_NODE.  This feature is
  868. originally designed and implemented by Stephen R. van den Berg
  869. <srb@cuci.nl>.
  870. * command.h (host): Add advanced flag to struct host for advanced
  871. vty terminal interface.
  872. * version.h (ZEBRA_VERSION): Update to 0.65 for next beta release.
  873. 1999-05-14  Stephen R. van den Berg <srb@cuci.nl>
  874. * command.h (node_type ): Add TABLE_NODE.
  875. * vty.c (vty_telnet_option): Check host.lines value.
  876. * command.c (config_lines): DEFUN for 'lines LINES' command.
  877. * zebra.h: Include <sys/utsname.h> for uname().
  878. (RT_TABLE_MAIN): Defined as 0 if OS does not support multiple
  879. routing table.
  880. * vty.c (vty_auth): Directly login to the ENABLE_NODE when enable
  881. password is not set.
  882. (vty_prompt): Get machine's hostname when hostname is not set.
  883. 1999-05-11  James Willard <james@whispering.org>
  884. * command.c (config_exit): Close connection when `exit' command is
  885. executed at ENABLE_NODE.
  886. 1999-05-10  Kunihiro Ishiguro  <kunihiro@zebra.org>
  887. * vty.c (vty_stop_input): `C-c' key change node to ENABLE_NODE.
  888. * command.c (cmd_execute_command_strict): Matched command size
  889. check added.
  890. (cmd_make_desc_line): New function for DEFUN2.
  891. * command.h (struct cmd_element ): Add descsize.
  892. 1999-05-09  Kunihiro Ishiguro  <kunihiro@zebra.org>
  893. * command.h (struct cmd_element ): Remame descvec to docvec.
  894. (struct cmd_element ): Add descvec for new description system.
  895. * command.c (desc_make): Check cmd->descvec.
  896. 1999-05-06  Kunihiro Ishiguro  <kunihiro@zebra.org>
  897. * memory.h (enum): Add MTYPE_CLUSTER, MTYPE_CLUSTER_VAL.
  898. 1999-05-05  Kunihiro Ishiguro  <kunihiro@zebra.org>
  899. * version.h (ZEBRA_VERSION): Bump up to 0.64 for next beta
  900. release.
  901. 1999-05-04  Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
  902. * linklist.c (list_delete_all_node): bug fix. 
  903. previous code loses current position when node
  904. is deleted.
  905. 1999-05-03  Kunihiro Ishiguro  <kunihiro@zebra.org>
  906. * command.h (DESC): Macro added.
  907. (struct cmd_element2): Delete struct cmd_element2.
  908. * plist.c (prefix_list): Sequential number option check is added.
  909. 1999-05-02  Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
  910. * log.c (zvlog_{debug,info,notice,warn,err}): have been
  911. added. now we can log both console and file, but still 
  912. need some fix about config write.
  913. 1999-05-02  Kunihiro Ishiguro  <kunihiro@zebra.org>
  914. * log.c (zvlog_debug): Fix yasu's change.
  915. 1999-05-01  Kunihiro Ishiguro  <kunihiro@zebra.org>
  916. * plist.c (prefix_list): Fix typo.
  917. 1999-04-30  Kunihiro Ishiguro  <kunihiro@zebra.org>
  918. * Set version to 0.63 for first beta package.
  919. 1999-04-27  Carlos Barcenilla <barce@frlp.utn.edu.ar>
  920. * prefix.c (str2prefix_ipv4): Fix prefix length check.
  921. (str2prefix_ipv6): Likewise.
  922. 1999-04-25  Kunihiro Ishiguro  <kunihiro@zebra.org>
  923. * memory.h (enum): Add MTPYE_PREFIX_LIST and
  924. MTYPE_PREFIX_LIST_ENTRY.
  925. * command.h (node_type ): Add PREFIX_NODE.
  926. 1999-04-25  Carlos Barcenilla <barce@frlp.utn.edu.ar>
  927. * command.c: ALIAS (config_write_memory_cmd) and ALIAS
  928. (copy_runningconfig_startupconfig_cmd) is added.
  929. * table.c (route_node_lookup): Unused match variable deletion.
  930. 1999-04-24  Kunihiro Ishiguro  <kunihiro@zebra.org>
  931. * Makefile.am (libzebra_a_SOURCES): plist.c added.
  932. (noinst_HEADERS): plist.h added.
  933. * plist.c, plist.h: New file added.
  934. * memory.h (enum): Rename MTYPE_AS_PASN to MTYPE_AS_STR.
  935. * memory.c: Likewise.
  936. 1999-04-19  Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
  937. * command.c (show_version): `show version' command added.
  938. 1999-04-19  Kunihiro Ishiguro <kunihiro@zebra.org>
  939. * prefix.c (str2prefix_ipv6): Prefix length overflow check.
  940. 1999-04-19  Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
  941. * prefix.c (str2prefix_ipv4): Prefix length overflow check.
  942. 1999-04-19  Alex Bligh <amb@gxn.net>
  943. * prefix.c (sockunion2hostprefix): Function added.
  944. (sockunion2prefix): Address family was not set.  Now it is set.
  945. * vty.c: VTY access-class command is added.
  946. 1999-04-18  Kunihiro Ishiguro  <kunihiro@zebra.org>
  947. * memory.c: Change xmalloc to zmalloc.  xcalloc, xrealloc, xfree,
  948. xstrdup are likewise.
  949. 1999-04-18  Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
  950. * thread.c: Add thread_execute for other routing daemon.
  951. OSPF tasks need to be generated by "sheduled" and "executed".
  952. 1999-04-13  Kunihiro Ishiguro  <kunihiro@zebra.org>
  953. * buffer.c: Rewrite buffer_write and buffer_flush related
  954. functions for fixing bugs.  Reason of the problem and fix is
  955. suggested by Alex Bligh <amb@gxn.net>.
  956. 1999-04-12  Alex Bligh <amb@gxn.net>
  957. * command.c (cmd_entry_function_descr): Added for variable
  958. argument help display.
  959. 1999-04-07  Kunihiro Ishiguro  <kunihiro@zebra.org>
  960. * regex.c, regex-gnu.h: Imported from GNU sed-3.02 distribution.
  961. 1999-03-24  Kunihiro Ishiguro  <kunihiro@zebra.org>
  962. * stream.c: stream_fifo_free bug is fixed.
  963. 1999-03-19  Toshiaki Takada  <takada@zebra.org>
  964. * stream.c (stream_strncpy): Added for getting any length bytes
  965. from stream.
  966. 1999-03-16  Kunihiro Ishiguro  <kunihiro@zebra.org>
  967. * version.h (ZEBRA_BUG_ADDRESS): New macro added.
  968. 1999-03-14  Kunihiro Ishiguro  <kunihiro@zebra.org>
  969. * buffer.c (buffer_flush_window): If ep is same as buffer's size
  970. length and lp is overrun one octet.
  971. 1999-03-13  Kunihiro Ishiguro  <kunihiro@zebra.org>
  972. * vty.h: add VTY's timeout function.
  973. 1999-03-05    <kunihiro@zebra.org>
  974. * command.h (node_type ): Add OSPF6_node.
  975. 1999-03-04  Kunihiro Ishiguro  <kunihiro@zebra.org>
  976. * zebra.h: Check HAVE_SYS_SELECT_H when include <sys/select.h>
  977. 1999-03-03  Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
  978. * zebra.h: Include <net/if_var.h> if it exists.
  979. 1999-03-02  Kunihiro Ishiguro  <kunihiro@zebra.org>
  980. * getopt.[ch],getopt1.c: Sync with glibc-2.1.
  981. * log.c (zlog): Tempolary ZLOG_STDOUT feature added.
  982. * command.h: Include vector.h and vty.h
  983. 1999-02-25  Kunihiro Ishiguro  <kunihiro@zebra.org>
  984. * routemap.h (struct route_map_rule_cmd): Add prefix arguemnt.
  985. * routemap.c (route_map_apply_index): Add prefix argument.
  986. (route_map_apply): Likewise.
  987. * memory.h (enum): Add MTYPE_ROUTE_MAP_COMPILED.
  988. * stream.c: Add stream_fifo related functions.
  989. 1999-02-24  Kunihiro Ishiguro  <kunihiro@zebra.org>
  990. * daemon.c: Return integer value.  File descriptor close is added.
  991. * memory.h (enum): add MTYPE_OSPF_LSA.
  992. 1999-02-23  Kunihiro Ishiguro  <kunihiro@zebra.org>
  993. * rsh.c: Remove empty file.
  994. 1999-02-22    <kunihiro@zebra.org>
  995. * routemap.c: Add add/delete hook to route_map_master.
  996. 1999-02-19  Peter Galbavy  <Peter.Galbavy@knowledge.com>
  997. * str.[ch] added to supply wrappers for snprintf(), strlcat() and
  998. strlcpy on system without these.
  999. 1999-02-18  Peter Galbavy  <Peter.Galbavy@knowledge.com>
  1000. * syslog support added
  1001. 1999-02-02  Kunihiro Ishiguro  <kunihiro@zebra.org>
  1002. * filter.c (access_list_add_hook): added for hook function management.
  1003. * filter.c (access_list_delete_hook): Likewise.
  1004. 1999-01-19  Kunihiro Ishiguro  <kunihiro@zebra.org>
  1005. * stream.c: New file.
  1006. * stream.h: New file.
  1007. * Divide stream related fucntions from buffer.[ch] into stream.[ch].
  1008. 1999-01-14  Kunihiro Ishiguro  <kunihiro@zebra.org>
  1009. * memory.h (enum): add MTYPE_STREAM, MTYPE_STREAM_DATA
  1010. * buffer.c (stream_new): Set MTYPE_STREAM to XMALLOC argument.
  1011. 1998-12-23  Kunihiro Ishiguro  <kunihiro@zebra.org>
  1012. * routemap.c: route_map_index_delete() added.
  1013. 1998-12-22  Kunihiro Ishiguro  <kunihiro@zebra.org>
  1014. * buffer.c (buffer_empty): check cp instead of sp.
  1015. 1998-12-17  Kunihiro Ishiguro  <kunihiro@zebra.org>
  1016. * radix.[ch]: Deleted.
  1017. 1998-12-15  Magnus Ahltorp <map@stacken.kth.se>
  1018. * buffer.c: Prototype fixes.
  1019. * prefix.c: Likewise.
  1020. * sockunion.c: Likewise.
  1021. * sockunion.h: Likewise.
  1022. 1998-12-14  Kunihiro Ishiguro  <kunihiro@zebra.org>
  1023. * vty.c (vty_read): DELETE key works as vty_delete_char.
  1024. 1998-12-13  Kunihiro Ishiguro  <kunihiro@zebra.org>
  1025. * log.c (time_print): chane %y to %Y.
  1026. 1998-12-10  Kunihiro Ishiguro  <kunihiro@zebra.org>
  1027. * distribute.c: new file.
  1028. 1998-12-09  Kunihiro Ishiguro  <kunihiro@zebra.org>
  1029. * filter.c: Remove all of struct prefix_{ipv4,ipv6} and add
  1030. complete support of IPv6 access list.
  1031. * command.c (config_write_element): function delete.
  1032. (config_write_host): function add.  password and enable password
  1033. isn't printed to vty interface.
  1034. 1998-12-08  Kunihiro Ishiguro  <kunihiro@zebra.org>
  1035. * filter.c: Change prefix_ipv4 to prefix and add support of
  1036. prefix_ipv6 filtering.
  1037. 1998-12-07  Kunihiro Ishiguro  <kunihiro@zebra.org>
  1038. * Makefile.am (INCLUDES): add @INCLUDES@ for Linux IPv6 inet6-apps
  1039. header includes.
  1040. 1998-12-05  Kunihiro Ishiguro  <kunihiro@zebra.org>
  1041. * log.c (log_flush): fix function name typo.
  1042. 1998-12-04  Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
  1043. * memory.h: OSPF memory type is added.
  1044. 1998-11-15  Kunihiro Ishiguro  <kunihiro@zebra.org>
  1045. * command.c (sort_node): add sort_node() for pretty printing of
  1046. command on vty interface.
  1047. (config_password): delete the restriction of charaster of password
  1048. string.
  1049. 1998-09-05  Kunihiro Ishiguro  <kunihiro@debian.zebra.org>
  1050. * prefix.c (prefix_ipv4_any): add prefix_ipv4_any().
  1051. 1998-08-25  Kunihiro Ishiguro  <kunihiro@zebra.org>
  1052. * network.h: New file.
  1053. 1998-08-24  Kunihiro Ishiguro  <kunihiro@zebra.org>
  1054. * vty.c (vty_will_echo): function name change from vty_off_echo.
  1055. 1998-08-18  Kunihiro Ishiguro  <kunihiro@zebra.org>
  1056. * buffer.h: add PUTC,PUTW,PUTL macros.
  1057. 1998-07-22  Kunihiro Ishiguro  <kunihiro@zebra.org>
  1058. * route.[ch]: renamed to prefix.[ch]
  1059. 1998-06-09  Kunihiro Ishiguro  <kunihiro@zebra.org>
  1060. * prefix_in, prefix_in6 is replaced by prefix_ipv4, prefix_ipv6.
  1061. * Makefile.am: @INCLUDES@ is deleted from INCLUDES.
  1062. 1998-06-07  Kunihiro Ishiguro  <kunihiro@zebra.org>
  1063. * host.[ch]: merged with command.[ch]
  1064. 1998-05-08  Kunihiro Ishiguro  <kunihiro@zebra.org>
  1065. * Makefile.am (libzebra_a_SOURCES): add route.c to libzebra_a_SOURCES.
  1066. 1998-05-07  Kunihiro Ishiguro  <kunihiro@zebra.org>
  1067. * route.c (str2prefix): str2prefix () is gone.
  1068. 1998-05-03  Kunihiro Ishiguro  <kunihiro@zebra.org>
  1069. * vty.c (vty_read_config): change CONDIR to SYSCONFDIR.
  1070. * .cvsignore: add file.
  1071. * memory.c (xerror): add arguent `type' and `size'.
  1072. * socket.c: deleted.
  1073. 1998-05-02  Kunihiro Ishiguro  <kunihiro@zebra.org>
  1074. * vector.c: malloc,free,realloc -> XMALLOC,XFREE,XREALLOC.
  1075. * linklist.c: same as above.
  1076. 1998-04-30  Kunihiro Ishiguro  <kunihiro@zebra.org>
  1077. * filter.[ch]: added.
  1078. 1998-04-01  Kunihiro Ishiguro  <kunihiro@zebra.org>
  1079. * vty.c (config_who): return CMD_SUCCESS
  1080. 1998-04-01  Jochen Friedrich <jochen@scram.de>
  1081. * table.c (route_dump_node): route_dump_node is IPv6 specific
  1082. function so move #ifdef to the end of route_dump_node ().
  1083. 1998-03-05  "Hannes R. Boehm" <hannes@boehm.org>
  1084. * if.c: DEFUN(interface_desc) added.
  1085. 1998-03-05  Kunihiro Ishiguro  <kunihiro@zebra.org>
  1086. * if.c: separated from ripd/rip_interface.c
  1087. 1998-03-04  Kunihiro Ishiguro  <kunihiro@zebra.org>
  1088. * thread.[ch] : added.
  1089. 1998-02-14  Kunihiro Ishiguro  <kunihiro@zebra.org>
  1090. * vty.c (vty_delete_char): fix size bug.
  1091. (vty_backward_pure_word): function added.
  1092. (vty_read): ESC + 'f' perform vty_forward_word.
  1093. (vty_read): ESC + 'b' perform vty_backward_word.
  1094. 1998-02-11  Kunihiro Ishiguro  <kunihiro@zebra.org>
  1095. * radix.c (radix_lookup_rt): add mask check.
  1096. (radix_delete_duproute): add mask check.
  1097. 1998-02-10  Kunihiro Ishiguro  <kunihiro@zebra.org>
  1098. * command.c (config_write_file): fix vty -> file_vty.
  1099. 1998-02-06  Kunihiro Ishiguro  <kunihiro@zebra.org>
  1100. * command.c (cmd_filter_ambiguous): add complex type treatment.
  1101. 1998-02-05  Kunihiro Ishiguro  <kunihiro@zebra.org>
  1102. * vty.c (vty_time_print): function added.
  1103. (vty_complete_command): now [...] element isn't shown by completion.
  1104. 1998-01-26  Kunihiro Ishiguro  <kunihiro@zebra.org>
  1105. * command.c : change from cmd_install_node() to install_node().
  1106. 1998-01-16  Kunihiro Ishiguro  <kunihiro@zebra.org>
  1107. * route.[ch]: struct rt{} is replaced by struct prefix{}.
  1108. 1998-01-06  Kunihiro Ishiguro  <kunihiro@zebra.org>
  1109. * command.c (cmd_execute_command): check command length.
  1110. * timer.c (zebra_timer_set): add zebra_timer_set.
  1111. 1998-01-05  Kunihiro Ishiguro  <kunihiro@zebra.org>
  1112. * command.h (node_type ): add ZEBRA_NODE.
  1113. * command.c (config_exit): add RIP_NODE.
  1114. (config_write_file): add RIP_NODE.
  1115. 1998-01-04  Kunihiro Ishiguro  <kunihiro@zebra.org>
  1116. * print_version.c (print_version): Now Copyright is 1996-1998.
  1117. * sockunion.c (sockunion_log): moved from ../zebra/route.c
  1118. 1997-12-30  Kunihiro Ishiguro  <kunihiro@zebra.org>
  1119. * host.c (config_logfile): change 'log PATH' to 'logfile PATH'.
  1120. * sockunion.c (sockunion_sameprefix): add same prefix for
  1121. sockunion.
  1122. 1997-12-29  Kunihiro Ishiguro  <kunihiro@zebra.org>
  1123. * radix.[ch] : are moved from ../zebra directroy.
  1124. * command.c (config_from_file): if command execution failed down
  1125. level to CONFIG_NODE.
  1126. * host.c: config_log function which enable 'log FILENAME' command.
  1127. 1997-12-23  Kunihiro Ishiguro  <kunihiro@zebra.org>
  1128. * vty.c: add vty_transpose_chars ().  Now you can use '^T' to
  1129. transpose character.
  1130. * command.c: cmd_cmdsize add, this is useful to check incomplete
  1131. command.
  1132. 1997-12-07  Kunihiro Ishiguro  <kunihiro@zebra.org>
  1133. * fd.h: add family for address family
  1134. 1997-12-06  Kunihiro Ishiguro  <kunihiro@zebra.org>
  1135. * command.o
  1136. * vty.o
  1137. * host.o    is moved from ../zebra
  1138. 1997-08-14  Kunihiro Ishiguro  <kunihiro@zebra.org>
  1139. * make library directory.