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