hasso | 34195bf | 2004-04-06 12:07:06 +0000 | [diff] [blame^] | 1 | 2004-04-06 Krzysztof Oledzki <oleq@ans.pl> |
| 2 | |
| 3 | * rt_netlink.c: Do not ignore metric when reading kernel routing |
| 4 | table on Linux with rt_netlink interface. |
| 5 | |
| 6 | 2004-03-18 Hasso Tepper <hasso@estpak.ee> |
hasso | f1d92e1 | 2004-03-18 15:40:33 +0000 | [diff] [blame] | 7 | |
| 8 | * interface.c: Temporary fix for handling secondary addresses |
| 9 | with label. |
| 10 | |
hasso | 5590672 | 2004-02-11 22:42:16 +0000 | [diff] [blame] | 11 | 2004-02-12 Hasso Tepper <hasso@estpak.ee> |
hasso | f1d92e1 | 2004-03-18 15:40:33 +0000 | [diff] [blame] | 12 | |
hasso | 5590672 | 2004-02-11 22:42:16 +0000 | [diff] [blame] | 13 | * zserv.c: Added "ipv6 forwarding" command. |
| 14 | |
gdt | b27900b | 2004-01-08 15:44:29 +0000 | [diff] [blame] | 15 | 2004-01-08 Greg Troxel <gdt@fnord.ir.bbn.com> |
| 16 | |
| 17 | * kernel_socket.c (kernel_read): Use sockaddr_storage in buffer |
| 18 | for reading kernel messages to ensure enough space (necessary on |
| 19 | Solaris due to sockaddr_dl being large). Thanks to Sowmini |
| 20 | Varadhan for help with this change. |
| 21 | |
gdt | 9ccabd1 | 2004-01-06 18:23:02 +0000 | [diff] [blame] | 22 | 2004-01-06 Greg Troxel <gdt@t1.ir.bbn.com> |
| 23 | |
| 24 | * rtadv.c (rtadv_send_packet): Change perror to zlog_err. |
| 25 | |
gdt | dbee01f | 2004-01-06 00:36:51 +0000 | [diff] [blame] | 26 | 2004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com> |
gdt | 4bfbea8 | 2004-01-06 01:13:05 +0000 | [diff] [blame] | 27 | * kernel_socket.c (ifm_read): Major cleanup. Use Sowmini's code |
| 28 | to find the sockaddr_dl in all cases, narrowing the Solaris ifdef |
| 29 | to just the accomodation of broken kernels. Check sockaddr_dl |
| 30 | carefully up front, and later assume any non-NULL sdl pointer is |
| 31 | valid. Clean up types and variable declarations, and rename |
| 32 | WRAPUP to SAROUNDUP to make the name fit the behavior. |
| 33 | |
| 34 | 2004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com> |
gdt | dbee01f | 2004-01-06 00:36:51 +0000 | [diff] [blame] | 35 | |
| 36 | * kernel_socket.c (kernel_read): Add a sockaddr_dl to the ifmsg |
| 37 | structure, because on Solaris sockaddr_dl is far larger than the |
| 38 | base sockaddr structure. (The code had previously been failing to |
| 39 | read all the data.) |
gdt | 4bfbea8 | 2004-01-06 01:13:05 +0000 | [diff] [blame] | 40 | |
gdt | da26e3b | 2004-01-05 17:20:59 +0000 | [diff] [blame] | 41 | 2004-01-05 Greg Troxel <gdt@ahi.ir.bbn.com> |
| 42 | |
| 43 | * kernel_socket.c (kernel_read): Look up interfaces by index |
| 44 | first, so that state changes which do not include a sockaddr_dl |
| 45 | now work. Add many sanity checks. In |
| 46 | particular, do not assume that a sockaddr_dl follows a message |
| 47 | without checking the ifm_addrs flags, and do not trust the length |
| 48 | in a sockaddr_dl. Add/clarify many comments. |
| 49 | |
gdt | 4b5e135 | 2003-12-03 17:54:34 +0000 | [diff] [blame] | 50 | 2003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com> |
| 51 | |
| 52 | * rtadv.c: reorder includes to avoid compiler warning (define |
| 53 | structs before using them in prototypes) |
| 54 | |
hasso | 647e4f1 | 2003-05-25 11:43:52 +0000 | [diff] [blame] | 55 | 2003-05-25 Jim Crumpler <Jim.Crumpler@edion.com> |
| 56 | |
| 57 | * zserv.c: Add "ip forwarding" command. |
| 58 | |
paul | 445f143 | 2003-05-16 19:00:31 +0000 | [diff] [blame] | 59 | 2003-05-16 Gilad Arnold <gilad.arnold@terayon.com> |
| 60 | |
| 61 | * zebra_rib.c: Fix memory leaks for ifname nexthops |
| 62 | |
| 63 | 2003-04-19 Israel Keys <ikeys@agile.tv> |
| 64 | |
| 65 | * rt_netlink.c: BLOCK on netlink while initialising |
| 66 | |
| 67 | 2003-02-06 Francois Deppierraz <francois@ctrlaltdel.ch> |
| 68 | |
| 69 | * rt_netlink.c (netlink_route_multipath): Set RTM_F_EQUALIZE when |
| 70 | it exists. |
| 71 | |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 72 | 2002-09-28 Akihiro Mizutani <mizutani@net-chef.net> |
| 73 | |
| 74 | * zebra_rib.c (static_add_ipv4): Null0 static route is added. |
| 75 | |
| 76 | 2002-09-10 Jochen Friedrich <chris+zebra@scram.de> |
| 77 | |
| 78 | * rt_netlink.c: Add check for EAGAIN. |
| 79 | * kernel_socket.c: Likewise |
| 80 | |
| 81 | 2002-06-12 Israel Keys <ikeys@oz.agile.tv> |
| 82 | |
| 83 | * rt_netlink.c: Setting the NLM_F_ACK flag on the netlink command |
| 84 | message so that we get an ACK for successful netlink commands. |
| 85 | Change the netlink socket to BLOCKING while we wait for a |
| 86 | response; be it an ACK or an NLMSG_ERROR. Change |
| 87 | netlink_parse_info to deal with ACK messages. |
| 88 | |
| 89 | 2001-11-01 Jun-ichiro itojun Hagino <itojun@iijlab.net> |
| 90 | |
| 91 | * rtadv.c (rtadv_make_socket): setsockopt(IPV6_CHECKSUM) does not |
| 92 | work for ICMPv6 socket. |
| 93 | |
| 94 | 2001-10-24 Kunihiro Ishiguro <kunihiro@ipinfusion.com> |
| 95 | |
| 96 | * rib.c (rib_process): Select connected route any case. |
| 97 | |
| 98 | 2001-10-23 Kunihiro Ishiguro <kunihiro@ipinfusion.com> |
| 99 | |
| 100 | * interface.c (no_ip_address_secondary): Add "no" to command. |
| 101 | |
| 102 | 2001-10-18 NOGUCHI Kay <kay@v6.access.co.jp> |
| 103 | |
| 104 | * ioctl.c (if_prefix_add_ipv6): Set the prefered and valid lifetime |
| 105 | to infinity as the freebsd4.4 workaroud. |
| 106 | |
| 107 | 2001-08-26 mihail.balikov@interbgc.com |
| 108 | |
| 109 | * zebra_snmp.c: Fix snmpwalk problem such as IPv4 address |
| 110 | A.B.C.255. |
| 111 | |
| 112 | 2001-08-22 NOGUCHI Kay <kay@v6.access.co.jp> |
| 113 | |
| 114 | * rtadv.c: Do not send RA to loopback interface. |
| 115 | |
| 116 | 2001-08-20 Kunihiro Ishiguro <kunihiro@ipinfusion.com> |
| 117 | |
| 118 | * ioctl.c (if_set_prefix): Remove Linux 2.0 specific connected |
| 119 | route treatment. |
| 120 | |
| 121 | 2001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com> |
| 122 | |
| 123 | * zebra-0.92a released. |
| 124 | |
| 125 | 2001-08-17 Kunihiro Ishiguro <kunihiro@ipinfusion.com> |
| 126 | |
| 127 | * rib.c: Kernel route is treated as EGP routes in nexthop active |
| 128 | check. |
| 129 | |
| 130 | 2001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com> |
| 131 | |
| 132 | * zebra-0.92 released. |
| 133 | |
| 134 | 2001-08-08 "Akihiro Mizutani" <mizutani@dml.com> |
| 135 | |
| 136 | * rib.c (show_ip_route_prefix_longer): Add longer-prefix option to |
| 137 | show route commands. |
| 138 | |
| 139 | 2001-07-29 Yon Uriarte <havanna_moon@gmx.net> |
| 140 | |
| 141 | * zserv.c (zsend_ipv4_add_multipath): Add |
| 142 | NEXTHOP_TYPE_IPV4_IFINDEX check. |
| 143 | |
| 144 | 2001-07-29 NOGUCHI Kay <kay@v6.access.co.jp> |
| 145 | |
| 146 | * rtadv.c: Apply valid lifetime, preferred lifetime, onilnk flag, |
| 147 | autonomous address-configuration flag patch. |
| 148 | (no_ipv6_nd_suppress_ra): Change "ipv6 nd send-ra" to "no ipv6 nd |
| 149 | suppress-ra". |
| 150 | |
| 151 | 2001-07-24 NOGUCHI Kay <kay@v6.access.co.jp> |
| 152 | |
| 153 | * rtadv.c (ipv6_nd_ra_interval): Add "ipv6 nd ra-interval SECONDS" |
| 154 | command. |
| 155 | |
| 156 | 2001-07-24 Jun-ichiro itojun Hagino <itojun@iijlab.net> |
| 157 | |
| 158 | * rt_socket.c (kernel_rtm_ipv4): Add KAME/NetBSD151 equal cost |
| 159 | multicast FIB support both IPv4 and IPv6. |
| 160 | |
| 161 | 2001-07-24 Hal Snyder <hal@vailsys.com> |
| 162 | |
| 163 | * if_ioctl.c (interface_list_ioctl): Fix bug of failing to get the |
| 164 | full list of interfaces on some configurations of OpenBSD. |
| 165 | |
| 166 | 2001-07-23 NOGUCHI Kay <kay@v6.access.co.jp> |
| 167 | |
| 168 | * rtadv.c (ipv6_nd_send_ra): Apply [zebra 9320] to fix "ipv6 nd |
| 169 | send-ra" bug. |
| 170 | (ipv6_nd_ra_lifetime): "ipv6 nd ra-lifetime 0" for default router |
| 171 | availability. |
| 172 | (ipv6_nd_managed_config_flag): "ipv6 nd managed-config-flag" is |
| 173 | added. |
| 174 | (ipv6_nd_other_config_flag): "ipv6 nd other-config-flag" is added. |
| 175 | |
| 176 | 2001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net> |
| 177 | |
| 178 | * ioctl.c (if_ioctl): Change ioctl argument from int to u_long. |
| 179 | |
| 180 | * rt_ioctl.c: Likewise. |
| 181 | |
| 182 | 2001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net> |
| 183 | |
| 184 | * kernel_socket.c (rtm_write): Only set RTF_CLONING when the |
| 185 | interface is not p2p. |
| 186 | |
| 187 | 2001-04-23 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 188 | |
| 189 | * ioctl.c (if_prefix_add_ipv6): Fix argument type. |
| 190 | |
| 191 | 2001-04-06 Toshiaki Takada <takada@zebra.org> |
| 192 | |
| 193 | * zserv.c (zsend_interface_delete): Use client->obuf instead of |
| 194 | allocating new stream. |
| 195 | |
| 196 | 2001-03-10 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 197 | |
| 198 | * rt_netlink.c: Revert RTPROT_BOOT change. |
| 199 | |
| 200 | 2001-03-08 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 201 | |
| 202 | * rt_netlink.c (netlink_route_change): Skip RTPROT_BOOT route. |
| 203 | (netlink_routing_table): Likewise. |
| 204 | |
| 205 | 2001-03-07 "Akihiro Mizutani" <mizutani@dml.com> |
| 206 | |
| 207 | * zserv.c (zsend_ipv4_add_multipath): Send metric value to |
| 208 | protocol daemons. |
| 209 | |
| 210 | 2001-02-18 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 211 | |
| 212 | * rt_netlink.c (netlink_routing_table): Do not return |
| 213 | tb[RTA_GATEWAY] is NULL. Reported by: "Michael O'Keefe" |
| 214 | <mokeefe@qualcomm.com>. |
| 215 | |
| 216 | 2001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 217 | |
| 218 | * if_ioctl.c (interface_list_ioctl): Call if_add_update(). |
| 219 | Suggested by: Chris Dunlop <chris@onthe.net.au>. |
| 220 | |
| 221 | 2001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 222 | |
| 223 | * rib.c (nexthop_active_ipv4): When nexthop type is |
| 224 | NEXTHOP_TYPE_IPV4_IFINDEX, propery set the ifindex to rifindex. |
| 225 | |
| 226 | * zserv.c: Initialize rtm_table_default with 0. |
| 227 | |
| 228 | * zebra-0.91 is released. |
| 229 | |
| 230 | 2001-01-31 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 231 | |
| 232 | * kernel_socket.c (rtm_read): Filter cloned route. Suggested by: |
| 233 | Jun-ichiro itojun Hagino <itojun@iijlab.net> |
| 234 | |
| 235 | 2001-01-30 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 236 | |
| 237 | * connected.c (connected_up_ipv6): When point-to-point destination |
| 238 | address is ::, use local address for connected network. |
| 239 | (connected_down_ipv6): Likewise. |
| 240 | |
| 241 | 2001-01-25 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 242 | |
| 243 | * zserv.c (zebra_serv): Add missing close() call. Reported by: |
| 244 | David Waitzman <djw@vineyard.net>. |
| 245 | |
| 246 | 2001-01-24 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 247 | |
| 248 | * rib.c (rib_lookup_ipv4): New function for checking exact match |
| 249 | IGP route. |
| 250 | |
| 251 | 2001-01-23 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 252 | |
| 253 | * rib.c (show_ipv6_route_protocol): Fix bug of "show ip route |
| 254 | route-type". |
| 255 | |
| 256 | 2001-01-22 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 257 | |
| 258 | * interface.c (zebra_interface): Do not call |
| 259 | zebra_interface_add_update for inactive interface. |
| 260 | |
| 261 | * zserv.c (zsend_interface_address_add): Send interface address |
| 262 | flag. |
| 263 | (zsend_interface_address_delete): Likewise. |
| 264 | |
| 265 | 2001-01-19 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 266 | |
| 267 | * interface.c (if_addr_add): Add flags. |
| 268 | |
| 269 | * connected.c (ifa_add_ipv4): Add new function for interface |
| 270 | address handling. |
| 271 | (ifa_delete_ipv4): Likewise. |
| 272 | |
| 273 | 2001-01-16 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 274 | |
| 275 | * rib.c (rib_update): Update IPv6 RIB. |
| 276 | |
| 277 | * kernel_socket.c (ifam_read): Call if_refresh() for update |
| 278 | interface flag status. This is for implicit interface up on *BSD. |
| 279 | |
| 280 | * interface.c (if_refresh): Add interface flag refresh function. |
| 281 | |
| 282 | * kernel_socket.c (rtm_read): Fetch link-local address interface |
| 283 | index. |
| 284 | (ifan_read): We need to fetch interface information. Suggested |
| 285 | by: Yasuhiro Ohara <yasu@sfc.wide.ad.jp>. |
| 286 | |
| 287 | * rib.c (static_ipv6_nexthop_same): Add check for |
| 288 | NEXTHOP_TYPE_IPV6_IFNAME. |
| 289 | |
| 290 | 2001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 291 | |
| 292 | * rib.h (NEW_RIB): Turn on NEW_RIB flag. IPv6 new RIB code are |
| 293 | taken into place. |
| 294 | |
| 295 | 2001-01-14 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 296 | |
| 297 | * rib.c (static_ipv6_write): Display STATIC_IPV6_GATEWAY_IFNAME |
| 298 | configuration. |
| 299 | (rib_delete_ipv6): Handle same route conter for IPv6 connected |
| 300 | route. |
| 301 | (show_ipv6_route_protocol): New command. |
| 302 | (show_ipv6_route_addr): Likewise. |
| 303 | (show_ipv6_route_prefix): Likewise. |
| 304 | (rib_update): Sweep kernel route when it is cleaned up. |
| 305 | |
| 306 | * rt_socket.c (kernel_add_ipv6): Add NEXTHOP_IPV6_IFNAME |
| 307 | treatmenet. |
| 308 | |
| 309 | * rt_netlink.c (kernel_init): Likewise. |
| 310 | |
| 311 | * rt_ioctl.c (kernel_ioctl_ipv6_multipath): Likewise. |
| 312 | |
| 313 | * rib.c (rib_add_ipv4): Cope with same connected route on a |
| 314 | interface. Suggested by: Matthew Grant <grantma@anathoth.gen.nz>. |
| 315 | (nexthop_ipv6_ifname_add): Add NEXTHOP_IPV6_IFNAME treatmenet. |
| 316 | |
| 317 | * rib.h (struct new_rib): Add refcnt to keep track on the |
| 318 | reference of same connected route. |
| 319 | |
| 320 | * ioctl.c (if_set_prefix): Add check for GNU_LINUX. |
| 321 | |
| 322 | 2001-01-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> |
| 323 | |
| 324 | * kernel_socket.c (ifan_read, rtm_type_str): Add RTM_OIFINFO check. |
| 325 | (rtm_type_str): Add RTM_IFANNOUNCE check. |
| 326 | (ifan_read): New function. |
| 327 | (kernel_read): Add case for RTM_IFANNOUNCE. |
| 328 | |
| 329 | 2001-01-13 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 330 | |
| 331 | * rt_ioctl.c (kernel_ioctl_ipv6_multipath): New function. |
| 332 | |
| 333 | * rt_netlink.c (netlink_route_multipath): IPv6 address ifindex |
| 334 | treatment. |
| 335 | |
| 336 | * connected.c (connected_up_ipv6): Add dest value check. |
| 337 | |
| 338 | * rib.c (nexthop_active_ipv6): Do not touch IPv6 nexthop's |
| 339 | ifindex. |
| 340 | (rib_add_ipv4): Import rib_add_ipv6() same route check code. |
| 341 | (nexthop_active_check): NEXTHOP_TYPE_IPV6_IFINDEX activity is only |
| 342 | checked by ifindex. |
| 343 | |
| 344 | * rt_socket.c (kernel_rtm_ipv6_multipath): New function. |
| 345 | |
| 346 | * redistribute.c (redistribute_add): Use |
| 347 | zsend_ipv6_add_multipath(). |
| 348 | (redistribute_delete_multipath): Use |
| 349 | zsend_ipv6_delete_multipath(). |
| 350 | |
| 351 | * interface.c (ip_address): Check current IP address to avoid |
| 352 | duplicate. |
| 353 | |
| 354 | * rib.c (rib_delete_ipv4): When deleted route is connected route, |
| 355 | check ifindex. |
| 356 | (rib_add_ipv4): When connected route is added do not perform |
| 357 | implicit withdraw. |
| 358 | (rib_delete_ipv4): Check ifindex for connected route. |
| 359 | |
| 360 | * kernel_socket.c (rtm_read): When route has RTF_STATIC, set |
| 361 | ZEBRA_FLAG_STATIC for indicate as persistent route. |
| 362 | (ifam_read): Unset interface index from link-local address when |
| 363 | IPv6 stack is KAME. |
| 364 | |
| 365 | * rib.c (rib_update): Do not delete persistent kernel route. |
| 366 | |
| 367 | * rib.h (struct new_rib): Integrate RIB_FLAG_* to ZEBRA_FLAG_*. |
| 368 | |
| 369 | * rt_socket.c (kernel_add_ipv6_multipath): Add placeholder. |
| 370 | (kernel_delete_ipv6_multipath): Likewise. |
| 371 | |
| 372 | * rt_netlink.c (netlink_talk): Give struct nlsock to netlink_talk. |
| 373 | |
| 374 | 2001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 375 | |
| 376 | * rib.c (rib_update): Revert Matthew Grant's patch |
| 377 | zebra_cvs_newribfix.patch. Use struct rib->ifindex for kernel |
| 378 | interface index. Introduce NEXTHOP_TYPE_IPV4_IFINDEX to support |
| 379 | that. Add support for address deletion situation. |
| 380 | |
| 381 | 2001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 382 | |
| 383 | * interface.c: Remove HAVE_IF_PSEUDO part. |
| 384 | |
| 385 | * rib.h: Likewise. |
| 386 | |
| 387 | * rt_netlink.c (netlink_link_change): Likewise. |
| 388 | |
| 389 | 2001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 390 | |
| 391 | * zserv.c: Remove OLD_RIB codes. |
| 392 | |
| 393 | 2001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 394 | |
| 395 | * zebra-0.90 is released. |
| 396 | |
| 397 | 2001-01-09 Matthew Grant <grantma@anathoth.gen.nz> |
| 398 | |
| 399 | * interface.c (if_new_intern_ifindex): Allocate a new internal |
| 400 | interface index. |
| 401 | (if_addr_refresh): Fix up ip addresses configured via zebra. |
| 402 | (if_add_update): Handle an interface addition. |
| 403 | (if_delete_update): Handle an interface delete event. |
| 404 | |
| 405 | * rib.c (nexthop_ipv4_add): Add kernel route deletion process when |
| 406 | interface goes down. |
| 407 | |
| 408 | 2001-01-08 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 409 | |
| 410 | * interface.c (if_dump_vty): When HAVE_NET_RT_IFLIST is defined, |
| 411 | NetBSD also use this function. Suggested by Jasper Wallace |
| 412 | <jasper@ivision.co.uk>. |
| 413 | |
| 414 | 2001-01-07 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 415 | |
| 416 | * rib.c (nexthop_active_ipv4): Move back to set methodo to old |
| 417 | one. |
| 418 | |
| 419 | 2001-01-05 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 420 | |
| 421 | * rib.c (rib_add_ipv4): EBGP multihop set ZEBRA_FLAG_INTERNAL |
| 422 | flag, so treat it. |
| 423 | |
| 424 | 2001-01-04 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 425 | |
| 426 | * rt_netlink.c (netlink_talk_ipv6): When IPv6 route message is |
| 427 | sent from netlink_cmd, the same message comes from netlink. To |
| 428 | avoid confusion, temporary netlink_talk_ipv6 use netlink.sock |
| 429 | instead of netlink_cmd.sock. |
| 430 | |
| 431 | 2001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 432 | |
| 433 | * zserv.h (ZEBRA_SERV_PATH): Change "/tmp/zebra" to "/tmp/.zebra". |
| 434 | Change "/tmp/zserv" to "/tmp/.zserv". |
| 435 | |
| 436 | 2000-12-29 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net> |
| 437 | |
| 438 | * rt_netlink.c (struct nlsock): Divide kernel message into listen |
| 439 | socket and command socket. |
| 440 | (netlink_talk): Remove socket listen code. Use netlink_parse_info |
| 441 | for read kernel response. |
| 442 | |
| 443 | 2000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 444 | |
| 445 | * rib.c (vty_show_ip_route): Show uptime of the RIP,OSPF,BGP |
| 446 | routes. |
| 447 | |
| 448 | 2000-12-27 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 449 | |
| 450 | * rt_netlink.c (netlink_route_multipath): Metric value is |
| 451 | reflected to kernel routing table. |
| 452 | |
| 453 | * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Likewise. |
| 454 | |
| 455 | * kernel_socket.c (rtm_write): Likewise. |
| 456 | |
| 457 | * rib.c (nexthop_active_ipv4): Only iBGP route perform recursive |
| 458 | nexthop lookup. |
| 459 | |
| 460 | * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Add ioctl version of |
| 461 | new RIB implementation. |
| 462 | |
| 463 | 2000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 464 | |
| 465 | * rib.h: Remove MULTIPATH_NUM. It is defined by configure script. |
| 466 | |
| 467 | 2000-12-25 Michael Rozhavsky <mrozhavsky@opticalaccess.com> |
| 468 | |
| 469 | * rib.c (rib_if_up): Call rib_fib_set instead of RIB_FIB_SET for |
| 470 | proper redistribution. |
| 471 | |
| 472 | 2000-12-19 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 473 | |
| 474 | * rib.c (nexthop_active_ipv4): Add self lookup nexthop check. |
| 475 | (show_ip_route_protocol): Support new RIB. |
| 476 | |
| 477 | * rt_netlink.c (netlink_route_change): Do not return when gate is |
| 478 | NULL. |
| 479 | |
| 480 | 2000-12-18 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 481 | |
| 482 | * rib.c (rib_lookup_ipv4_nexthop): IBGP nexthop check function is |
| 483 | updated. |
| 484 | (rib_add_ipv4): Free implicit withdraw route's RIB. |
| 485 | |
| 486 | 2000-12-15 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 487 | |
| 488 | * rib.c (nexthop_active_ipv4): Check indirect nexthop. |
| 489 | |
| 490 | * redistribute.c (redistribute_add_multipath): Redistribution |
| 491 | works with new rib code. |
| 492 | |
| 493 | 2000-12-14 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 494 | |
| 495 | * rt_netlink.c (netlink_route_multipath): Check useful nexthop |
| 496 | number. |
| 497 | (netlink_route_multipath): Clear rtnh_flags and rtnh_hops. |
| 498 | |
| 499 | * rib.c (nexthop_active_update): Set flag for the rib's nexthop |
| 500 | activity is changed. |
| 501 | (nexthop_active_check): Before checking interface is up, make it |
| 502 | sure the interface exist. |
| 503 | |
| 504 | 2000-11-20 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 505 | |
| 506 | * rib.c (ip_route): New RIB prototype. |
| 507 | |
| 508 | 2000-11-16 Yon Uriarte <ukl2@rz.uni-karlsruhe.de> |
| 509 | |
| 510 | * zserv.c (zsend_interface_add): Send hardware address when |
| 511 | hw_addr_len is greater than 0. |
| 512 | |
| 513 | 2000-11-07 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 514 | |
| 515 | * connected.c (connected_up_ipv4): Fix ptop bug. The destination |
| 516 | network should be installed into routing table. |
| 517 | (connected_down_ipv4): Likewise. |
| 518 | (connected_add_ipv4): Change to use connected_up_ipv4. |
| 519 | (connected_delete_ipv4): Likewise. |
| 520 | |
| 521 | 2000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 522 | |
| 523 | * rt_netlink.c (netlink_interface_addr): Revert Harald Welte |
| 524 | <laforge@gnumonks.org>'s ptop patch then back to original code to |
| 525 | avoid duplicated connected route problem. Suggested by Frank van |
| 526 | Maarseveen <F.vanMaarseveen@inter.NL.net>. |
| 527 | |
| 528 | * kernel_socket.c (rtm_read): Make behavior consistent even #ifdef |
| 529 | DEBUG is defined. Reported by Jun-ichiro itojun Hagino |
| 530 | <itojun@iijlab.net>. |
| 531 | |
| 532 | 2000-10-23 Jochen Friedrich <jochen@scram.de> |
| 533 | |
| 534 | * main.c (main): Call zebra_snmp_init() when it is enabled. |
| 535 | |
| 536 | 2000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 537 | |
| 538 | * zserv.c (zebra_serv_un): UNIX domain socket server of zebra |
| 539 | protocol. |
| 540 | |
| 541 | 2000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 542 | |
| 543 | * rib.c (rib_add_ipv4): Same check bug is fixed. |
| 544 | |
| 545 | 2000-10-03 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 546 | |
| 547 | * rib.c (rib_if_down): Remove kernel route when the interface goes |
| 548 | down. |
| 549 | |
| 550 | * debug.c: New command "debug zebra kernel" is added. |
| 551 | |
| 552 | 2000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 553 | |
| 554 | * zebra-0.89 is released. |
| 555 | |
| 556 | 2000-09-24 Harald Welte <laforge@gnumonks.org> |
| 557 | |
| 558 | * rt_netlink.c (netlink_interface_addr): Fix point-to-point address |
| 559 | treatment in netlink interface. |
| 560 | |
| 561 | 2000-09-21 David Lipovkov <dlipovkov@OpticalAccess.com> |
| 562 | |
| 563 | * rib.c (rib_if_down): Pull static route only. Protocol daemon |
| 564 | must withdraw routes when interface goes down. |
| 565 | (rib_add_ipv4): Check nexthop when replace route. |
| 566 | |
| 567 | 2000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 568 | |
| 569 | * if_ioctl.c (if_getaddrs): New function for looking up |
| 570 | interface's address by getifaddrs(). |
| 571 | |
| 572 | 2000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 573 | |
| 574 | * connected.c (connected_delete_ipv4): Add check for connected |
| 575 | address is found or not. |
| 576 | (connected_add_ipv6): Reflect IPv6 connected address change to |
| 577 | protocol daemons. |
| 578 | (connected_delete_ipv6): Likewise. |
| 579 | |
| 580 | 2000-09-07 David Lipovkov <davidl@nbase.co.il> |
| 581 | |
| 582 | * rib.c (rib_delete_ipv4): Reverted the change from pseudo |
| 583 | interface patch to original. Because ospfd deletes routes using |
| 584 | zero ifindex. |
| 585 | |
| 586 | 2000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 587 | |
| 588 | * zebra-0.88 is released. |
| 589 | |
| 590 | 2000-08-15 "Akihiro Mizutani" <mizutani@dml.com> |
| 591 | |
| 592 | * rib.c (show_ip_route_protocol): Help string correction. |
| 593 | (show_ip_route_prefix): Check prefix mask. |
| 594 | (show_ip_route_vty_detail): Display distance and metric. |
| 595 | |
| 596 | 2000-08-14 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 597 | |
| 598 | * zserv.c (zsend_interface_add): Change ifindex store size from |
| 599 | two octet to four. |
| 600 | (zsend_interface_delete): Likewise. |
| 601 | (zsend_interface_address_add): Likewise. |
| 602 | (zsend_interface_address_delete): Likewise. |
| 603 | (zsend_interface_up): Likewise. |
| 604 | (zsend_interface_down): Likewise. |
| 605 | |
| 606 | 2000-08-13 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 607 | |
| 608 | * rib.c (rib_add_ipv4): Do not install distance 255 route. |
| 609 | |
| 610 | 2000-08-10 Toshiaki Takada <takada@zebra.org> |
| 611 | |
| 612 | * interface.c (bandwidth_if), (no_bandwidth_if): Call |
| 613 | zebra_interface_up_update () instead of using if_up() and if_down(). |
| 614 | |
| 615 | 2000-08-07 "Akihiro Mizutani" <mizutani@dml.com> |
| 616 | |
| 617 | * interface.c (bandwidth_if): Fix help string. |
| 618 | |
| 619 | 2000-08-07 Matthew Grant <grantma@anathoth.gen.nz> |
| 620 | |
| 621 | * interface.c (if_dump_vty): Display bandwidth value. |
| 622 | (bandwidth_if): New command "bandwidth <1-10000000>" is added. |
| 623 | When interface is up, force protocol daemons to recalculate routes |
| 624 | due to cost change. |
| 625 | (no_bandwidth_if): Likewise. |
| 626 | (if_config_write): Output bandwidth configuration. |
| 627 | |
| 628 | * zserv.c (zsend_interface_add): Send bandwidth value. |
| 629 | (zsend_interface_up): Likewise. |
| 630 | (zsend_interface_down): Likewise. |
| 631 | |
| 632 | |
| 633 | 2000-08-07 Michael Rozhavsky <mike@nbase.co.il> |
| 634 | |
| 635 | * rib.c (show_ip_route_protocol): "show ip route |
| 636 | (bgp|connected|kernel|ospf|rip|static)" is added. |
| 637 | |
| 638 | 2000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 639 | |
| 640 | * rib.c (rib_lookup_ipv4_nexthop): Check parent node until IGP |
| 641 | nexthop is found. |
| 642 | (rib_add_ipv4_internal): Set fib ifindex to rib ifindex. |
| 643 | |
| 644 | 2000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 645 | |
| 646 | * redistribute.c (redistribute_delete): Fix bug of default route |
| 647 | redistribute treatment. |
| 648 | |
| 649 | 2000-08-05 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 650 | |
| 651 | * rib.c (rib_init): Install ip_node in rib.c instead of zserv.c. |
| 652 | Change default distance value. |
| 653 | |
| 654 | Old New |
| 655 | ------------------------------------------ |
| 656 | system 10 0 |
| 657 | kernel 20 0 |
| 658 | connected 30 0 |
| 659 | static 40 1 |
| 660 | rip 50 120 |
| 661 | ripng 50 120 |
| 662 | ospf 60 110 |
| 663 | ospf6 49 110 |
| 664 | bgp 70 200(iBGP) 20(eBGP) |
| 665 | ------------------------------------------ |
| 666 | |
| 667 | * zserv.c (client_lookup): Function removed. |
| 668 | (zsend_interface_add): Use client's output buffer. Check ifinfo |
| 669 | flag. |
| 670 | (zsend_interface_delete): Likewise. |
| 671 | Delete ipv4_static_radix and ipv6_static_radix. |
| 672 | |
| 673 | 2000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 674 | |
| 675 | * zserv.h (struct zebra_client): When client request interface |
| 676 | information, ifinfo is set. |
| 677 | |
| 678 | * rib.c: Temporary Revert changes for pseudo interface. |
| 679 | |
| 680 | * rib.h: Likewise. |
| 681 | |
| 682 | * zserv.c: Likewise. |
| 683 | |
| 684 | * interface.c: Likewise. |
| 685 | |
| 686 | 2000-08-02 David Lipovkov <davidl@nbase.co.il> |
| 687 | |
| 688 | * interface.c (zebra_if_init): Install interface "pseudo" |
| 689 | commands. |
| 690 | |
| 691 | * rib.c (rib_create): ifname argument is added. |
| 692 | (rib_add_ipv4_pseudo): New function is added. |
| 693 | (rib_delete_ipv4_pseudo): Likewise. |
| 694 | |
| 695 | * rib.h : Delete INTERFACE_UNKNOWN definition. Add prototype for |
| 696 | pseudo interface functions. |
| 697 | |
| 698 | * rt_netlink.c (netlink_link_change): Check for pseudo interface. |
| 699 | |
| 700 | * zserv.c (ip_route): When destination is pseudo interface, call |
| 701 | rib_add_ipv4_pseudo(). |
| 702 | |
| 703 | * zserv.c (no_ip_route): Trim "unknown" argument. |
| 704 | |
| 705 | 2000-07-26 kunitake@dti.ad.jp |
| 706 | |
| 707 | * if_ioctl.c (if_get_hwaddr): Fix hardware address length from 8 |
| 708 | to 6. |
| 709 | |
| 710 | * rtadv.c (rtadv_send_packet): Fix shift bug for hardware address. |
| 711 | |
| 712 | 2000-07-24 Akihiro Mizutani <mizutani@dml.com> |
| 713 | |
| 714 | * interface.c: Use install_default() for common VTY commands. |
| 715 | |
| 716 | 2000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 717 | |
| 718 | * if_ioctl.c (interface_list_ioctl): A interface list size is |
| 719 | calculated from ifreq->if_addr.sa_len. This is for OpenBSD. |
| 720 | |
| 721 | * ioctl.c (if_get_mtu): Remove codes for SIOCGIFDATA. |
| 722 | |
| 723 | 2000-07-09 Chris Dunlop <chris@onthe.net.au> |
| 724 | |
| 725 | * if_ioctl.c (if_get_index): Add check for HAVE_BROKEN_ALIASES. |
| 726 | |
| 727 | 2000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 728 | |
| 729 | * zserv.c (zebra_client_read): Add ZEBRA_REDISTRIBUTE_{ADD,DELETE} |
| 730 | message handling. |
| 731 | |
| 732 | 2000-07-02 David Lipovkov <davidl@nbase.co.il> |
| 733 | |
| 734 | * zserv.c: "ip route A.B.C.D/M unknown" command is added. |
| 735 | |
| 736 | 2000-06-28 Michael Rozhavsky <mike@nbase.co.il> |
| 737 | |
| 738 | * rib.c: Remove old kernel route when new route comes in. |
| 739 | |
| 740 | 2000-06-13 David Lipovkov <davidl@nbase.co.il> |
| 741 | |
| 742 | * rib.c (rib_if_up): Add check for unknown interface. |
| 743 | |
| 744 | 2000-06-13 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 745 | |
| 746 | * rib.h: Define INTERFACE_UNKNOWN. |
| 747 | |
| 748 | 2000-06-08 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 749 | |
| 750 | * Makefile.am (EXTRA_DIST): Move irdp.c until implementation is |
| 751 | finished. |
| 752 | |
| 753 | 2000-06-05 David Lipovkov <davidl@nbase.co.il> |
| 754 | |
| 755 | * interface.c (if_zebra_delete_hook): Call rib_if_delete(). |
| 756 | |
| 757 | * redistribute.c (zebra_interface_delete_update): New function. |
| 758 | |
| 759 | * redistribute.h (zebra_interface_delete_update): New function |
| 760 | prototype. |
| 761 | |
| 762 | * rib.c (rib_if_delete): New function. Walk down all routes and |
| 763 | delete all on the interface. |
| 764 | |
| 765 | * rib.h: New function prototype. |
| 766 | |
| 767 | * rt_netlink.c (netlink_link_change): Call |
| 768 | zebra_interface_delete_update (). |
| 769 | |
| 770 | 2000-05-10 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 771 | |
| 772 | * if_ioctl.c (interface_info_ioctl): Check interface's flag before |
| 773 | checking interface's address. |
| 774 | |
| 775 | 2000-04-26 Jochen Friedrich <jochen@nwe.de> |
| 776 | |
| 777 | * GNOME-PRODUCT-ZEBRA-MIB: New file. |
| 778 | |
| 779 | * GNOME-SMI: New file. |
| 780 | |
| 781 | 2000-04-23 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 782 | |
| 783 | * irdp.c: New file from 1997 development code. |
| 784 | * irdp.h: Likewise. |
| 785 | |
| 786 | 2000-04-19 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 787 | |
| 788 | * rtadv.c (rtadv_send_packet): Enclose router advertisement |
| 789 | logging with IS_ZEBRA_DEBUG_PACKET. |
| 790 | |
| 791 | 2000-04-17 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 792 | |
| 793 | * zserv.c (zebra_client_close): Remove client structure from |
| 794 | client_list when connection is terminated. |
| 795 | |
| 796 | 2000-03-21 David Lipovkov <davidl@nbase.co.il> |
| 797 | |
| 798 | * connected.c (connected_add_ipv4): Allows all necessary structure |
| 799 | updates for connected route, but doesn't insert it into rib if |
| 800 | it's interface is down. |
| 801 | |
| 802 | 2000-01-21 Hideto Yamakawa <hideto.yamakawa@soliton.co.jp> |
| 803 | |
| 804 | * rtread_getmsg.c: Set some definition for Solaris 2.5 and Solaris |
| 805 | 2.5.1. |
| 806 | |
| 807 | 2000-01-21 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 808 | |
| 809 | * rib.c (no_ipv6_route_ifname): Fix buf of cheking return value |
| 810 | from str2prefix_ipv6(). |
| 811 | |
| 812 | 2000-01-14 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 813 | |
| 814 | * rt_socket.c: Revert to use RTF_HOST for IPv4 with /32 route and |
| 815 | IPv6 with /128 routes. |
| 816 | (kernel_rtm_ipv4): In case of /32 route's gateway is interface. It |
| 817 | should have mask for cloning. |
| 818 | |
| 819 | 1999-12-26 Jochen.Friedrich@genorz.de |
| 820 | |
| 821 | * interface.c (if_dump_vty): Fix a bug of missing VTY_NEWLINE. |
| 822 | |
| 823 | 1999-12-23 Alex Zinin <zinin@amt.ru> |
| 824 | * interface.*: dynamic int up/down support |
| 825 | |
| 826 | 1999-12-09 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 827 | |
| 828 | * ipforward_proc.c (dropline): Move dropline() from lib/dropline.c |
| 829 | |
| 830 | * rtread_proc.c (proc_route_read): Don't use dropline(). |
| 831 | |
| 832 | 1999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 833 | |
| 834 | * kernel_socket.c (rtm_read): When message is RTM_GET, it has own |
| 835 | process's pid. |
| 836 | |
| 837 | 1999-12-04 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 838 | |
| 839 | * main.c (main): Change to default log output to ZLOG_STDOUT. |
| 840 | |
| 841 | * zserv.c (zebra_serv): More detailed error print. |
| 842 | |
| 843 | 1999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 844 | |
| 845 | * kernel_socket.c (rtm_read): Check old pid for static route |
| 846 | insertion check. |
| 847 | |
| 848 | 1999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 849 | |
| 850 | * interface.c (if_dump_vty): BSDI/OS uses 64bit for interface |
| 851 | statistics counter. |
| 852 | |
| 853 | * mtu_kvm.c: New file added. |
| 854 | |
| 855 | 1999-11-27 Vladimir B. Grebenschikov <vova@express.ru> |
| 856 | |
| 857 | * kernel_socket.c (rtm_write): Set RTF_CLONING flag for |
| 858 | route to the directly connected interface. |
| 859 | |
| 860 | 1999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 861 | |
| 862 | * rt_socket.c: Delete USE_HOST_BIT definition. |
| 863 | |
| 864 | 1999-11-21 Michael Handler <handler@sub-rosa.com> |
| 865 | |
| 866 | * rtread_getmsg.c: Undef some definition to resolve conflict. |
| 867 | |
| 868 | 1999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 869 | |
| 870 | * kernel_socket.c (rtm_write): Change to use pre stored struct_dl |
| 871 | value for gateway specification. |
| 872 | |
| 873 | 1999-11-25 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 874 | |
| 875 | * rt_socket.c (kernel_rtm_ipv4): Even mask is 32 under IPv4 or |
| 876 | 128 under IPv6, don't use RTF_HOST. |
| 877 | |
| 878 | 1999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 879 | |
| 880 | * Makefile.am (EXTRA_DIST): Add rtread_getmsg.c. |
| 881 | |
| 882 | 1999-11-21 Michael Handler <handler@sub-rosa.com> |
| 883 | |
| 884 | * rtread_getmsg.c: Added for Solaris 2.6 support. |
| 885 | |
| 886 | 1999-11-18 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 887 | |
| 888 | * rtread_sysctl.c (rtm_read_route): RTM_DELETE handling added. |
| 889 | |
| 890 | * rt_socket.c (kernel_read): Better BSD routing socket support. |
| 891 | |
| 892 | 1999-10-19 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 893 | |
| 894 | * client_main.c: Disable making obsolete zebra test `client' |
| 895 | command. |
| 896 | |
| 897 | 1999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 898 | |
| 899 | * zebra.c: Renamed to zserv.c. |
| 900 | |
| 901 | * zebra.h: Global definitions are moved to lib/zebra.h. Then |
| 902 | renamed to zserv.h. |
| 903 | |
| 904 | 1999-10-15 Jordan Mendelson <jordy@wserv.com> |
| 905 | |
| 906 | * if_ioctl.c: Add Linux 2.2.X's alias support and dynamic |
| 907 | interface. Remove ugly MAX_INTERFACE handling codes. |
| 908 | |
| 909 | 1999-09-17 Satosi KOBAYASI <kobayasi@north.ad.jp> |
| 910 | |
| 911 | * Fix serious bug of IPv6 route deletion. |
| 912 | |
| 913 | 1999-09-11 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 914 | |
| 915 | * ioctl.c (if_set_prefix): Properly set broadcast address. |
| 916 | |
| 917 | 1999-09-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> |
| 918 | |
| 919 | * rib.c (rib_add_ipv6, rib_delete_ipv6): now protocol daemons |
| 920 | can install connected route to kernel via zebra |
| 921 | |
| 922 | 1999-08-24 VOP <vop@unity.net> |
| 923 | |
| 924 | * rib.c: Include "sockunion.h" |
| 925 | |
| 926 | 1999-08-22 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 927 | |
| 928 | * ipforward.h: New file. |
| 929 | |
| 930 | * zebra.h: Obsolete message ZEBRA_GET_ALL_INTERFACE, |
| 931 | ZEBRA_GET_ONE_INTERFACE, ZEBRA_GET_HOSTINFO are deleted. |
| 932 | |
| 933 | 1999-08-18 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 934 | |
| 935 | * zebra.h (ZEBRA_INTERFACE_ADDRESS_ADD): |
| 936 | ZEBRA_INTERFACE_{ADD,DELETE} added. |
| 937 | |
| 938 | 1999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 939 | |
| 940 | * rib.c: show ip route A.B.C.D works. |
| 941 | |
| 942 | * zebra.c (zebra_read_ipv4): Add ifindex to zebra messages. |
| 943 | |
| 944 | 1999-08-12 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 945 | |
| 946 | * zebra.h: New Zebra message ZEBRA_INTERFACE_{ADD,DELETE} added. |
| 947 | |
| 948 | 1999-08-09 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 949 | |
| 950 | * interface.h: New file. |
| 951 | * Makefile.am: Add interface.h |
| 952 | |
| 953 | 1999-08-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> |
| 954 | |
| 955 | * redistribute.c (zebra_redistribute): give ifindex to client. |
| 956 | |
| 957 | 1999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 958 | |
| 959 | * main.c (longopts): -k, --keep_kernel option added. |
| 960 | |
| 961 | 1999-07-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> |
| 962 | |
| 963 | * rt_socket.c (rtm_write): forgot closing socket bug fixed. |
| 964 | |
| 965 | 1999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> |
| 966 | |
| 967 | * rib.c (show_ipv6_cmd): if rib is link show interface name. |
| 968 | |
| 969 | 1999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> |
| 970 | |
| 971 | * rt_socket.c (rtm_write): use sockaddr_dl when null gateway. |
| 972 | |
| 973 | 1999-07-16 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> |
| 974 | |
| 975 | * rt_socket.c (rtm_write): ipv6 route table bug fixed. |
| 976 | |
| 977 | 1999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> |
| 978 | |
| 979 | * zebra.c (zebra_read_ipv6): read link prefix from ospf6 support |
| 980 | |
| 981 | 1999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> |
| 982 | |
| 983 | * rt_socket.c (kernel_rtm_ipv6): gate treatment bug fixed. |
| 984 | |
| 985 | 1999-07-15 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 986 | |
| 987 | * if_sysctl.c (ifm_read): Clear sockunion argument before fetching |
| 988 | data. Suggested by "Chris P. Ross" <cross@eng.us.uu.net> |
| 989 | |
| 990 | 1999-07-08 HEO SeonMeyong <seirios@Matrix.IRI.Co.Jp> |
| 991 | |
| 992 | * interface.c (if_tun_add): Add KAME's gif tunnel setting codes. |
| 993 | |
| 994 | 1999-06-26 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 995 | |
| 996 | * zebra.c (zebra_serv): Only accept loopback address connection. |
| 997 | |
| 998 | 1999-06-25 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 999 | |
| 1000 | * zebra.h (ZEBRA_ROUTE_EXTERNAL): Add zebra messages flags |
| 1001 | |
| 1002 | 1999-06-17 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1003 | |
| 1004 | * ipforward_proc.c: ipforward_on () and ipforward_off () added. |
| 1005 | |
| 1006 | 1999-06-14 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1007 | |
| 1008 | * ipforward_proc.c (ipforward_ipv6): Check for IPv6 forwarding |
| 1009 | using /proc file system is added. |
| 1010 | |
| 1011 | 1999-06-06 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1012 | |
| 1013 | * if_ioctl.c (if_get_index): Interface index set bug is fixed by |
| 1014 | adding #else at the middle of function. Suggested by David Luyer |
| 1015 | <luyer@ucs.uwa.edu.au>. |
| 1016 | |
| 1017 | 1999-05-29 <kunihiro@zebra.org> |
| 1018 | |
| 1019 | * rt_ioctl.c: Comment out #include <linux/ipv6_route.h>. |
| 1020 | |
| 1021 | 1999-05-26 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1022 | |
| 1023 | * zebra.h (ZEBRA_ROUTE_MAX): Add new define for the max value of |
| 1024 | the sort of routes. |
| 1025 | |
| 1026 | 1999-05-25 Patrick Koppen <koppen@rhrk.uni-kl.de> |
| 1027 | |
| 1028 | * rt_netlink.c (netlink_socket): Make netlink socket non-blocking. |
| 1029 | (netlink_parse_info): If errno is EWOULDBLOCK then continue to |
| 1030 | parse the message. |
| 1031 | (netlink_talk): Likewise |
| 1032 | |
| 1033 | 1999-05-17 <kunihiro@zebra.org> |
| 1034 | |
| 1035 | * redistribute.c (zebra_check_addr): Added for loopback address |
| 1036 | check. |
| 1037 | |
| 1038 | 1999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1039 | |
| 1040 | * rt_netlink.c (netlink_route_change): Tempolary bypass ipv6 route |
| 1041 | change treatment. |
| 1042 | |
| 1043 | * Makefile.am (noinst_HEADERS): redistribute.h added. |
| 1044 | |
| 1045 | * redistribute.h: New file. |
| 1046 | |
| 1047 | 1999-05-14 Stephen R. van den Berg <srb@cuci.nl> |
| 1048 | |
| 1049 | * zebra.c (show_table): Show all table configuration DEFUN. |
| 1050 | (config_table): Config table number DEFUN. |
| 1051 | |
| 1052 | * rt_netlink.c: Add support for multiple routing table. |
| 1053 | |
| 1054 | * rib.c (rib_weed_table): New function added for delete all |
| 1055 | routes from specified routing table. |
| 1056 | |
| 1057 | * main.c (signal_init): SIGTERM call sigint. |
| 1058 | (sigint): Loggging more better message. |
| 1059 | |
| 1060 | 1999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1061 | |
| 1062 | * rt_netlink.c: Change log () to zlog (). |
| 1063 | |
| 1064 | 1999-05-07 <kunihiro@zebra.org> |
| 1065 | |
| 1066 | * zebra.h (ZEBRA_ROUTE_OSPF6): Added for ospf6d route. |
| 1067 | |
| 1068 | 1999-04-20 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1069 | |
| 1070 | * interface.c: Add `no ip address' command. |
| 1071 | |
| 1072 | 1999-04-10 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1073 | |
| 1074 | * rt_netlink.c (kernel_read): Function added for asynchronous |
| 1075 | zebra between kernel communication. |
| 1076 | |
| 1077 | 1999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1078 | |
| 1079 | * rtread_sysctl.c (rtm_read): Fix address memcopy overrun bug. |
| 1080 | Reported by Achim Patzner <ap@bnc.net>. |
| 1081 | |
| 1082 | 1999-03-03 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1083 | |
| 1084 | * Makefile.am: Install configuration sample with 600 permission. |
| 1085 | |
| 1086 | 1999-03-02 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1087 | |
| 1088 | * Makefile.am: Add -I.. to INCLUDES. |
| 1089 | |
| 1090 | 1999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com> |
| 1091 | |
| 1092 | * syslog support added |
| 1093 | |
| 1094 | 1999-02-17 Peter Galbavy <Peter.Galbavy@knowledge.com> |
| 1095 | |
| 1096 | * if_sysctl.c (interface_list): allocated memory free when unknown |
| 1097 | ifm_type is returned. |
| 1098 | |
| 1099 | * ioctl.c (if_get_mtu): added SIOCGIFDATA treatment. |
| 1100 | |
| 1101 | 1998-12-15 Magnus Ahltorp <map@stacken.kth.se> |
| 1102 | |
| 1103 | * interface.c: Header include added. |
| 1104 | |
| 1105 | 1998-12-14 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1106 | |
| 1107 | * rt.h (kernel_delete_ipv6): change int index to unsigned int index. |
| 1108 | |
| 1109 | 1998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1110 | |
| 1111 | * if_ioctl.c (interface_list_ioctl): interface flag must be |
| 1112 | checked before check addresses of the interface. |
| 1113 | |
| 1114 | 1998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1115 | |
| 1116 | * Makefile.am (INCLUDES): add @INCLUDES@ for Linux IPv6. |
| 1117 | |
| 1118 | 1998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1119 | |
| 1120 | * ioctl.c: Linux version before 2.1.0 need interface route setup. |
| 1121 | |
| 1122 | 1998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp> |
| 1123 | |
| 1124 | * change HYDRANGEA to KAME |
| 1125 | |
| 1126 | 1998-09-01 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1127 | |
| 1128 | * if_ioctl.c (if_addr_ioctl): set address family for getting |
| 1129 | interface's address. |
| 1130 | (if_get_index): silently return when can't get interface's index. |
| 1131 | |
| 1132 | 1998-08-17 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1133 | |
| 1134 | * main.c (main): batch mode option '-b' added. |
| 1135 | |
| 1136 | 1998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1137 | |
| 1138 | * ioctl.c (if_set_prefix): add `ip address IPV4ADDR' command. |
| 1139 | * interface.c (shutdown_if): add interface shutdown and no |
| 1140 | shutdown command. |
| 1141 | |
| 1142 | 1998-08-12 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1143 | |
| 1144 | * rib.c (rib_add_ipv6): delete rib_add_in6. |
| 1145 | |
| 1146 | 1998-07-27 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1147 | |
| 1148 | * main.c: retain flag is added. |
| 1149 | |
| 1150 | 1998-07-08 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1151 | |
| 1152 | * rtable.[ch]: merged with rib.[ch] |
| 1153 | |
| 1154 | 1998-07-07 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1155 | |
| 1156 | * connected.h: renamed from ifa.h. |
| 1157 | |
| 1158 | 1998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1159 | |
| 1160 | * rename if.c to interface.c |
| 1161 | * rename ifa.c to connected.c |
| 1162 | |
| 1163 | * Porting to Debian GNU/Linux 2.0 (hamm). |
| 1164 | |
| 1165 | 1998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1166 | |
| 1167 | * rt_netlink.c: renamed from krt_netlink.c |
| 1168 | |
| 1169 | * fib.c: deleted. |
| 1170 | * rt_kvm.c: deleted. |
| 1171 | * rtread_getmsg.c: deleted. |
| 1172 | |
| 1173 | 1998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1174 | |
| 1175 | * if.c (multicast): add multicast flag [un]set fucntion. |
| 1176 | |
| 1177 | 1998-05-19 Yamshita TAKAO <jargon@lares.dti.ne.jp> |
| 1178 | |
| 1179 | * rt_socket.c: Modify for compile on Solaris, but dont't work it. |
| 1180 | rt_socket.c have some undefined function, so add directive "IMPLEMENT" |
| 1181 | |
| 1182 | 1998-05-18 Yamshita TAKAO <jargon@lares.dti.ne.jp> |
| 1183 | |
| 1184 | * zebra.c: Modify for compile on Solaris. |
| 1185 | |
| 1186 | 1998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1187 | |
| 1188 | * main.c: change CONFDIR to SYSCONFDIR. |
| 1189 | |
| 1190 | 1998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1191 | |
| 1192 | * .cvsignore: added. |
| 1193 | |
| 1194 | 1998-04-02 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1195 | |
| 1196 | * client.c: moves to ../lib. |
| 1197 | |
| 1198 | 1998-03-30 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1199 | |
| 1200 | * if_ioctl.c (if_get_addr): Change address copy from memcopy() to |
| 1201 | structure assignment. |
| 1202 | |
| 1203 | 1998-03-30 URA Hiroshi <ura@yamato.ibm.co.jp> |
| 1204 | |
| 1205 | * if_sysctl.c (ifm_interface_add): sdl->sdl_data copy bug fixed. |
| 1206 | |
| 1207 | 1998-02-23 "Hannes R. Boehm" <hannes@boehm.org> |
| 1208 | |
| 1209 | * if.c (if_init): add config_exit_cmd and config_help_cmd. |
| 1210 | |
| 1211 | 1998-01-24 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1212 | |
| 1213 | * rt_ioctl.c (route_ioctl): EPERM treatment added. |
| 1214 | |
| 1215 | 1998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1216 | |
| 1217 | * rt_socket.c (kernel_read): communication port zebra between |
| 1218 | kernel is now handled by kernel_read. |
| 1219 | |
| 1220 | 1998-01-02 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1221 | |
| 1222 | * main.c (main): zebra [-P port] can specify vty port number. |
| 1223 | |
| 1224 | 1997-12-25 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1225 | |
| 1226 | * zebra.c: change select will be block. |
| 1227 | |
| 1228 | 1997-12-04 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1229 | |
| 1230 | * add static route treatment. |
| 1231 | |
| 1232 | 1997-11-25 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1233 | |
| 1234 | * rt_netlink.c: add netlink support over GNU/Linux system. |
| 1235 | |
| 1236 | 1997-11-23 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1237 | |
| 1238 | * all inet_addr is changed to inet_aton. |
| 1239 | |
| 1240 | * zebra.c (ip_route): add ip route command for static routes. |
| 1241 | |
| 1242 | 1997-11-20 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1243 | |
| 1244 | * if.c (if_flag_dump): Linux port of if_flag_dump and _vty. |
| 1245 | |
| 1246 | 1997-11-19 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1247 | |
| 1248 | * if.c: add interface command. |
| 1249 | |
| 1250 | 1997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1251 | |
| 1252 | * ipforward_proc.c : Now works on Linux. |
| 1253 | |
| 1254 | 1997-10-25 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1255 | |
| 1256 | * command.c : add completion feature. |
| 1257 | |
| 1258 | 1997-10-18 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1259 | |
| 1260 | * vty.c (vty_command): add vty interface. |
| 1261 | |
| 1262 | 1997-10-13 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1263 | |
| 1264 | * zebra.c: add verbose mode. |
| 1265 | |
| 1266 | 1997-10-12 SonMyong Ho <s-ho@Matrix.IRI.Co.Jp> |
| 1267 | |
| 1268 | * Hydrangea for FreeBSD supported |
| 1269 | * in.h: add some prototype. |
| 1270 | |
| 1271 | 1997-10-11 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1272 | |
| 1273 | * rt_socket.c and rtread.c completely rewritten. |
| 1274 | |
| 1275 | 1997-10-05 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1276 | |
| 1277 | * rt_socket.c: rename kernel_sock to routing_socket |
| 1278 | |
| 1279 | 1997-10-04 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1280 | |
| 1281 | * if.c (if_new): interface structure change from linklist to vector. |
| 1282 | |
| 1283 | 1997-10-03 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1284 | |
| 1285 | * vector.c (vector_init): create vector related function |
| 1286 | |
| 1287 | 1997-09-25 Kunihiro Ishiguro <kunihiro@zebra.org> |
| 1288 | |
| 1289 | * Makefile.in: add tags target |
| 1290 | |
| 1291 | * start IPv6 support for INRIA FreeBSD. |
| 1292 | |