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