paul | c2bfbcc | 2004-06-04 01:42:38 +0000 | [diff] [blame] | 1 | 2004-06-04 JJ Ludman <jacques.ludman@sun.com> |
| 2 | |
| 3 | * ripd.c: Interoperability fix. Correct value for MD5 auth length |
| 4 | is 16. Accept packets with this set to >= 16, and set to 16 |
| 5 | ourselves. |
| 6 | |
paul | 11dde9c | 2004-05-31 14:00:00 +0000 | [diff] [blame] | 7 | 2004-05-31 Sowmini Varadhan <sowmini.varadhan@sun.com> |
| 8 | |
| 9 | * ripd.c: Fixup compile warnings |
| 10 | * rip_routemap.c: Ditto |
| 11 | |
paul | 0a58935 | 2004-05-08 11:48:26 +0000 | [diff] [blame] | 12 | 2004-05-08 Paul Jakma <paul@dishone.st> |
| 13 | |
| 14 | * rip_zebra.c: sync with zclient changes. |
| 15 | * rip_interface.c: ditto. |
| 16 | |
paul | 239389b | 2004-05-05 14:09:37 +0000 | [diff] [blame] | 17 | 2004-05-05 Anthony.Golia@morganstanley.com |
| 18 | |
| 19 | * ripd.c: (rip_update_jitter) Bound jitter to a more sensible |
| 20 | value, eg 1/4 of update time. |
| 21 | |
paul | a87552c | 2004-05-03 20:00:17 +0000 | [diff] [blame] | 22 | 2004-05-03 Paul Jakma <paul@dishone.st> |
| 23 | |
| 24 | * ripd.c: (rip_rte_process) fix typo in merge of previous patch |
| 25 | and run function through indent. |
| 26 | |
paul | b94f9db | 2004-05-01 20:45:38 +0000 | [diff] [blame] | 27 | 2004-03-19 Jean-Yves Simon <lethalwp@tiscali.be> |
| 28 | |
paul | a87552c | 2004-05-03 20:00:17 +0000 | [diff] [blame] | 29 | * ripd.c: (rip_rte_process) make ripd also check on |
| 30 | administrative distance of his own links to update routes. |
paul | b94f9db | 2004-05-01 20:45:38 +0000 | [diff] [blame] | 31 | |
hasso | da9c9a2 | 2004-03-18 02:40:55 +0000 | [diff] [blame] | 32 | 2004-03-18 sowmini.varadhan@sun.com |
| 33 | |
| 34 | * ripd.c: rip_send_packet can get null connected address when |
| 35 | called in response to a unicast rip-request. Handle correctly. |
| 36 | |
hasso | a1455d8 | 2004-03-03 19:36:24 +0000 | [diff] [blame] | 37 | 2004-03-03 Krzysztof Oledzki <oleq@ans.pl> |
| 38 | |
hasso | caa6f8a | 2004-03-03 19:48:48 +0000 | [diff] [blame] | 39 | * ripd.c: fix "show ip rip" and per interface rip version selection. |
hasso | a1455d8 | 2004-03-03 19:36:24 +0000 | [diff] [blame] | 40 | |
paul | 931cd54 | 2004-01-23 15:31:42 +0000 | [diff] [blame] | 41 | 2004-01-23 sowmini.varadhan@sun.com |
| 42 | |
| 43 | * rip_interface.c: obsolete unbind code in |
| 44 | rip_interface_multicast_set, and instead do the more portable |
| 45 | (though slower) method of creating a socket for each outgoing packet |
| 46 | and binding the source address on the new socket. |
| 47 | * rip_interface.c, ripd.c, ripd.h: Modify rip_request_send so that |
| 48 | source address is determined by the caller of rip_request_send for |
| 49 | ripv1 packets and non-multicast interfaces (rip_request_send loops |
| 50 | over all connected address in all other cases). |
| 51 | * rip_send_packet: don't send packets with source set to |
| 52 | ZEBRA_IFA_SECONDARY connected addresses; improved debug messages; |
| 53 | |
paul | f38a471 | 2003-06-07 01:10:00 +0000 | [diff] [blame] | 54 | 2003-06-07 Andrew J. Schorr <aschorr@telemetry-investments.com> |
| 55 | |
| 56 | * Allow ripd to receive RIPv1 |
| 57 | * add default as valid param to passive-interface command |
| 58 | |
hasso | 1670513 | 2003-05-25 14:49:19 +0000 | [diff] [blame] | 59 | 2003-05-25 Vincent Jardin <vjardin@wanadoo.fr> |
| 60 | |
paul | f38a471 | 2003-06-07 01:10:00 +0000 | [diff] [blame] | 61 | * 6Wind patch merge. |
hasso | 1670513 | 2003-05-25 14:49:19 +0000 | [diff] [blame] | 62 | |
paul | 445f143 | 2003-05-16 19:00:31 +0000 | [diff] [blame] | 63 | 2003-04-19 Hasso Tepper <hasso@estpak.ee> |
| 64 | |
| 65 | * rip_routemap.c: sync daemon's route-map commands to have same |
| 66 | syntax |
| 67 | |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 68 | 2002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com> |
| 69 | |
| 70 | * zebra-0.93 released. |
| 71 | |
| 72 | 2002-06-30 Kunihiro Ishiguro <kunihiro@ipinfusion.com> |
| 73 | |
| 74 | * ripd.c (rip_output_process): When outgoing interface is same as |
| 75 | next hop interface, announce RIPv2 next hop otherwise set next hop |
| 76 | to 0. Revert previous change then take 6WIND way. |
| 77 | |
| 78 | 2001-09-14 Akihiro Mizutani <mizutani@dml.com> |
| 79 | |
| 80 | * ripd.c: RIP enabled interface's route is advertised by default. |
| 81 | |
| 82 | 2001-08-28 NOGUCHI Kay <kay@v6.access.co.jp> |
| 83 | |
| 84 | * rip_snmp.c (rip_ifaddr_delete): Add route_node_lookup() return |
| 85 | value check. |
| 86 | |
| 87 | * rip_interface.c (rip_multicast_leave): Fix bug of multiple IP |
| 88 | address on one interface multicast join/leave bug. |
| 89 | |
| 90 | 2001-08-26 NOGUCHI Kay <kay@v6.access.co.jp> |
| 91 | |
| 92 | * rip_interface.c (no_rip_passive_interface): Add NO_STR. |
| 93 | |
| 94 | 2001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com> |
| 95 | |
| 96 | * zebra-0.92a released. |
| 97 | |
| 98 | 2001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com> |
| 99 | |
| 100 | * zebra-0.92 released. |
| 101 | |
| 102 | 2001-06-17 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 103 | |
| 104 | * rip_routemap.c (route_match_ip_address_prefix_list): Add match |
| 105 | ip next-hop prefix-list WORD. |
| 106 | |
| 107 | 2001-02-18 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 108 | |
| 109 | * rip_interface.c (rip_passive_interface_clean): Call |
| 110 | rip_passive_interface_apply_all. |
| 111 | |
| 112 | 2001-02-12 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 113 | |
| 114 | * ripd.c (rip_response_process): Multicast address nexthop check |
| 115 | is moved from rip_nexthop_check. |
| 116 | |
| 117 | 2001-02-08 Matthew Grant <grantma@anathoth.gen.nz> |
| 118 | |
| 119 | * rip_interface.c (ipv4_multicast_join): Use |
| 120 | setsockopt_multicast_ipv4. |
| 121 | (ipv4_multicast_leave): Likewise. |
| 122 | (rip_if_ipv4_address_check): Interface which has IPv4 address can |
| 123 | be enabled. |
| 124 | |
| 125 | 2001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 126 | |
| 127 | * rip_interface.c (rip_interface_delete): To support pseudo |
| 128 | interface do not free interface structure. |
| 129 | * ripd.c (rip_output_process): If output interface is in simple |
| 130 | password authentication mode, we need space for authentication |
| 131 | data. |
| 132 | |
| 133 | 2001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 134 | |
| 135 | * ripd.c (rip_nexthop_check): Fix multicast address nexthop check. |
| 136 | |
| 137 | * zebra-0.91 is released. |
| 138 | |
| 139 | 2001-01-27 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 140 | |
| 141 | * ripd.c (show_ip_rip): Show metric infinity route's timeout. |
| 142 | (rip_rte_process): If current route is metric infinity, route is |
| 143 | replaced with received rte. |
| 144 | (rip_redistribute_delete): When redistribute route is deleted, |
| 145 | perform poisoned reverse. |
| 146 | (rip_redistribute_withdraw): Likewise. |
| 147 | |
| 148 | 2001-01-25 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 149 | |
| 150 | * ripd.c (rip_response_process): RIPv2 routing table entry with |
| 151 | non directly reachable nexthop was dropped. The code is changed |
| 152 | to treat it as 0.0.0.0 nexthop. |
| 153 | (rip_destination_check): Check net 0 address destination. |
| 154 | (rip_nexthop_check): New function for checking nexthop address |
| 155 | validity. |
| 156 | |
| 157 | 2001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 158 | |
| 159 | * ripd.c (rip_request_process): Triggered update only send changed |
| 160 | route. |
| 161 | |
| 162 | * rip_interface.c: Delete RIP_API part until new implementation |
| 163 | comes out. |
| 164 | |
| 165 | * rip_snmp.: Likewise. |
| 166 | |
| 167 | * rip_zebra.c: Likewise. |
| 168 | |
| 169 | * ripd.c: Likewise. |
| 170 | |
| 171 | 2001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 172 | |
| 173 | * rip_interface.c (rip_if_init): Remove HAVE_IF_PSEUDO part. |
| 174 | |
| 175 | 2001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 176 | |
| 177 | * zebra-0.90 is released. |
| 178 | |
| 179 | 2001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 180 | |
| 181 | * ripd.h (RIP_VTYSH_PATH): Change "/tmp/ripd" to "/tmp/.ripd". |
| 182 | |
| 183 | 2000-12-25 David Lipovkov <davidl@nbase.co.il> |
| 184 | |
| 185 | * ripd.c (rip_rte_process): When a route is in garbage collection |
| 186 | process (invalid with metric 16) and a router receives the same |
| 187 | route with valid metric then route was not installed into zebra |
| 188 | rib, but only into ripd rib. Moreover , it will never get into |
| 189 | zebra rib, because ripd wrongly assumes it's already there. |
| 190 | (rip_redistribute_add): When doing redistribute into rip other |
| 191 | route (e.g. connected) and the same route exists in ripd rib we |
| 192 | changed it in place - bug. Now we don't forget to remove old route |
| 193 | from zebra. |
| 194 | (rip_timeout): When removing routes from zebra I made sure that we |
| 195 | remove route with the metric we have in zebra and not the new |
| 196 | one. It doesn't make a difference now,but could be significant |
| 197 | when multipath support is done. |
| 198 | |
| 199 | 2000-12-25 David Lipovkov <davidl@nbase.co.il> |
| 200 | |
| 201 | * rip_zebra.c (rip_metric_unset): Fix bug of metric value unset. |
| 202 | |
| 203 | 2000-11-25 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net> |
| 204 | |
| 205 | * ripd.c (rip_request_process): Check passive flag of the |
| 206 | interface. |
| 207 | |
| 208 | 2000-11-23 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net> |
| 209 | |
| 210 | * rip_interface.c (rip_multicast_join): When IP_ADD_MEMBERSHIP |
| 211 | failed do not set runnning flag to the interface. |
| 212 | |
| 213 | 2000-11-16 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 214 | |
| 215 | * ripd.c (rip_output_process): Memory leak related classfull |
| 216 | network generation is fixed. |
| 217 | |
| 218 | 2000-11-16 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net> |
| 219 | |
| 220 | * rip_interface.c (if_check_address): Obsolete pointopoint address |
| 221 | check is removed. |
| 222 | |
| 223 | 2000-11-02 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net> |
| 224 | |
| 225 | * rip_interface.c (if_check_address): Add pointopoint address |
| 226 | check. |
| 227 | (rip_interface_up): Add check for passive interface when interface |
| 228 | goes up. |
| 229 | |
| 230 | 2000-10-23 Jochen Friedrich <jochen@scram.de> |
| 231 | |
| 232 | * rip_snmp.c: rip_oid and ripd_oid are used in smux_open after it |
| 233 | is registered. So those variables must be static. |
| 234 | |
| 235 | 2000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 236 | |
| 237 | * rip_interface.c: Change to "no ip rip (send|receive)" command |
| 238 | accept version number argument. |
| 239 | |
| 240 | 2000-10-17 Akihiro Mizutani <mizutani@dml.com> |
| 241 | |
| 242 | * rip_routemap.c (route_set_ip_nexthop_compile): Change "match ip |
| 243 | next-hop" from IP address to access-list name. |
| 244 | |
| 245 | 2000-10-17 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 246 | |
| 247 | * rip_peer.c: Change ot use linklist.c instaed of newlist.c. |
| 248 | |
| 249 | 2000-10-16 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 250 | |
| 251 | * rip_offset.c: Change to use linklist.c instead of newlist.c. |
| 252 | |
| 253 | 2000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 254 | |
| 255 | * zebra-0.89 is released. |
| 256 | |
| 257 | 2000-09-26 Akihiro Mizutani <mizutani@dml.com> |
| 258 | |
| 259 | * rip_routemap.c (match_ip_nexthop): Add next-hop format check. |
| 260 | |
| 261 | 2000-09-18 David Lipovkov <dlipovkov@OpticalAccess.com> |
| 262 | |
| 263 | * rip_interface.c (ripd_api_get_if_rx_version): Corrects rip SNMP |
| 264 | and rip API functions dealing with rip version. |
| 265 | |
| 266 | * rip_snmp.c (Status_Valid): SNMPv2-TC TEXTUAL-CONVENTION. |
| 267 | |
| 268 | 2000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 269 | |
| 270 | * rip_snmp.c (rip2IfLookup): Use rip_ifaddr_lookup_next() instead |
| 271 | of rip_if_lookup_next(). |
| 272 | |
| 273 | * rip_interface.c (rip_enable_network_lookup): Interface enable |
| 274 | check by interface's address with /32 prefix. |
| 275 | |
| 276 | * ripd.c (rip_read): When RIP is configured with authentication |
| 277 | and no authentication in incoming packet, drop the packet. |
| 278 | |
| 279 | * rip_interface.c (rip_interface_reset): RIP_AUTH_SIMPLE_PASSWORD |
| 280 | is default mode of authentication. |
| 281 | (rip_interface_new): Likewise. |
| 282 | (no_ip_rip_authentication_mode): Likewise. |
| 283 | |
| 284 | * ripd.c (rip_read): Likewise. |
| 285 | |
| 286 | 2000-09-10 David Lipovkov <davidl@nbase.co.il> |
| 287 | |
| 288 | * rip_snmp.c: Set ASN_INTEGER v->type where it is needed. |
| 289 | |
| 290 | 2000-09-08 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 291 | |
| 292 | * ripd.c (rip_auth_simple_password): Simple password |
| 293 | authentication using key-chain. |
| 294 | (rip_write_rte): Likewise. |
| 295 | |
| 296 | * rip_interface.c (ip_rip_authentication_key_chain): Add check for |
| 297 | authentication string configuration. |
| 298 | |
| 299 | 2000-09-08 Akihiro Mizutani <mizutani@dml.com> |
| 300 | |
| 301 | * ripd.c (rip_write_rte): Add check for ri->auth_str. |
| 302 | |
| 303 | 2000-09-07 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 304 | |
| 305 | * ripd_api.h: New file is added. |
| 306 | |
| 307 | 2000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 308 | |
| 309 | * ripd.c (rip_rte_process): rip_route_process() is renamed to |
| 310 | rip_rte_process() to clarify meanings of the function. |
| 311 | rip_route_process() is newly added to process RIP route selection. |
| 312 | |
| 313 | 2000-08-18 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 314 | |
| 315 | * ripd.c (rip_incoming_filter): Extract incoming filter code to |
| 316 | function from rip_route_process(). Add check for all interface |
| 317 | filter. |
| 318 | (rip_outgoing_filter): Extract incoming filter code to function |
| 319 | from rip_output_process(). Add check for all interface filter. |
| 320 | |
| 321 | * rip_zebra.c (rip_redistribute_clean): Reset redistribute status |
| 322 | when "no router rip" is performed. |
| 323 | |
| 324 | * rip_interface.c (rip_interface_clean): Reset interface's RIP |
| 325 | enable status. |
| 326 | |
| 327 | 2000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 328 | |
| 329 | * ripd.c (rip_route_process): When metric infinity is received the |
| 330 | route is removed from service immediately. |
| 331 | (rip_timeout): Likewise. |
| 332 | (rip_garbage_collect): Do not delete route in garbage collection. |
| 333 | (rip_output_process): Check metric_out exceed metric infinity. |
| 334 | |
| 335 | * zebra-0.88 is released. |
| 336 | |
| 337 | 2000-08-15 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 338 | |
| 339 | * ripd.c (rip_distance_apply): Unlock node when there is matched |
| 340 | node. |
| 341 | |
| 342 | 2000-08-13 Akihiro Mizutani <mizutani@dml.com> |
| 343 | |
| 344 | * rip_routemap.c (match_ip_nexthop): Add check for IP address |
| 345 | validness. |
| 346 | (no_set_metric): Add new ALIAS. |
| 347 | |
| 348 | 2000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 349 | |
| 350 | * ripd.h (struct rip ): Add distance. |
| 351 | |
| 352 | 2000-08-05 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 353 | |
| 354 | * rip_zebra.c (rip_zebra_ipv4_add): Use new Zebra api to register |
| 355 | routes. Pass RIP metric value to zebra. |
| 356 | |
| 357 | 2000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 358 | |
| 359 | * rip_main.c (main): Make struct thread thread from global |
| 360 | variable to local variable in main. |
| 361 | |
| 362 | 2000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 363 | |
| 364 | * ripd.c (rip_packet_dump): Add MD5 authentication dump function. |
| 365 | (rip_auth_md5): RIP MD5 authentication packet receive works. |
| 366 | |
| 367 | 2000-08-02 David Lipovkov <davidl@nbase.co.il> |
| 368 | |
| 369 | * rip_interface.c (rip_if_init): Install interface "pseudo" |
| 370 | commands. |
| 371 | (rip_interface_delete): Do not call if_delete() when interface is |
| 372 | pseudo interface. |
| 373 | |
| 374 | 2000-07-31 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 375 | |
| 376 | * rip_interface.c (ip_rip_authentication_mode): "ip rip |
| 377 | authentication mode (md5|text)" is added. |
| 378 | (ip_rip_authentication_key_chain): "ip rip authentication |
| 379 | key-chain KEY-CHAIN" is added. |
| 380 | (rip_interface_clean): Clean all interface configuration. |
| 381 | (rip_interface_reset): Reset all interface configuration. |
| 382 | (rip_clean_network): Clean rip_enable_network. |
| 383 | |
| 384 | * ripd.h (struct rip_interface): Add key_chain member. |
| 385 | |
| 386 | * ripd.c: Include md5-gnu.h. |
| 387 | |
| 388 | 2000-07-30 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 389 | |
| 390 | * ripd.h (RIP_NO_AUTH): Change RIP_NO_AUTH value from 1 to 0. |
| 391 | |
| 392 | * ripd.c (rip_authentication): Use RIP_AUTH_SIMPLE_PASSWORD |
| 393 | instead of raw value 2. |
| 394 | (rip_write_rte): Likewise. |
| 395 | (rip_write_rte): Check ri->auth_type instead of ri->auth_str. |
| 396 | |
| 397 | 2000-07-30 David Lipovkov <davidl@nbase.co.il> |
| 398 | |
| 399 | * rip_interface.c (rip_if_down): Do not delete ZEBRA_ROUTE_KERNEL |
| 400 | route. |
| 401 | |
| 402 | 2000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 403 | |
| 404 | * ripd.c (rip_update_process): Add "passive-interface" command. |
| 405 | |
| 406 | * ripd.h (struct rip_interface): Add passive member to struct |
| 407 | rip_interface. |
| 408 | |
| 409 | 2000-07-24 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 410 | |
| 411 | * rip_interface.c (rip_if_init): Multiple RIP routes for one |
| 412 | prefix change. The codes are enclosed by #ifdef NEW_RIP_TABLE. |
| 413 | |
| 414 | 2000-07-24 Akihiro Mizutani <mizutani@dml.com> |
| 415 | |
| 416 | * rip_interface.c (rip_if_init): Use install_default() for |
| 417 | INTERFACE_NODE. |
| 418 | |
| 419 | 2000-07-24 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 420 | |
| 421 | * ripd.c: First update timer will be invoked in two seconds. |
| 422 | |
| 423 | 2000-07-09 Jochen Friedrich <jochen@scram.de> |
| 424 | |
| 425 | * rip_snmp.c: Local function definitions to static. Add INTEGER |
| 426 | ASN_INTEGER and TIMETICKS ASN_TIMETICKS definition. |
| 427 | (rip2PeerLookup): Peer with domain lookup implemented. |
| 428 | (rip2PeerTable): Temporary disable RIP2PEERLASTUPDATE value |
| 429 | support due to unknown SNMP agent startup time. |
| 430 | |
| 431 | 2000-07-05 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 432 | |
| 433 | * ripd.h: Sweep obsolete definitions. |
| 434 | |
| 435 | * rip_interface.c (rip_split_horizon): Add "ip split-horizon" |
| 436 | command. |
| 437 | |
| 438 | * ripd.c (rip_output_process): Remove split_horizon argument. |
| 439 | (rip_update_process): Likewise. |
| 440 | |
| 441 | * ripd.h (struct rip_interface): Add split_horizon flag to struct |
| 442 | rip_interface. |
| 443 | |
| 444 | 2000-07-04 Akihiro Mizutani <mizutani@dml.com> |
| 445 | |
| 446 | * ripd.c (rip_version): Change VERSION to <1-2>. |
| 447 | Add "no version" command. |
| 448 | |
| 449 | 2000-07-03 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 450 | |
| 451 | * rip_zebra.c (rip_redistribute_type_metric): "redistribute TYPE |
| 452 | metric <0-16>" command is added. |
| 453 | |
| 454 | * rip_routemap.c (route_set_metric): Set metric_set when metric is |
| 455 | modified. |
| 456 | |
| 457 | * ripd.h (struct rip_info): To check route-map set metric or not, |
| 458 | new member metric_set is added to struct rip_info. |
| 459 | |
| 460 | * ripd.c (rip_route_process): Move metric handling code from |
| 461 | rip_response_process() to rip_route_process(). |
| 462 | (rip_output_process): Set output offset-list metric. |
| 463 | |
| 464 | 2000-07-02 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 465 | |
| 466 | * rip_offset.c (rip_offset_list): New file for offset-list. |
| 467 | |
| 468 | 2000-07-02 Akihiro Mizutani <mizutani@dml.com> |
| 469 | |
| 470 | * ripd.h (struct rip ): Add default_metric. |
| 471 | |
| 472 | * ripd.c (rip_default_metric): "default-metric <1-16>" command is |
| 473 | added. |
| 474 | (config_write_rip): Change configuration order. |
| 475 | |
| 476 | * rip_zebra.c: Fix help strings. |
| 477 | |
| 478 | 2000-07-02 David Lipovkov <davidl@nbase.co.il> |
| 479 | |
| 480 | * rip_interface.c (rip_if_init): Add IF_DELETE_HOOK. |
| 481 | |
| 482 | 2000-07-01 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 483 | |
| 484 | * ripd.c (rip_output_process): If specified route-map does not |
| 485 | exist, it treated as deny all. |
| 486 | |
| 487 | 2000-06-30 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 488 | |
| 489 | * rip_routemap.c (rip_route_map_init): Call rip_route_map_update |
| 490 | when route-map is deleted. |
| 491 | |
| 492 | 2000-06-28 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 493 | |
| 494 | * rip_routemap.c (set_metric): For consistency with bgpd's set |
| 495 | metric, value range is set to <0-4294967295>. |
| 496 | |
| 497 | 2000-06-28 David Lipovkov <davidl@nbase.co.il> |
| 498 | |
| 499 | * rip_routemap.c (rip_route_map_update): Add check for rip is |
| 500 | enabled or not for avoid core dump. |
| 501 | |
| 502 | * rip_debug.c (debug_rip_packet_direct): Fix bug of setting |
| 503 | rip_debug_packet flag. |
| 504 | |
| 505 | 2000-06-13 David Lipovkov <davidl@nbase.co.il> |
| 506 | |
| 507 | * rip_interface.c (rip_interface_delete): All work is done in |
| 508 | rip_if_down(). |
| 509 | |
| 510 | 2000-06-06 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 511 | |
| 512 | * ripd.c (rip_redistribute_delete): Fix bug of missing |
| 513 | route_unlock_node() when redistribute route is not found. |
| 514 | |
| 515 | 2000-06-05 Akihirof Mizutani <mizutani@dml.com> |
| 516 | |
| 517 | * rip_debug.c (rip_debug_init): Disable show debugging in |
| 518 | VIEW_NODE like other protocol daemon. |
| 519 | |
| 520 | * rip_routemap.c: Change command argument to more comprehensive. |
| 521 | |
| 522 | METRIC -> <0-16> |
| 523 | IFNAME -> WORD |
| 524 | IP_ADDR -> A.B.C.D |
| 525 | ACCSESS_LIST -> WORD |
| 526 | |
| 527 | 2000-06-05 David Lipovkov <davidl@nbase.co.il> |
| 528 | |
| 529 | * rip_interface.c (rip_interface_delete): Delete all routes |
| 530 | include static and kernel through the interface , because even if |
| 531 | the interface is added again there is no guarantee that it will |
| 532 | get the same ifindex as before. |
| 533 | |
| 534 | 2000-05-31 Akihirof Mizutani <mizutani@dml.com> |
| 535 | |
| 536 | * rip_debug.c: Fix rip debug help string. |
| 537 | |
| 538 | 2000-04-27 Mirko Karanovic <mkaranov@torsel.alcatel.com> |
| 539 | |
| 540 | * rip_interface.c (rip_interface_down): Remove interface from |
| 541 | multicast group when interface goes down. |
| 542 | |
| 543 | 2000-04-03 David Lipovkov <davidl@nbase.co.il> |
| 544 | |
| 545 | * rip_interface.c (rip_interface_down): Implemented rip functions |
| 546 | for interface up/down events: rip_interface_up() and |
| 547 | rip_interface_down() |
| 548 | |
| 549 | 2000-03-16 David Lipovkov <davidl@nbase.co.il> |
| 550 | |
| 551 | * rip_zebra.c (rip_zclient_init): Added rip functions for |
| 552 | interface up/down events. |
| 553 | |
| 554 | 2000-02-15 Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp> |
| 555 | |
| 556 | * ripd.c (rip_write_rte): "set metic" in route-map has no effect |
| 557 | for RIPv1 in ripd. It worked fine for RIPv2. |
| 558 | |
| 559 | 2000-01-17 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 560 | |
| 561 | * ripd.c (show_ip_protocols_rip): Fix bug of "show ip protocls" |
| 562 | mis-display RIP version. |
| 563 | |
| 564 | * ripd.h (struct rip_peer): Add timeout thread to rip_peer |
| 565 | structure. |
| 566 | |
| 567 | 2000-01-16 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 568 | |
| 569 | * rip_peer.c: Add new file for supporting RIP peer. |
| 570 | |
| 571 | 1999-12-26 David Lipovkov <davidl@nbase.co.il> |
| 572 | |
| 573 | * ripd.c (rip_authentication): RIP authantication string is 16 |
| 574 | bytes long. |
| 575 | |
| 576 | 1999-12-10 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 577 | |
| 578 | * ripd.c (rip_read): Add check for minimum packet length. |
| 579 | Authentication check is moved from rip_process_response() to |
| 580 | rip_read(). Patch from David Lipovkov <davidl@nbase.co.il> is |
| 581 | applied then add rte number check by Kunihiro Ishiguro |
| 582 | <kunihiro@zebra.org>. |
| 583 | |
| 584 | 1999-12-07 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 585 | |
| 586 | * ripd.c (rip_response_process): In case of packet is RIPv2 and |
| 587 | network is non zero and netmask is zero, apply netmask rule as |
| 588 | same as RIPv1. |
| 589 | |
| 590 | 1999-11-06 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 591 | |
| 592 | * ripd.c (rip_timers): Fix bug of timers basic argument format. |
| 593 | |
| 594 | 1999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 595 | |
| 596 | * rip_snmp.c (rip2IfConfAddress): Forgot to include |
| 597 | RIP2IFCONFDOMAIN. |
| 598 | |
| 599 | 1999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 600 | |
| 601 | * ripd.h (struct rip_peer): New structure added. |
| 602 | |
| 603 | 1999-10-26 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 604 | |
| 605 | * rip_zebra.c (rip_zebra_ipv4_add): Increment |
| 606 | rip_global_route_changes when route change occur. |
| 607 | (rip_zebra_ipv4_delete): Likewise. |
| 608 | |
| 609 | * ripd.c (rip_request_process): Increment rip_global_queries when |
| 610 | reply to the query is sent. |
| 611 | |
| 612 | 1999-10-25 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 613 | |
| 614 | * rip_debug.c (rip_debug_reset): Reset function added. |
| 615 | |
| 616 | * ripd.c (rip_update_process): Logging bug is fixed. |
| 617 | |
| 618 | 1999-10-10 Marc Boucher <marc@mbsi.ca> |
| 619 | |
| 620 | * ripd.c (config_write_rip): Add config_write_distribute() call. |
| 621 | |
| 622 | 1999-09-29 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 623 | |
| 624 | * ripd.c (rip_distribute_update): Fix bug of access-list |
| 625 | prefix-list updates. |
| 626 | |
| 627 | 1999-09-10 VOP <vop@unity.net> |
| 628 | |
| 629 | * rip_zebra.c: Add redistribute route-map feature. |
| 630 | |
| 631 | 1999-09-10 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 632 | |
| 633 | * ripd.c (rip_response_process): Add check for given prefix is |
| 634 | given mask applied one. |
| 635 | |
| 636 | 1999-09-03 VOP <vop@unity.net> |
| 637 | |
| 638 | * rip_interface.c (rip_interface_multicast_set): Bug fix about |
| 639 | setting multicast interface. |
| 640 | |
| 641 | 1999-09-02 VOP <vop@unity.net> |
| 642 | |
| 643 | * rip_routemap.c: New file added. |
| 644 | |
| 645 | 1999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 646 | |
| 647 | * ripd.c (show_ip_protocols_rip): Show next update time. |
| 648 | (show_ip_protocols_rip): Show redistribute information. |
| 649 | |
| 650 | 1999-08-25 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 651 | |
| 652 | * RIPv2-MIB.txt: New file added. |
| 653 | |
| 654 | * rip_snmp.c: New file added. |
| 655 | |
| 656 | 1999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 657 | |
| 658 | * rip_interface.c (ip_rip_authentication_string): RIPv2 |
| 659 | authentication command is added. |
| 660 | |
| 661 | 1999-08-23 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 662 | |
| 663 | * rip_interface.c (rip_interface_multicast_set): Process of |
| 664 | setting IP_MULTICAST_IF on specific interface. |
| 665 | |
| 666 | * ripd.c (rip_read): Add packet size check. |
| 667 | |
| 668 | 1999-08-16 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 669 | |
| 670 | * ripd.c (rip_request_process): Fill in RIP_METRIC_INFINITY with |
| 671 | network byte order using htonl (). |
| 672 | (rip_response_process): Pass host byte order address to IN_CLASSC |
| 673 | and IN_CLASSB macro. |
| 674 | |
| 675 | 1999-08-08 davidm@nbase.co.il (David Mozes) |
| 676 | |
| 677 | * rip_zebra.c (rip_zebra_read_ipv4): Fix split horizon problem. |
| 678 | |
| 679 | 1999-07-03 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 680 | |
| 681 | * ripd.c (rip_timer_set): Function added. |
| 682 | |
| 683 | 1999-07-01 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 684 | |
| 685 | * rip_debug.c: New file added. |
| 686 | rip_debug.h: New file added. |
| 687 | |
| 688 | 1999-07-01 Rick Payne <rickp@rossfell.co.uk> |
| 689 | |
| 690 | * rip_zebra.c (zebra_init): Install standard commands to |
| 691 | ZEBRA_NODE. |
| 692 | |
| 693 | 1999-06-01 David Luyer <luyer@ucs.uwa.edu.au> |
| 694 | |
| 695 | * ripd.c (rip_process_route): Add support for RIP version 1. |
| 696 | |
| 697 | 1999-05-29 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 698 | |
| 699 | * rip_zebra.c: Change to use lib/zclient.[ch]. |
| 700 | |
| 701 | 1999-05-20 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar> |
| 702 | |
| 703 | * ripd.c (rip_add_route): Change the existance route's metric check |
| 704 | to the condition specified by RFC2453. |
| 705 | |
| 706 | 1999-05-17 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar> |
| 707 | |
| 708 | * ripd.c (rip_process_route): Add the if metric to the route metric. |
| 709 | |
| 710 | * ripd.c (rip_add_route): Deleted add if metric to the route. |
| 711 | |
| 712 | 1999-05-16 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar> |
| 713 | |
| 714 | * rip_interface.c (if_valid_neighbor): New function. |
| 715 | |
| 716 | * ripd.c (rip_process_route): Added check whether the datagram |
| 717 | is from a valid neighbor. |
| 718 | |
| 719 | 1999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 720 | |
| 721 | * ripd.c (rip_process_route): Set interface pointer to rinfo. |
| 722 | |
| 723 | 1999-05-15 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar> |
| 724 | |
| 725 | * ripd.c (rip_check_address): Unicast and not net 0 or 127 check |
| 726 | added. |
| 727 | |
| 728 | 1999-05-14 Stephen R. van den Berg <srb@cuci.nl> |
| 729 | |
| 730 | * rip_main.c (signal_init): SIGTERM call sigint. |
| 731 | (sigint): Loggging more better message. |
| 732 | |
| 733 | 1999-05-10 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 734 | |
| 735 | * ripd.c (rip_add_route): Fix previous route_unlock_node() chenge. |
| 736 | |
| 737 | * rip_main.c (main): Change default zlog output to ZLOG_STDOUT for |
| 738 | debugging. |
| 739 | |
| 740 | 1999-05-09 Patrick Koppen <koppen@rhrk.uni-kl.de> |
| 741 | |
| 742 | * rip_interface.c (rip_request): Fix old semantics for fetching |
| 743 | connected address. |
| 744 | |
| 745 | * ripd.c (rip_add_route): Update timer when the route is updated. |
| 746 | |
| 747 | 1999-05-09 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar> |
| 748 | |
| 749 | * rip_zebra.c (struct zebra): Add ridist_static, ridist_connect, |
| 750 | redist_rip, redist_ripng. |
| 751 | |
| 752 | * rip_zebra.c (zebra_create): Updated for current zebra method. |
| 753 | |
| 754 | * ripd.c (rip_add_route): Add missing route_unlock_node(). |
| 755 | |
| 756 | 1999-05-03 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 757 | |
| 758 | * ripd.c (rip_add_route): Add metric check. Reported by Carlos |
| 759 | Alberto Barcenilla <barce@frlp.utn.edu.ar>. |
| 760 | |
| 761 | 1999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com> |
| 762 | |
| 763 | * syslog support added |
| 764 | |
| 765 | 1998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 766 | |
| 767 | * ripd.c (rip_announce_func): Apply new lib functions. |
| 768 | |
| 769 | 1998-12-09 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 770 | |
| 771 | * ripd.c (config_write_rip): Delete vector v argument. |
| 772 | * rip_zebra.c (config_write_zebra): Likewise. |
| 773 | * rip_interface.c (interface_config_write): Likewise. |
| 774 | |
| 775 | 1998-09-07 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 776 | |
| 777 | * rip_announce.c (rip_rib_close): When ripd terminates delete all |
| 778 | added route. |
| 779 | |
| 780 | 1998-09-01 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 781 | |
| 782 | * rip_interface.c: return read packet size. |
| 783 | |
| 784 | 1998-05-18 Yamshita TAKAO <jargon@lares.dti.ne.jp> |
| 785 | |
| 786 | * ripd.h: Modify for compile on Solaris. |
| 787 | |
| 788 | 1998-05-07 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 789 | |
| 790 | * ripd.c: DEFUN function return CMD_SUCCESS. |
| 791 | change xmalloc to XMALLOC macro. |
| 792 | |
| 793 | 1998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 794 | |
| 795 | * rip_main.c: change CONFDIR to SYSCONFDIR. |
| 796 | |
| 797 | 1998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 798 | |
| 799 | * .cvsignore: added. |
| 800 | |
| 801 | 1998-02-04 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 802 | |
| 803 | * rip_interface.c (config_write_interface): correct ADVERTISE spell. |
| 804 | |
| 805 | * rip_main.c (main): add usage() and make cleanup. |
| 806 | |
| 807 | 1998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 808 | |
| 809 | * ripd.c (rip_version): add rip version command. |
| 810 | |
| 811 | 1998-01-04 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 812 | |
| 813 | * rip_interface.c (zebra_get_interface): added to get |
| 814 | interface's information. |
| 815 | |
| 816 | * ChangeLog: create. |