hasso | de4a643 | 2004-10-11 16:29:29 +0000 | [diff] [blame] | 1 | * Changes in Quagga 0.98.0 |
| 2 | |
| 3 | - OSPF API initialisation is disabled by default even if compiled in. You |
| 4 | can enable it with -a/--apiserver command line switch. |
hasso | 8694b9f | 2004-07-01 18:40:18 +0000 | [diff] [blame] | 5 | |
hasso | 9a3805e | 2004-10-03 20:21:38 +0000 | [diff] [blame] | 6 | - "write-config integrated" vtysh command replaced with "service |
| 7 | integrated-vtysh-config" command. |
| 8 | |
| 9 | - Router id is now handled by zebra daemon and all daemons receive changes |
| 10 | from it. Router id can be overriden in daemons' configurations of course. |
| 11 | To fix common router id in zebra daemon you can either install non-127 |
| 12 | address on loopback or use "router-id x.x.x.x" command. |
| 13 | |
| 14 | - "secondary" keyword is removed from ip address configuration. All |
| 15 | supported OS'es have their own vision what's secondary address and |
| 16 | how to handle it. |
| 17 | |
paul | 3e0b3a5 | 2004-08-23 18:58:32 +0000 | [diff] [blame] | 18 | - Zebra no longer enables forwarding by default. If you rely on zebra to |
| 19 | enable forwarding make sure to add '<ip|ip6> forwarding' statements |
| 20 | to your zebra configuration file. |
| 21 | |
gdt | 79683de | 2004-07-01 18:49:23 +0000 | [diff] [blame] | 22 | - All libraries are built and used shared, on platforms where libtool |
| 23 | supports shared libraries. |
| 24 | |
hasso | 8694b9f | 2004-07-01 18:40:18 +0000 | [diff] [blame] | 25 | - Router advertisement syntax is changed. In usual cases (if you didn't do |
| 26 | any fancy stuff) it's enough to change lines in configuration from: |
| 27 | "ipv6 nd prefix-advertisement X:X:X:X::/X 2592000 604800 autoconfig on-link" |
| 28 | to: |
| 29 | "ipv6 nd prefix X:X:X:X::/X" |
| 30 | |
| 31 | All router advertisement options are documented in texi documentation. |
| 32 | |
| 33 | - --enable-nssa configure switch is removed. NSSA support is stable enough. |
| 34 | |
| 35 | - Daemons don't look at current directory for config file any more. |
| 36 | |
gdt | af27365 | 2003-12-08 18:12:34 +0000 | [diff] [blame] | 37 | * Changes in Quagga 0.96.5 |
| 38 | |
| 39 | - include files are installed in $(prefix)/include/quagga. Programs |
| 40 | building against these includes should -I$(prefix)/include and e.g. |
| 41 | #include <quagga/routemap.h> |
| 42 | |
| 43 | - New option --enable-exampledir puts example files in a separate |
| 44 | directory from $(sysconfdir), easing NetBSD pkgsrc hierarchy rules |
| 45 | compliance. |
| 46 | |
gdt | aa593d5 | 2003-12-22 20:15:53 +0000 | [diff] [blame] | 47 | - New configure options --enable-configfile-mask and |
| 48 | --enable-logfile-mask to set umask values for config and log |
| 49 | values. Masks default to 0600, matching previous behavior. |
| 50 | |
jardin | 9e867fe | 2003-12-23 08:56:18 +0000 | [diff] [blame] | 51 | - Import current CVS isisd from SourceForge, then merge it with |
| 52 | the Quagga's Framework. |
| 53 | |
paul | 291eb0e | 2003-11-02 07:45:39 +0000 | [diff] [blame] | 54 | * Changes in Quagga 0.96.4 |
| 55 | |
| 56 | - Further fixes to ospfd, some relating to the PtP revert. Interface |
| 57 | lookups should be a lot more robust now. |
| 58 | |
| 59 | - Fix for a remote triggerable crash in vty layer. |
| 60 | |
| 61 | - Improvements to ripd, and addition of split horizon support. |
| 62 | |
| 63 | - Improved bgpd table support, now dumps at time of day intervals rather |
| 64 | than time from startup intervals. Much improved support for IPv6 table |
| 65 | dumps. show commands for views improved. |
| 66 | |
paul | 5ae016e | 2003-09-29 19:56:32 +0000 | [diff] [blame] | 67 | * Changes in Quagga 0.96.3 |
| 68 | |
| 69 | - revert the 'generic PtP' patch. Means Quagga will no longer work with |
| 70 | FreeSWAN, however, on the plus side this gets rid of a lot of niggly bugs |
| 71 | which the PtP patch introduced. |
| 72 | |
paul | 9491975 | 2003-09-23 23:48:51 +0000 | [diff] [blame] | 73 | * Changes in Quagga 0.96.2 |
| 74 | |
| 75 | - Fix crash in ospfd |
| 76 | |
| 77 | * Changes in Quagga 0.96.1 |
| 78 | |
| 79 | - Iron out problem with the privileges definitions |
| 80 | |
| 81 | * Changes in Quagga 0.96 |
| 82 | |
| 83 | - Privilege support, daemons now run with the minimal privileges needed, see |
| 84 | the documentation for details. |
| 85 | |
| 86 | - NSSA ABR support in ospfd. |
| 87 | |
| 88 | - OSPF-API support merged in. |
| 89 | |
| 90 | - 6WIND patch merged in. |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 91 | |
| 92 | * Changes in zebra-0.93 |
| 93 | |
| 94 | * Changes in bgpd |
| 95 | |
| 96 | ** Configuration is changed to new format. |
| 97 | |
| 98 | * Changes in ospfd |
| 99 | |
| 100 | ** Crush bugs which reported on Zebra ML is fixed. |
| 101 | |
| 102 | ** Opaque LSA and TE LSA support is added by KDD R&D Laboratories, |
| 103 | Inc. |
| 104 | |
| 105 | * Chages in ospf6d |
| 106 | |
| 107 | ** Many bugs are fixed. |
| 108 | |
| 109 | * Changes in zebra-0.92a |
| 110 | |
| 111 | * Changes in bgpd |
| 112 | |
| 113 | ** Fix "^$" community list bug. |
| 114 | |
| 115 | ** Below command's Address Family specific configurations are added |
| 116 | |
| 117 | nexthop-self |
| 118 | route-reflector-client |
| 119 | route-server-client |
| 120 | soft-reconfiguration inbound |
| 121 | |
| 122 | * Changes in zebra |
| 123 | |
| 124 | ** Treat kernel type routes as EGP routes. |
| 125 | |
| 126 | * Changes in zebra-0.92 |
| 127 | |
| 128 | ** Overall security is improved. Default umask is 0077. |
| 129 | |
| 130 | * Changes in ripd |
| 131 | |
| 132 | ** If output interface is in simple password authentication mode, |
| 133 | substruct one from rtemax. |
| 134 | |
| 135 | * Changes in bgpd |
| 136 | |
| 137 | ** IPv4 multicast and IPv6 unicast configuration is changed to so |
| 138 | called new config. All of AFI and SAFI specific configuration is |
| 139 | moved to "address-family" node. When you have many IPv6 only |
| 140 | configuration, you will see many "no neighbor X:X::X:X activate" line |
| 141 | in your configuration to disable IPv4 unicast NLRI exchange. In that |
| 142 | case please use "no bgp default ipv4-unicast" command to suppress the |
| 143 | output. Until zebra-0.93, old config is still left for compatibility. |
| 144 | |
| 145 | Old config |
| 146 | ========== |
| 147 | router bgp 7675 |
| 148 | bgp router-id 10.0.0.1 |
| 149 | redistribute connected |
| 150 | network 192.168.0.0/24 |
| 151 | neighbor 10.0.0.2 remote-as 7675 |
| 152 | ipv6 bgp network 3ffe:506::/33 |
| 153 | ipv6 bgp network 3ffe:1800:e800::/40 |
| 154 | ipv6 bgp aggregate-address 3ffe:506::/32 |
| 155 | ipv6 bgp redistribute connected |
| 156 | ipv6 bgp neighbor 3ffe:506:1000::2 remote-as 1 |
| 157 | |
| 158 | New config |
| 159 | ========== |
| 160 | router bgp 7675 |
| 161 | bgp router-id 10.0.0.1 |
| 162 | network 192.168.0.0/24 |
| 163 | redistribute connected |
| 164 | neighbor 10.0.0.2 remote-as 7675 |
| 165 | neighbor 3ffe:506:1000::2 remote-as 1 |
| 166 | no neighbor 3ffe:506:1000::2 activate |
| 167 | ! |
| 168 | address-family ipv6 |
| 169 | network 3ffe:506::/33 |
| 170 | network 3ffe:1800:e800::/40 |
| 171 | aggregate-address 3ffe:506::/32 |
| 172 | redistribute connected |
| 173 | neighbor 3ffe:506:1000::2 activate |
| 174 | exit-address-family |
| 175 | |
| 176 | * Changes in ospfd |
| 177 | |
| 178 | ** Internal interface treatment is changed. Now ospfd can handle |
| 179 | multiple IP address for an interface. |
| 180 | |
| 181 | ** Redistribution of loopback interface's address works fine. |
| 182 | |
| 183 | * Changes in zebra-0.91 |
| 184 | |
| 185 | ** --enable-oldrib configure option is removed. |
| 186 | |
| 187 | ** HAVE_IF_PSEUDO part is removed. Same feature is now supported by |
| 188 | default. |
| 189 | |
| 190 | * Changes in ripd |
| 191 | |
| 192 | ** When redistributed route is withdrawn, perform poisoned reverse. |
| 193 | |
| 194 | * Changes in zebra |
| 195 | |
| 196 | ** When interface's address is removed, kernel route pointing out to |
| 197 | the address is removed. |
| 198 | |
| 199 | ** IPv6 RIB is now based upon new RIB code. |
| 200 | |
| 201 | ** zebra can handle same connected route to one interface. |
| 202 | |
| 203 | ** New command for interface address. Currently this commands are |
| 204 | only supported on GNU/Linux with netlink interface. |
| 205 | |
| 206 | "ip address A.B.C.D secondary" |
| 207 | "ip address A.B.C.D label LABEL" |
| 208 | |
| 209 | * Changes in bgpd |
| 210 | |
| 211 | ** BGP flap dampening bugs are fixed. |
| 212 | |
| 213 | ** BGP non-blocking TCP connection bug is fixed. |
| 214 | |
| 215 | ** "show ip bgp summary" shows AS path and community entry number. |
| 216 | |
| 217 | ** New commands have been added. |
| 218 | "show ip bgp cidr-only" |
| 219 | "show ip bgp ipv4 (unicast|multicast) cidr-only" |
| 220 | "show ip bgp A.B.C.D/M longer-prefixes" |
| 221 | "show ip bgp ipv4 (unicast|multicast) A.B.C.D/M longer-prefixes" |
| 222 | "show ipv6 bgp X:X::X:X/M longer-prefixes" |
| 223 | "show ipv6 mbgp X:X::X:X/M longer-prefixes" |
| 224 | |
| 225 | ** IPv6 IBGP nexthop change is monitored. |
| 226 | |
| 227 | ** Unknown transitive attribute is passed with partial flag bit on. |
| 228 | |
| 229 | * Changes in ospfd |
| 230 | |
| 231 | ** Fix bug of LSA MaxAge flood. |
| 232 | |
| 233 | ** Fix bug of NSSA codes. |
| 234 | |
| 235 | * Changes in zebra-0.90 |
| 236 | |
| 237 | ** From this beta release, --enable-unixdomain and --enable-newrib |
| 238 | becomes default. So both options are removed from configure.in. To |
| 239 | revert old behavior please specify below option. |
| 240 | |
| 241 | --enable-tcp-zebra # TCP/IP socket is used for protocol daemon and zebra. |
| 242 | --enable-oldrib # Turn on old RIB implementation. |
| 243 | |
| 244 | Old RIB implementation will be removed in zebra-0.91. |
| 245 | |
| 246 | ** From this beta release --enable-multipath is supported. This |
| 247 | option is only effective on GNU/Linux kernel with |
| 248 | CONFIG_IP_ADVANCED_ROUTER and CONFIG_IP_ROUTE_MULTIPATH is set. |
| 249 | |
| 250 | --enable-multipath=ARG # ARG must be digit. When ARG is 0 unlimit multipath number. |
| 251 | |
| 252 | ** From this release we do not include guile files. |
| 253 | |
| 254 | * Changes in lib |
| 255 | |
| 256 | ** newlist.[ch] is merged with linklist.[ch]. |
| 257 | |
| 258 | ** Now Zebra works on MacOS X public beta. |
| 259 | |
| 260 | ** Access-list can have remark. "access-list WORD remark LINE" define |
| 261 | remark for specified access-list. |
| 262 | |
| 263 | ** Key of key-chain is sorted by it's idetifier value. |
| 264 | |
| 265 | ** prefix-list rule is slightly changed. The rule of "len <= ge-value |
| 266 | <= le-value" is changed to "len < ge-value <= le-value". |
| 267 | |
| 268 | ** According to above prefix-list rule change, add automatic |
| 269 | conversion function of an old rule. ex.) 10.0.0.0/8 ge 8 -> 10.0.0.0/8 |
| 270 | le 32 |
| 271 | |
| 272 | ** SMUX can handle SNMP trap. |
| 273 | |
| 274 | ** In our event library, event thread is executed before any other |
| 275 | thread like timer, read and write event. |
| 276 | |
| 277 | ** Robust method for writing configuration file and recover from |
| 278 | backing up config file. |
| 279 | |
| 280 | ** Display "end" at the end of configuration. |
| 281 | |
| 282 | ** Fix memory leak in vtysh_read(). |
| 283 | |
| 284 | ** Fix memroy leak about access-list and prefix-list name. |
| 285 | |
| 286 | * Changes in zebra |
| 287 | |
| 288 | ** UNIX domain socket server of zebra protocol is added. |
| 289 | |
| 290 | ** Fix PointoPoint interface network bug. The destination network |
| 291 | should be installed into routing table instead of local network. |
| 292 | |
| 293 | ** Metric value is reflected to kernel routing table. |
| 294 | |
| 295 | ** "show ip route" display uptime of RIP,OSPF,BGP routes. |
| 296 | |
| 297 | ** New RIB implementation is added. |
| 298 | |
| 299 | Now we have enhanced RIB (routing information base) implementation in |
| 300 | zebra. New RIB has many new features and fixed some bugs which exist |
| 301 | in old RIB code. |
| 302 | |
| 303 | *** Static route with distance value |
| 304 | |
| 305 | Static route can be specified with administrative distance. The |
| 306 | distance value 255 means it is not installed into the kernel. |
| 307 | Default value of distance for static route is 1. |
| 308 | |
| 309 | ip route A.B.C.D/M A.B.C.D <1-255> |
| 310 | ip route A.B.C.D/M IFNAME <1-255> |
| 311 | |
| 312 | If the least distance value's route's nexthop are unreachable, |
| 313 | select the least distance value route which has reachable nexthop is |
| 314 | selected. |
| 315 | |
| 316 | ip route 0.0.0.0/0 10.0.0.1 |
| 317 | ip route 0.0.0.0/0 11.0.0.1 2 |
| 318 | |
| 319 | In this case, when 10.0.0.1 is unreachable and 11.0.0.1 is |
| 320 | reachable. The route with nexthop 11.0.0.1 will be installed into |
| 321 | forwarding table. |
| 322 | |
| 323 | zebra> show ip route |
| 324 | S>* 0.0.0.0/0 [2/0] via 11.0.0.1 |
| 325 | S 0.0.0.0/0 [1/0] via 10.0.0.1 inactive |
| 326 | |
| 327 | If the nexthop is unreachable "inactive" is displayed. You can |
| 328 | specify any string to IFNAME. There is no need of the interface is |
| 329 | there when you configure the route. |
| 330 | |
| 331 | ip route 1.1.1.1/32 ppp0 |
| 332 | |
| 333 | When ppp0 comes up, the route is installed properly. |
| 334 | |
| 335 | *** Multiple nexthop routes for one prefix |
| 336 | |
| 337 | Multiple nexthop routes can be specified for one prefix. Even the |
| 338 | kernel support only one nexthop for one prefix user can configure |
| 339 | multiple nexthop. |
| 340 | |
| 341 | When you configure routes like below, prefix 10.0.0.1 has three |
| 342 | nexthop. |
| 343 | |
| 344 | ip route 10.0.0.1/32 10.0.0.2 |
| 345 | ip route 10.0.0.1/32 10.0.0.3 |
| 346 | ip route 10.0.0.1/32 eth0 |
| 347 | |
| 348 | If there is no route to 10.0.0.2 and 10.0.0.3. And interface eth0 |
| 349 | is reachable, then the last route is installed into the kernel. |
| 350 | |
| 351 | zebra> show ip route |
| 352 | S> 10.0.0.1/32 [1/0] via 10.0.0.2 inactive |
| 353 | via 10.0.0.3 inactive |
| 354 | * is directly connected, eth0 |
| 355 | |
| 356 | '*' means this nexthop is installed into the kernel. |
| 357 | |
| 358 | *** Multipath (more than one nexthop for one prefix) can be installed into the kernel. |
| 359 | |
| 360 | When the kernel support multipath, zebra can install multipath |
| 361 | routes into the kernel. Before doing that please make it sure that |
| 362 | setting --enable-multipath=ARG to configure script. ARG must be digit |
| 363 | value. When specify 0 to ARG, there is no limitation of the number |
| 364 | of the multipath. Currently only GNU/Linux with netlink interface is |
| 365 | supported. |
| 366 | |
| 367 | ip route 10.0.0.1/32 10.0.0.2 |
| 368 | ip route 10.0.0.1/32 10.0.0.3 |
| 369 | ip route 10.0.0.1/32 eth0 |
| 370 | |
| 371 | zebra> show ip route |
| 372 | S>* 10.0.0.1/32 [1/0] via 10.0.0.2 |
| 373 | * via 10.0.0.3 |
| 374 | is directly connected, eth0 |
| 375 | |
| 376 | *** Kernel message delete installed route. |
| 377 | |
| 378 | After zebra install static or dynamic route into the kernel. |
| 379 | |
| 380 | R>* 0.0.0.0/0 [120/3] via 10.0.0.1 |
| 381 | |
| 382 | If you delete this route outside zebra, old zebra does not reinstall |
| 383 | route again. Now the route is re-processed and properly reinstall the |
| 384 | static or dynamic route into the kernel. |
| 385 | |
| 386 | ** GNU/Linux netlink socket handling is improved to fix race condition |
| 387 | between kernel message and user command responce. |
| 388 | |
| 389 | * Changes in bgpd |
| 390 | |
| 391 | ** Add show neighbor's routes command. |
| 392 | |
| 393 | "show ip bgp neighbors (A.B.C.D|X:X::X:X) routes" |
| 394 | "show ip bgp ipv4 (unicast|multicast) neighbors (A.B.C.D|X:X::X:X) routes" |
| 395 | "show ipv6 bgp neighbors (A.B.C.D|X:X::X:X) routes" |
| 396 | "show ipv6 mbgp neighbors (A.B.C.D|X:X::X:X) routes" |
| 397 | |
| 398 | ** BGP passive peer support problem is fixed. |
| 399 | |
| 400 | ** Redistributed IGP nexthop is passed to BGP nexthop. |
| 401 | |
| 402 | ** On multiaccess media, if the nexthop is reachable nexthop is passed |
| 403 | as it is. |
| 404 | |
| 405 | ** Remove zebra-0.88 compatibility commands. |
| 406 | |
| 407 | "match ip prefix-list WORD" |
| 408 | "match ipv6 prefix-list WORD" |
| 409 | |
| 410 | Instead of above please use below commands. |
| 411 | |
| 412 | "match ip address prefix-list WORD" |
| 413 | "match ipv6 address prefix-list WORD" |
| 414 | |
| 415 | ** Fix bug of holdtimer is not reset when bgp cleared. |
| 416 | |
| 417 | ** "show ip bgp summary" display peer establish/drop count. |
| 418 | |
| 419 | ** Change "match ip next-hop" argument from IP address to access-list |
| 420 | name. |
| 421 | |
| 422 | ** When "bgp enforce-first-as" is enabled, check EBGP peer's update |
| 423 | has it's AS number in the first AS number in AS sequence. |
| 424 | |
| 425 | ** New route-map command "set community-delete COMMUNITY-LIST" is |
| 426 | added. Community matched the CoMMUNITY-LIST is removed from the |
| 427 | community. |
| 428 | |
| 429 | ** BGP-MIB implementation is finished. |
| 430 | |
| 431 | ** When BGP connection comes from unconfigured IP address, close |
| 432 | socket immediately. |
| 433 | |
| 434 | ** Do not compare router ID when the routes comes from EBGP peer. |
| 435 | When originator ID is same, take shorter cluster-list route. If |
| 436 | cluster-list is same take smaller IP address neighbor's route. |
| 437 | |
| 438 | ** Add "bgp bestpath as-path ignore" command. When this option is |
| 439 | set, do not concider AS path length when route selection. |
| 440 | |
| 441 | ** Add "bgp bestpath compare-routerid". When this option is set, |
| 442 | compare router ID when the routes comes from EBGP peer. |
| 443 | |
| 444 | ** Add "bgp deterministic-med" process. |
| 445 | |
| 446 | ** BGP flap dampening feature is added. |
| 447 | |
| 448 | ** When IBGP nexthop is changed, it is reflected to RIB. |
| 449 | |
| 450 | ** Change "neighbor route-refresh" command to "neighbor capability |
| 451 | route-refresh". |
| 452 | |
| 453 | * Changes in ripd |
| 454 | |
| 455 | ** Change "match ip next-hop" argument from IP address to access-list |
| 456 | name. |
| 457 | |
| 458 | ** "no ip rip (send|receive)" command accept version number argument. |
| 459 | |
| 460 | ** Memory leak related classfull network generation is fixed. |
| 461 | |
| 462 | ** When a route is in garbage collection process (invalid with metric |
| 463 | 16) and a router receives the same route with valid metric then route |
| 464 | was not installed into zebra rib, but only into ripd rib. Moreover , |
| 465 | it will never get into zebra rib, because ripd wrongly assumes it's |
| 466 | already there. |
| 467 | |
| 468 | * Change in ospfd |
| 469 | |
| 470 | ** Fix bug of refreshing default route. |
| 471 | |
| 472 | ** --enable-nssa turn on undergoing NSSA feature. |
| 473 | |
| 474 | ** Fix bug of Hello packet's option is not properly set when interface |
| 475 | comes up. |
| 476 | |
| 477 | ** Reduce unconditional logging. |
| 478 | |
| 479 | ** Add nexthop to OSPF path only when it is not there. |
| 480 | |
| 481 | ** When there is no DR on network (suppose you have only one router |
| 482 | with interface priority 0). It's router LSA does not contain the link |
| 483 | information about this network. |
| 484 | |
| 485 | ** When you change a priority of interface from/to 0 |
| 486 | ISM_NeighborChange event should be scheduled in order to elect new |
| 487 | DR/BDR on the network. |
| 488 | |
| 489 | ** When we add some LSA into retransmit list we need to check whether |
| 490 | the present old LSA in retransmit list is not more recent than the new |
| 491 | one. |
| 492 | |
| 493 | ** In states Loading and Full the slave must resend its last Database |
| 494 | Description packet in response to duplicate Database Description |
| 495 | packets received from the master. For this reason the slave must wait |
| 496 | RouterDeadInterval seconds before freeing the last Database |
| 497 | Description packet. Reception of a Database Description packet from |
| 498 | the master after this interval will generate a SeqNumberMismatch |
| 499 | neighbor event. RFC2328 Section 10.8 |
| 500 | |
| 501 | ** Virtual link can not configured in stub area. |
| 502 | |
| 503 | ** Clear a ls_upd_queue queue of the interface when interface goes |
| 504 | down. |
| 505 | |
| 506 | ** "no router ospf" unregister redistribution requests from zebra. |
| 507 | |
| 508 | ** New command for virtual-link configuration is added. |
| 509 | |
| 510 | "area A.B.C.D virtual-link A.B.C.D" |
| 511 | "area A.B.C.D virtual-link A.B.C.D hello-interval <1-65535> retransmit-interval <3-65535> transmit-delay <1-65535> dead-interval <1-65535>" |
| 512 | "area A.B.C.D virtual-link A.B.C.D hello-interval <1-65535> retransmit-interval <3-65535> transmit-delay <1-65535> dead-interval <1-65535> authentication-key AUTH_KEY" |
| 513 | "area A.B.C.D virtual-link A.B.C.D authentication-key AUTH_KEY" |
| 514 | "area A.B.C.D virtual-link A.B.C.D hello-interval <1-65535> retransmit-interval <3-65535> transmit-delay <1-65535> dead-interval <1-65535> message-digest-key <1-255> md5 KEY" |
| 515 | "area A.B.C.D virtual-link A.B.C.D message-digest-key <1-255> md5 KEY" |
| 516 | |
| 517 | ** Clear cryptographic sequence number when neighbor status is changed |
| 518 | to NSM down. |
| 519 | |
| 520 | ** Make Summary LSA's origination and refreshment as same as other |
| 521 | type of LSA. |
| 522 | |
| 523 | ** New OSPF pakcet read method. Now maximum packet length may be 65535 |
| 524 | bytes (maximum IP packet length). |
| 525 | |
| 526 | ** Checking the age of the found LSA and if the LSA is MAXAGE we |
| 527 | should call refresh instead of originate. |
| 528 | |
| 529 | ** Install multipath information to zebra. |
| 530 | |
| 531 | ** Fix socket descriptor leak when system call failed. |
| 532 | |
| 533 | * Changes in ospf6d |
| 534 | |
| 535 | ** Whole functionality has been rewritten as new code. new command |
| 536 | "show ipv6 ospf6 spf node", "show ipv6 ospf6 spf tree", "show ipv6 |
| 537 | ospf6 spf table" has been added. |
| 538 | |
| 539 | ** Change to do not send garbage route whose nexthop is not linklocal |
| 540 | address. |
| 541 | |
| 542 | ** "redistribute ospf6" was generated in "router ospf6" in config |
| 543 | file. It is fixed. |
| 544 | |
| 545 | ** LSDB sync bug is fixed. |
| 546 | |
| 547 | ** Fix bug of using unavailable route. |
| 548 | |
| 549 | * Changes in vtysh |
| 550 | |
| 551 | ** route-map and access-list configuration is merged into one |
| 552 | configuration. |
| 553 | |
| 554 | ** /usr/local/etc/Zebra.conf is integrated configuration file. "write |
| 555 | memory" in vtysh will write whole configuration to this file. |
| 556 | |
| 557 | ** When -b option is specified to vtysh, vtysh read |
| 558 | /usr/local/etc/Zebra.conf file then pass the confuguration to proper |
| 559 | protocol daemon. So make all protocol daemon's configuration file |
| 560 | empty then invoke all daemon. After that vtysh -b will setup saved |
| 561 | configuration. |
| 562 | |
| 563 | zebrastart.sh |
| 564 | ============= |
| 565 | /usr/local/sbin/zebra -d |
| 566 | /usr/local/sbin/ripd -d |
| 567 | /usr/local/sbin/ospfd -d |
| 568 | /usr/local/sbin/bgpd -d |
| 569 | /usr/local/bin/vtysh -b |
| 570 | |
| 571 | * Changes in zebra-0.89 |
| 572 | |
| 573 | * Changes in lib |
| 574 | |
| 575 | ** distribute-list can set all interface's access-list and prefix-list |
| 576 | configuration. |
| 577 | |
| 578 | * Changes in ripd |
| 579 | |
| 580 | ** "show ip protocols" display proper distribute-list settings and |
| 581 | distance settings. |
| 582 | |
| 583 | ** When metric infinity route received withdraw the route from kernel |
| 584 | immediately it used to be wait garbage collection. |
| 585 | |
| 586 | ** key-chain can be used for simple password authentication. |
| 587 | |
| 588 | ** RIPv2 MIB getnext interface bug is fixed. |
| 589 | |
| 590 | * Changes in vtysh |
| 591 | |
| 592 | ** --with-libpam enable PAM authentication for vtysh. |
| 593 | |
| 594 | ** Now vtysh read vtysh.conf. This file should be |
| 595 | ${SYSCONFDIR}/etc/vtysh.conf for security reason. Usually it is |
| 596 | /usr/local/etc/vtysh.conf. |
| 597 | |
| 598 | ** "username WORD nopassword" command is added to vtysh. |
| 599 | |
| 600 | * Chagees in ospfd |
| 601 | |
| 602 | ** NBMA interface support is added. |
| 603 | |
| 604 | ** OSPF area is sorted by area ID. |
| 605 | |
| 606 | ** New implementation of OSPF refreesh. |
| 607 | |
| 608 | ** OSPF-MIB read function is partly added. |
| 609 | |
| 610 | * Changes in bgpd |
| 611 | |
| 612 | ** When the peering is done by ebgp-multihop, nexthop is looked up |
| 613 | like IBGP routes. |
| 614 | |
| 615 | ** "show ip mbgp" commands are changed to "show ip bgp ipv4 |
| 616 | multicast". |
| 617 | |
| 618 | ** New terminal commands are added. |
| 619 | "show ip bgp ipv4 (unicast|multicast) filter-list WORD" |
| 620 | "show ip bgp ipv4 (unicast|multicast) community" |
| 621 | "show ip bgp ipv4 (unicast|multicast) community-list WORD" |
| 622 | "show ip bgp ipv4 (unicast|multicast) community-list WORD exact-match" |
| 623 | |
| 624 | ** MBGP soft-reconfiguration command is added. |
| 625 | "clear ip bgp x.x.x.x ipv4 (unicast|multicast) in" |
| 626 | "clear ip bgp x.x.x.x ipv4 (unicast|multicast) out" |
| 627 | "clear ip bgp x.x.x.x ipv4 (unicast|multicast) soft" |
| 628 | "clear ip bgp <1-65535> ipv4 (unicast|multicast) in" |
| 629 | "clear ip bgp <1-65535> ipv4 (unicast|multicast) out" |
| 630 | "clear ip bgp <1-65535> ipv4 (unicast|multicast) soft" |
| 631 | "clear ip bgp * ipv4 (unicast|multicast) in" |
| 632 | "clear ip bgp * ipv4 (unicast|multicast) out" |
| 633 | "clear ip bgp * ipv4 (unicast|multicast) soft" |
| 634 | |
| 635 | ** MED related commands are added. |
| 636 | "bgp deterministic-med" |
| 637 | "bgp bestpath med confed" |
| 638 | "bgp bestpath med missing-as-worst" |
| 639 | |
| 640 | ** "bgp default local-preference" command is added. |
| 641 | |
| 642 | ** BGP confederation peer's routes are passed to zebra like IBGP route. |
| 643 | |
| 644 | ** Community match command is added. |
| 645 | "show ip bgp community <val>" |
| 646 | "show ip bgp community <val> exact-match" |
| 647 | |
| 648 | ** EBGP multihop route treatment bug is fixed. Now nexthop is |
| 649 | resolved by IGP routes. |
| 650 | |
| 651 | ** Some commands are added to show routes by filter-list and community |
| 652 | value. |
| 653 | "show ip bgp ipv4 (unicast|multicast) filter-list WORD" |
| 654 | "show ip bgp ipv4 (unicast|multicast) community" |
| 655 | "show ip bgp ipv4 (unicast|multicast) community-list WORD" |
| 656 | "show ip bgp ipv4 (unicast|multicast) community-list WORD exact-match" |
| 657 | |
| 658 | * Changes in zebra |
| 659 | |
| 660 | ** zebra read interface's address information using getifaddrs() when |
| 661 | it is available. |
| 662 | |
| 663 | ** Reflect IPv6 interface's address change to protocol daemons. |
| 664 | |
| 665 | * Changes in zebra-0.88 |
| 666 | |
| 667 | * Changes in lib |
| 668 | |
| 669 | ** "exact-match" option is added to "access-list" and "ipv6 |
| 670 | access-list" command. If this option is specified, the prefix and |
| 671 | prefix length is compared as exact match mode. |
| 672 | |
| 673 | * Changes in zebra |
| 674 | |
| 675 | ** New Zebra message ZEBRA_REDISTRIBUTE_DEFAULT_ADD and |
| 676 | ZEBRA_REDISTRIBUTE_DEFAULT_DELTE are added. |
| 677 | |
| 678 | ** Default administrative distance value is changed. |
| 679 | |
| 680 | Old New |
| 681 | ------------------------------------------ |
| 682 | system 10 0 |
| 683 | kernel 20 0 |
| 684 | connected 30 0 |
| 685 | static 40 1 |
| 686 | rip 50 120 |
| 687 | ripng 50 120 |
| 688 | ospf 60 110 |
| 689 | ospf6 49 110 |
| 690 | bgp 70 200(iBGP) 20(eBGP) |
| 691 | ------------------------------------------ |
| 692 | |
| 693 | ** Distance value can be passed from protocol daemon to zebra. |
| 694 | |
| 695 | ** "show ip route" shows [metric/distance] value pair. |
| 696 | |
| 697 | ** Zebra Protocol is changed to support multi-path route and distance |
| 698 | value. |
| 699 | |
| 700 | * Changes in ospfd |
| 701 | |
| 702 | ** "default-information originate [always]" command is added. |
| 703 | |
| 704 | ** "default-metric <0-16777214>" command is added. |
| 705 | |
| 706 | ** "show ip ospf database" command is integrated. LS-ID and AdvRouter can |
| 707 | be specifed. The commands are |
| 708 | |
| 709 | show ip ospf database TYPE LS-ID |
| 710 | show ip ospf database TYPE LS-ID ADV-ROUTER |
| 711 | show ip ospf database TYPE LS-ID self-originate |
| 712 | show ip ospf database TYPE self-originate |
| 713 | |
| 714 | ** route-map support for `redistribute' command are added. |
| 715 | Supported `match' statements are |
| 716 | |
| 717 | match interface |
| 718 | match ip address |
| 719 | match next-hop |
| 720 | |
| 721 | Supported `set' statements are |
| 722 | |
| 723 | set metric |
| 724 | set metric-type |
| 725 | |
| 726 | ** Pass OSPF metric value to zebra daemon. |
| 727 | |
| 728 | * Changes in ripd |
| 729 | |
| 730 | ** When specified route-map does not exist, it means all deny. |
| 731 | |
| 732 | ** "default-metric <1-16>" command is added. |
| 733 | |
| 734 | ** "offset-list ACCESS-LIST-NAME <0-16>" and "offset-list |
| 735 | ACCESS-LIST-NAME <0-16> IFNAME" commands are added. |
| 736 | |
| 737 | ** "redistribute ROUTE-TYPE metric <0-16>" command is added. |
| 738 | |
| 739 | ** "default-information originate" command is added. |
| 740 | |
| 741 | ** "ip split-horizon" and "no ip split-horizon" is added to interface |
| 742 | configuration. |
| 743 | |
| 744 | ** "no router rip" command is added. |
| 745 | |
| 746 | ** "ip rip authentication mode (md5|text)" is added to interface |
| 747 | configuration. |
| 748 | |
| 749 | ** "ip rip authentication key-chain KEY-CHAIN" is added to interface |
| 750 | configuration. |
| 751 | |
| 752 | ** Pass RIP metric value to zebra daemon. |
| 753 | |
| 754 | ** Distance manipulation functions are added. |
| 755 | |
| 756 | * Changes in bgpd |
| 757 | |
| 758 | ** Fix bug of next hop treatment for MPLS-VPN route exchange. |
| 759 | |
| 760 | ** BGP peer MIB is updated. |
| 761 | |
| 762 | ** Aggregated route has origin IGP, atomic-aggregate and proper |
| 763 | aggregator attribute. |
| 764 | |
| 765 | ** Suppressed route now installed into BGP table. It is only |
| 766 | suppressed from announcement. |
| 767 | |
| 768 | ** BGP router-id is properly set after "no router bgp ASN" and "router |
| 769 | bgp ASN". |
| 770 | |
| 771 | ** Add check for nexthop is accessible or not for IBGP routes. |
| 772 | |
| 773 | ** Add cehck for nexthop is on connected or not for EBGP routes. |
| 774 | |
| 775 | ** "dump bgp route" command is changed to "dump bgp route-mrt" for |
| 776 | generating MRT compatible dump output. |
| 777 | |
| 778 | ** Soft reconfiguration inbound and outbound is supported. |
| 779 | |
| 780 | ** Route refresh feature is supported. |
| 781 | |
| 782 | * Changes in vtysh |
| 783 | |
| 784 | ** VTY shell is now included into the distribution. |
| 785 | |
| 786 | * Changes in zebra-0.87 |
| 787 | |
| 788 | * Changes in lib |
| 789 | |
| 790 | ** "show startup-config" command is added. |
| 791 | |
| 792 | ** "show history" command is added. |
| 793 | |
| 794 | ** Memory statistics command is changed. New command |
| 795 | |
| 796 | show memory all |
| 797 | show memory lib |
| 798 | show memory rip |
| 799 | show memory ospf |
| 800 | show memory bgp |
| 801 | |
| 802 | are added. |
| 803 | |
| 804 | ** Filters can be removed only specify it's name. New command |
| 805 | |
| 806 | no access-list NAME |
| 807 | no ip community-list NAME |
| 808 | no ip as-path access-list NAME |
| 809 | no route-map NAME |
| 810 | |
| 811 | are added. |
| 812 | |
| 813 | ** At any node, user can view/save user configuration. |
| 814 | |
| 815 | write terminal |
| 816 | write file |
| 817 | wirte memory |
| 818 | |
| 819 | are added to every node in default. |
| 820 | |
| 821 | ** LCD completion is added. For example both "ip" and "ipv6" command |
| 822 | are exist, "i" then press TAB will be expanded to "ip". |
| 823 | |
| 824 | * Changes in bgpd |
| 825 | |
| 826 | ** "show ip bgp" family shows total number of prefixes. |
| 827 | |
| 828 | ** "no bgp default ipv4-unicast" command is added. |
| 829 | |
| 830 | ** Extended Communities support is added. |
| 831 | |
| 832 | ** "no neighbor PEER send-community extended" command is added. |
| 833 | |
| 834 | ** MPLS-VPN PE-RR support is added. |
| 835 | |
| 836 | New address family vpnv4 unicast is introduced. |
| 837 | |
| 838 | ! |
| 839 | address-family vpnv4 unicast |
| 840 | neighobr PEER activate |
| 841 | network A.B.C.D rd RD tag TAG |
| 842 | exit-address-family |
| 843 | ! |
| 844 | |
| 845 | To make it route-reflector, please configure it under normal router |
| 846 | bgp ASN. |
| 847 | |
| 848 | ! |
| 849 | router bgp 7675 |
| 850 | no bgp default ipv4-unicast |
| 851 | bgp router-id 10.0.0.100 |
| 852 | bgp cluster-id 10.0.0.100 |
| 853 | neighbor 10.0.0.1 remote-as 65535 |
| 854 | neighbor 10.0.0.1 route-reflector-client |
| 855 | neighbor 10.0.0.2 remote-as 65535 |
| 856 | neighbor 10.0.0.2 route-reflector-client |
| 857 | neighbor 10.0.0.3 remote-as 65535 |
| 858 | neighbor 10.0.0.3 route-reflector-client |
| 859 | ! |
| 860 | address-family vpnv4 unicast |
| 861 | neighbor 10.0.0.1 activate |
| 862 | neighbor 10.0.0.2 activate |
| 863 | neighbor 10.0.0.3 activate |
| 864 | exit-address-family |
| 865 | ! |
| 866 | |
| 867 | * Changes in ospfd |
| 868 | |
| 869 | ** Many many bugs are fixed. |
| 870 | |
| 871 | * Changes in ripd |
| 872 | |
| 873 | ** Better interface up/down event handle. |
| 874 | |
| 875 | * Changes in zebra |
| 876 | |
| 877 | ** Better interface up/down event handle. |
| 878 | |
| 879 | * Changes in zebra-0.86 |
| 880 | |
| 881 | * Changes in lib |
| 882 | |
| 883 | ** Fix bug of exec-timeout command which may cause crush. |
| 884 | |
| 885 | ** Multiple same policy for "access-list", "ip prefix-list, "as-path |
| 886 | access-list", "ip community-list" is not duplicated. |
| 887 | |
| 888 | ** It used to be "ip prefix-list A.B.C.D/M" match routes which mask >= |
| 889 | M. Now default behavior is exact match so it only match routes which |
| 890 | mask == M. |
| 891 | |
| 892 | * Changes in bgpd |
| 893 | |
| 894 | ** "match ip address prefix-list" is added to route-map. |
| 895 | |
| 896 | ** A route without local preference is evaluated as 100 local preference. |
| 897 | |
| 898 | ** Select smaller router-id route when other values are same. |
| 899 | |
| 900 | ** Compare MED only both routes comes from same neighboring AS. |
| 901 | |
| 902 | ** "bgp always-compare-med" command is added. |
| 903 | |
| 904 | ** Now MED value is passed to IBGP peer. |
| 905 | |
| 906 | ** When neighbor's filter is configured with non-existent access-list, |
| 907 | as-path access-list, ip prefix-list, route-map. The behavior is |
| 908 | changed from all permit to all deny. |
| 909 | |
| 910 | * Changes in ospfd |
| 911 | |
| 912 | ** Fix bug of external route tag byte order. |
| 913 | |
| 914 | ** OSPF Neighbor deletion bug which cause crush is fixed. |
| 915 | |
| 916 | ** Some route calculation bug are fixed. |
| 917 | |
| 918 | ** Add sanity check with router routing table. |
| 919 | |
| 920 | ** Fix bug of memory leak about linklist. |
| 921 | |
| 922 | ** Fix bug of 1-WayReceived in NSM. |
| 923 | |
| 924 | ** Take care of BIGENDIAN architecture. |
| 925 | |
| 926 | ** Fix bug of NSM state flapping between ExStart and Exchange. |
| 927 | |
| 928 | ** Fix bug of Network-LSA originated in stub network. |
| 929 | |
| 930 | ** Fix bug of MS flag unset. |
| 931 | |
| 932 | ** Add to schedule router_lsa origination when the interface cost |
| 933 | changes. |
| 934 | |
| 935 | ** Increment LS age by configured interface transmit_delay. |
| 936 | |
| 937 | ** distribute-list is reimplemented. |
| 938 | |
| 939 | ** Fix bug of refresh never occurs. |
| 940 | |
| 941 | ** Fix bug of summary-LSAs reorigination. Correctly copy |
| 942 | OSPF_LSA_APPROVED flag to new LSA. when summary-LSA is reoriginatd. |
| 943 | |
| 944 | ** Fix bug of re-origination when a neighbor disappears. |
| 945 | |
| 946 | ** Fix bug of segmentation fault with DD retransmission. |
| 947 | |
| 948 | ** Fix network-LSA re-origination problem. |
| 949 | |
| 950 | ** Fix problem of remaining withdrawn routes on zebra. |
| 951 | |
| 952 | * Changes in ripd |
| 953 | |
| 954 | ** Do not leave from multicast group when interface goes down bug is |
| 955 | fixed. |
| 956 | |
| 957 | * Changes in zebra |
| 958 | |
| 959 | ** Remove client structure when client dies. |
| 960 | |
| 961 | ** Take care static route when interface goes up/down. |
| 962 | |
| 963 | * Changes in zebra-0.85 |
| 964 | |
| 965 | * Changes in bgpd |
| 966 | |
| 967 | ** "transparent-nexthop" and "transparenet-as" commands are added. |
| 968 | |
| 969 | ** Route reflector's originator-id bug is fixed. |
| 970 | |
| 971 | * Changes in ospfd |
| 972 | |
| 973 | ** Fix bug of OSPF LSA memory leak. |
| 974 | |
| 975 | ** Fix bug of OSPF external route memory leak. |
| 976 | |
| 977 | ** AS-external-LSA origination bug was fixed. |
| 978 | |
| 979 | ** LS request treatment is completely rewritten. Now performance is |
| 980 | drastically improved. |
| 981 | |
| 982 | * Changes in ripd |
| 983 | |
| 984 | ** RIPv1 update is done by class-full manner. |
| 985 | |
| 986 | * Changes in zebra-0.84b |
| 987 | |
| 988 | * Changes in lib |
| 989 | |
| 990 | ** Fix bug of inet_pton return value handling |
| 991 | |
| 992 | * Changes in bgpd |
| 993 | |
| 994 | ** Fix bug of BGP-4+ link-local address nexthop check for IBGP peer. |
| 995 | |
| 996 | ** Don't allocate whole buffer for displaying "show ip bgp". Now it |
| 997 | consume only one screen size memory. |
| 998 | |
| 999 | * Changes in ripd |
| 1000 | |
| 1001 | ** Fix debug output string. |
| 1002 | |
| 1003 | ** Add RIP peer handling. RIP peer are shown by "show ip protocols". |
| 1004 | |
| 1005 | * Changes in zebra-0.84a |
| 1006 | |
| 1007 | * Changes in bgpd |
| 1008 | |
| 1009 | ** Fix serious bug of BGP-4+ peering under IPv6 link-local address. |
| 1010 | Due to the bug BGP-4+ peering may not be established. |
| 1011 | |
| 1012 | * Changes in zebra-0.84 |
| 1013 | |
| 1014 | * Changes in lib |
| 1015 | |
| 1016 | ** IPv6 address and prefix parser is added to VTY by Toshiaki Takada |
| 1017 | <takada@zebra.org>. DEFUN string is "X:X::X:X" for IPv6 address, |
| 1018 | "X:X::X:X/M" for IPv6 prefix. You can use it like this. |
| 1019 | |
| 1020 | DEFUN (func, cmd, "neighbor (A.B.C.D|X:X::X:X) remote-as <1-65535>") |
| 1021 | |
| 1022 | ** VTY configuration is locked during configuration. This is for |
| 1023 | avoiding unconditional crush from two terminals modify the |
| 1024 | configuration at the same time. "who" command shows which termnal |
| 1025 | lock the configuration. VTY which has '*' character at the head of |
| 1026 | line is locking the configuration. |
| 1027 | |
| 1028 | ** Old logging functions are removed. Functions like |
| 1029 | log_open,log_close,openlog are deleted. Instead of that please use |
| 1030 | zlog_* functions. zvlog_* used in ospf6d are deleted also. |
| 1031 | |
| 1032 | ** "terminal monitor" command is added. "no terminal monitor" is for |
| 1033 | disabling. This command simply display logging information to the |
| 1034 | VTY. |
| 1035 | |
| 1036 | ** dropline.[ch] files are deleted. |
| 1037 | |
| 1038 | * Changes in bgpd |
| 1039 | |
| 1040 | ** BGP neighbor configuration are sorted by it's IP address. |
| 1041 | |
| 1042 | ** BGP peer configuration and actual peer is separated. This is |
| 1043 | preparation for Route Server support. |
| 1044 | |
| 1045 | ** "no neighbor PEER" command is added. You can delete neighbor |
| 1046 | without specifying AS number. |
| 1047 | |
| 1048 | ** "no neighbor ebgp-multihop" command is added. |
| 1049 | |
| 1050 | ** "no neighbor port PORT" command is added. |
| 1051 | |
| 1052 | ** To conform RFC1771, "neighbor PEER send-community" is default |
| 1053 | behavior. If you want to disable sending community attribute, |
| 1054 | please specify "no neighbor PEER send-community" to the peer. |
| 1055 | |
| 1056 | ** "neighbor maximum-prefix NUMBER" command is added. |
| 1057 | |
| 1058 | ** Multi-protocol extention NLRI is proceeded only when the peer is |
| 1059 | configured proper Address Family and Subsequent Address Family. If |
| 1060 | not, those NLRI are simply ignored. |
| 1061 | |
| 1062 | ** Aggregate-address support is improved. Currently below commands |
| 1063 | works. |
| 1064 | |
| 1065 | "aggregate-address" |
| 1066 | "aggregate-address summary-only" |
| 1067 | "no aggregate-address" |
| 1068 | "no aggregate-address summary-only" |
| 1069 | |
| 1070 | "ipv6 bgp aggregate-address" |
| 1071 | "ipv6 bgp aggregate-address summary-only" |
| 1072 | "no ipv6 bgp aggregate-address" |
| 1073 | "no ipv6 bgp aggregate-address summary-only" |
| 1074 | |
| 1075 | ** redistribute route-map bug is fixed. |
| 1076 | |
| 1077 | ** MBGP support becomes default. "configure" option --enable-mbgp is |
| 1078 | removed. |
| 1079 | |
| 1080 | ** New command "neighbor PEER timers connect <1-65535>" is added. |
| 1081 | |
| 1082 | ** New command "neighbor PEER override-capability" is added. |
| 1083 | |
| 1084 | ** New command "show ip bgp neighbor A.B.C.D advertised-route" is added. |
| 1085 | |
| 1086 | ** New command "show ip bgp neighbor A.B.C.D routes" is added. To use |
| 1087 | this command, you have to configure neighbor with |
| 1088 | "neighbor A.B.C.D soft-reconfiguration inbound" beforehand. |
| 1089 | |
| 1090 | |
| 1091 | * Changes in zebra-0.83 |
| 1092 | |
| 1093 | * bgpd |
| 1094 | |
| 1095 | ** Serious bug fix about fetching global and link-local address at the |
| 1096 | same time. Due to this bug, corrupted IPv6 prefix is generated. If |
| 1097 | you uses bgpd for BGP-4+ please update to this version. The bug is |
| 1098 | introduced in zebra-0.82. |
| 1099 | |
| 1100 | ** When bgpd send Notify message, don't use thread manager. It is now |
| 1101 | send to neighbor immediately. |
| 1102 | |
| 1103 | * Changes in zebra-0.82 |
| 1104 | |
| 1105 | ** Solaris 2.6 support is added by Michael Handler |
| 1106 | <handler@sub-rosa.com>. |
| 1107 | |
| 1108 | ** MBGP support is added by Robert Olsson <Robert.Olsson@data.slu.se>. |
| 1109 | Please specify --enable-mbgp to configure script. This option will be |
| 1110 | removed in the future and MBGP support will be default. |
| 1111 | |
| 1112 | * Changes in zebra |
| 1113 | |
| 1114 | ** When interface goes down, withdraw connected routes from routing |
| 1115 | table. When interface goes up, restore the routes to the routing |
| 1116 | table. |
| 1117 | |
| 1118 | ** `show interface' show interface's statistics on Linux and BSD with |
| 1119 | routing socket. |
| 1120 | |
| 1121 | ** Now zebra can get MTU value on BSDI/OS. |
| 1122 | |
| 1123 | * Changes in bgpd |
| 1124 | |
| 1125 | ** Add capability option support based upon |
| 1126 | draft-ietf-idr-bgp4-cap-neg-04.txt. |
| 1127 | |
| 1128 | ** Add `show ipv6 bgp prefix-list' command. |
| 1129 | |
| 1130 | ** Check self AS appeared in received routes. |
| 1131 | |
| 1132 | ** redistribute route-map support is added. |
| 1133 | |
| 1134 | ** BGP packet dump feature compatible with MRT. |
| 1135 | |
| 1136 | * Changes in ripd |
| 1137 | |
| 1138 | ** Fix bug of `timers basic' command's argument format. |
| 1139 | |
| 1140 | * Changes in ripngd |
| 1141 | |
| 1142 | ** Calculate max RTE using interface's MTU value. |
| 1143 | |
| 1144 | * Changes in ospfd |
| 1145 | |
| 1146 | ** Some correction to LSU processing. |
| 1147 | |
| 1148 | ** Add check for lsa->refresh_list. |
| 1149 | |
| 1150 | * Changes in ospf6d |
| 1151 | |
| 1152 | ** Many debug feature is added. |
| 1153 | |
| 1154 | * Changes in zebra-0.81 |
| 1155 | |
| 1156 | ** SNMP support is disabled in default.--enable-snmp option is added |
| 1157 | to configure script. |
| 1158 | |
| 1159 | * Changes in bgpd |
| 1160 | |
| 1161 | ** Fix FSM bug which introduced in zebra-0.80. |
| 1162 | |
| 1163 | * Changes in zebra-0.80 |
| 1164 | |
| 1165 | * access-list |
| 1166 | |
| 1167 | New access-list name space `ipv6 access-list' is added. At the same |
| 1168 | time, `access-list' statemant only accepts IPv4 prefix. Please be |
| 1169 | careful if you use IPv6 filtering. You will need to change your |
| 1170 | configuration. For IPv6 filtering please use `ipv6 access-list'. |
| 1171 | |
| 1172 | As of zebra-0.7x, user can use `access-list' for both IPv4 and IPv6 |
| 1173 | filtering. |
| 1174 | |
| 1175 | ! zebra-0.7x |
| 1176 | access-list DML-net permit 203.181.89.0/24 |
| 1177 | access-list DML-net permit 3ffe:506::0/32 |
| 1178 | access-list DML-net deny any |
| 1179 | ! |
| 1180 | |
| 1181 | Above configuration is not valid for zebra-08x. Please add `ipv6' |
| 1182 | before 'access-list' when you configure IPv6 filtering. |
| 1183 | |
| 1184 | ! zebra-0.8x |
| 1185 | access-list DML-net permit 203.181.89.0/24 |
| 1186 | access-list DML-net deny any |
| 1187 | ! |
| 1188 | ipv6 access-list DML-net permit 3ffe:506::0/32 |
| 1189 | ipv6 access-list DML-net deny any |
| 1190 | ! |
| 1191 | |
| 1192 | * prefix-list |
| 1193 | |
| 1194 | And also new prefix-list name space `ipv6 prefix-list' is added. It |
| 1195 | is the same as the change of `access-list'. `ip prefix-list' now only |
| 1196 | accept IPv4 prefix. It was source of confusion that `ip prefix-list' |
| 1197 | can be used both IPv4 and IPv6 filtering. Now name space is separated |
| 1198 | to clear the meaning of the filter. |
| 1199 | |
| 1200 | If you use `ip prefix-list' for IPv6 filtering, please change the |
| 1201 | stetement. |
| 1202 | |
| 1203 | ! zebra-0.7x |
| 1204 | ip prefix-list 6bone-filter seq 5 permit 3ffe::/17 le 24 ge 24 |
| 1205 | ip prefix-list 6bone-filter seq 10 permit 3ffe:8000::/17 le 28 ge 28 |
| 1206 | ip prefix-list 6bone-filter seq 12 deny 3ffe::/16 |
| 1207 | ip prefix-list 6bone-filter seq 15 permit 2000::/3 le 16 ge 16 |
| 1208 | ip prefix-list 6bone-filter seq 20 permit 2001::/16 le 35 ge 35 |
| 1209 | ip prefix-list 6bone-filter seq 30 deny any |
| 1210 | ! |
| 1211 | |
| 1212 | Now user can explicitly configure it as IPv6 prefix-list. |
| 1213 | |
| 1214 | ! zebra-0.8x |
| 1215 | ipv6 prefix-list 6bone-filter seq 5 permit 3ffe::/17 le 24 ge 24 |
| 1216 | ipv6 prefix-list 6bone-filter seq 10 permit 3ffe:8000::/17 le 28 ge 28 |
| 1217 | ipv6 prefix-list 6bone-filter seq 12 deny 3ffe::/16 |
| 1218 | ipv6 prefix-list 6bone-filter seq 15 permit 2000::/3 le 16 ge 16 |
| 1219 | ipv6 prefix-list 6bone-filter seq 20 permit 2001::/16 le 35 ge 35 |
| 1220 | ipv6 prefix-list 6bone-filter seq 30 deny any |
| 1221 | ! |
| 1222 | |
| 1223 | * RIP configuration |
| 1224 | |
| 1225 | If you want to filter only default route (0.0.0.0/0) and permit other |
| 1226 | routes, it was hard to do that. Now `ip prefix-list' can be used for |
| 1227 | RIP route filtering. |
| 1228 | |
| 1229 | New statement: |
| 1230 | |
| 1231 | `distribute-list prefix PLIST_NAME (in|out) IFNAME' |
| 1232 | |
| 1233 | is added to ripd. So you can configure on eth0 interface accept all |
| 1234 | routes other than default routes. |
| 1235 | |
| 1236 | ! |
| 1237 | router rip |
| 1238 | distribute-list prefix filter-default in eth0 |
| 1239 | ! |
| 1240 | ip prefix-list filter-default deny 0.0.0.0/0 le 0 |
| 1241 | ip prefix-list filter-default permit any |
| 1242 | ! |
| 1243 | |
| 1244 | * RIPng configuration |
| 1245 | |
| 1246 | Same change is done for ripngd. You can use `ipv6 prefix-list' for |
| 1247 | filtering. |
| 1248 | |
| 1249 | ! |
| 1250 | router ripng |
| 1251 | distribute-list prefix filter-default in eth0 |
| 1252 | ! |
| 1253 | ipv6 prefix-list filter-default deny ::/0 le 0 |
| 1254 | ipv6 prefix-list filter-default permit any |
| 1255 | ! |
| 1256 | |
| 1257 | * BGP configuration |
| 1258 | |
| 1259 | So far, Multiprotocol Extensions for BGP-4 (RFC2283) configuration is |
| 1260 | done with traditional IPv4 peering statement like blow. |
| 1261 | |
| 1262 | ! |
| 1263 | router bgp 7675 |
| 1264 | neighbor 3ffe:506::1 remote-as 2500 |
| 1265 | neighbor 3ffe:506::1 prefix-list 6bone-filter out |
| 1266 | ! |
| 1267 | |
| 1268 | For separating configuration IPv4 and IPv6, and for retaining Cisco |
| 1269 | configuration compatibility, now IPv6 configuration is done by IPv6 |
| 1270 | specific statement. IPv6 BGP configuration is done by statement which |
| 1271 | start from `ipv6 bgp'. |
| 1272 | |
| 1273 | ! |
| 1274 | router bgp 7675 |
| 1275 | ! |
| 1276 | ipv6 bgp neighbor 3ffe:506::1 remote-as 2500 |
| 1277 | ipv6 bgp neighbor 3ffe:506::1 prefix-list 6bone-filter out |
| 1278 | ! |
| 1279 | |
| 1280 | At the same time some IPv6 specific commands are deleted from IPv4 |
| 1281 | configuration. |
| 1282 | |
| 1283 | o redistribute ripng |
| 1284 | o redistribute ospf6 |
| 1285 | o neighbor PEER version BGP_VERSION |
| 1286 | o neighbor PEER interface IFNAME |
| 1287 | |
| 1288 | Those commands are only accepted as like below. |
| 1289 | |
| 1290 | o ipv6 bgp redistribute ripng |
| 1291 | o ipv6 bgp redistribute ospf6 |
| 1292 | o ipv6 bgp neighbor PEER version BGP_VERSION |
| 1293 | o ipv6 bgp neighbor PEER interface IFNAME |
| 1294 | |
| 1295 | And below new commands are added. |
| 1296 | |
| 1297 | o ipv6 bgp network IPV6_PREFIX |
| 1298 | o ipv6 bgp redistribute static |
| 1299 | o ipv6 bgp redistribute connected |
| 1300 | o ipv6 bgp neighbor PEER remote-as <1-65535> [passive] |
| 1301 | o ipv6 bgp neighbor PEER ebgp-multihop [TTL] |
| 1302 | o ipv6 bgp neighbor PEER description DESCRIPTION |
| 1303 | o ipv6 bgp neighbor PEER shutdown |
| 1304 | o ipv6 bgp neighbor PEER route-reflector-client |
| 1305 | o ipv6 bgp neighbor PEER update-source IFNAME |
| 1306 | o ipv6 bgp neighbor PEER next-hop-self |
| 1307 | o ipv6 bgp neighbor PEER timers holdtime <0-65535> |
| 1308 | o ipv6 bgp neighbor PEER timers keepalive <0-65535> |
| 1309 | o ipv6 bgp neighbor PEER send-community |
| 1310 | o ipv6 bgp neighbor PEER weight <0-65535> |
| 1311 | o ipv6 bgp neighbor PEER default-originate |
| 1312 | o ipv6 bgp neighbor PEER filter-list FILTER_LIST_NAME (in|out) |
| 1313 | o ipv6 bgp neighbor PEER prefix-list PREFIX_LIST_NAME (in|out) |
| 1314 | o ipv6 bgp neighbor PEER distribute-list AS_LIST_NAME (in|out) |
| 1315 | o ipv6 bgp neighbor PEER route-map ROUTE_MAP_NAME (in|out) |
| 1316 | |
| 1317 | And some utility commands are introduced. |
| 1318 | |
| 1319 | o clear ipv6 bgp [PEER] |
| 1320 | o show ipv6 bgp neighbors [PEER] |
| 1321 | o show ipv6 bgp summary |
| 1322 | |
| 1323 | I hope these changes are easy to understand for current Zebra users... |
| 1324 | |
| 1325 | * To restrict connection to VTY interface. |
| 1326 | |
| 1327 | It used to be both IPv4 and IPv6 filter can be specified with one |
| 1328 | access-list. Then the access-list can be appried to VTY interface |
| 1329 | with `access-class' stetement in `line vty' node. Below is example in |
| 1330 | zebra-0.7x. |
| 1331 | |
| 1332 | ! |
| 1333 | access-list local-only permit 127.0.0.1/32 |
| 1334 | access-list local-only permit ::1/128 |
| 1335 | access-list local-only deny any |
| 1336 | ! |
| 1337 | line vty |
| 1338 | access-class local-only |
| 1339 | ! |
| 1340 | |
| 1341 | Now IPv4 and IPv6 filter have each name space. It is not possible to |
| 1342 | specify IPv4 and IPv6 filter with one access-list. For setting IPv6 |
| 1343 | access-list in `line vty', `ipv6 access-class' statement is |
| 1344 | introduced. Let me show the configuration in zebra-0.8x. |
| 1345 | |
| 1346 | ! |
| 1347 | access-list local-only permit 127.0.0.1/32 |
| 1348 | access-list local-only deny any |
| 1349 | ! |
| 1350 | ipv6 access-list local-only permit ::1/128 |
| 1351 | ipv6 access-list local-only dny any |
| 1352 | ! |
| 1353 | line vty |
| 1354 | access-class local-only |
| 1355 | ipv6 access-class local-only |
| 1356 | ! |
| 1357 | |
| 1358 | * route-map |
| 1359 | |
| 1360 | New IPv6 related route-map match commands are added. |
| 1361 | |
| 1362 | o match ipv6 address |
| 1363 | o match ipv6 next-hop |
| 1364 | |
| 1365 | Please change your configuration if you use IP match statement for |
| 1366 | IPv6 route. |
| 1367 | |
| 1368 | zebra-0.7x config |
| 1369 | ================= |
| 1370 | ! |
| 1371 | access-list all permit any |
| 1372 | ! |
| 1373 | route-map set-nexthop permit 10 |
| 1374 | match ip address all |
| 1375 | set ipv6 next-hop global 3ffe:506::1 |
| 1376 | set ipv6 next-hop local fe80::cbb5:591a |
| 1377 | ! |
| 1378 | |
| 1379 | zebra-0.8x config |
| 1380 | ================= |
| 1381 | ! |
| 1382 | ipv6 access-list all permit any |
| 1383 | ! |
| 1384 | route-map set-nexthop permit 10 |
| 1385 | match ipv6 address all |
| 1386 | set ipv6 next-hop global 3ffe:506::1 |
| 1387 | set ipv6 next-hop local fe80::cbb5:591a |
| 1388 | ! |
| 1389 | |
| 1390 | * zebra connection |
| 1391 | |
| 1392 | Protocol daemon such as ripd, bgpd, ospfd will reconnect zebra daemon |
| 1393 | when the connection fail. Those daemons try to connect zebra every 10 |
| 1394 | seconds first three trial, then the interval changed to 60 seconds. |
| 1395 | After all, if ten connections are fail, protocol daemon give up the |
| 1396 | connection to the zebra daemon. |
| 1397 | |
| 1398 | * SNMP support (is not yet finished) |
| 1399 | |
| 1400 | Zebra uses SMUX protocol (RFC1227) for making communication with SNMP |
| 1401 | agent. Currently lib/smux.c can be compiled only with ucd-snmp-4.0.1 |
| 1402 | and http://ucd-snmp.ucdavis.edu/patches/012.patch. It can not be |
| 1403 | compiled with ucd-snmp-3.6.2. |
| 1404 | |
| 1405 | After applying the patch to ucd-snmp-4.0.1, please configure it with |
| 1406 | SMUX module. |
| 1407 | |
| 1408 | % configure --with-mib-modules=smux |
| 1409 | |
| 1410 | After compile & install ucd-snmp-4.0.1, you will need to configure |
| 1411 | smuxpeer. I'm now using below configuration. |
| 1412 | |
| 1413 | /usr/local/share/snmp/snmpd.conf |
| 1414 | ================================ |
| 1415 | smuxpeer 1.3.6.1.6.3.1 test |
| 1416 | |
| 1417 | Above 1.3.6.1.6.3.1 and test is temporary configuration which is hard |
| 1418 | coded in lib/smux.c. Yes, I know it is bad, I'll change it ASAP. |
| 1419 | |
| 1420 | * HUP signal treatment |
| 1421 | |
| 1422 | From zebra-0.80, ripd will reload it's configuration file when ripd |
| 1423 | receives HUP signal. Other daemon such as bgpd, ospfd will support |
| 1424 | HUP signal treatment soon. |
| 1425 | |
| 1426 | * Changes in zebra-0.79 |
| 1427 | |
| 1428 | * Changes in zebra |
| 1429 | |
| 1430 | ** Broadcast address setting on Linux box bug is fixed. |
| 1431 | |
| 1432 | ** Protocol daemon can install connected IPv6 route into the kernel. |
| 1433 | |
| 1434 | ** Now zebra can handle blackhole route. |
| 1435 | |
| 1436 | * Changes in ripd |
| 1437 | |
| 1438 | ** Add route-map feature for RIP protocol. |
| 1439 | |
| 1440 | ** In case of RIP version 2 routing table entry has IPv4 address and |
| 1441 | netmask pair which host part bit is on, ignore the entry. |
| 1442 | |
| 1443 | * Changes in ripngd |
| 1444 | |
| 1445 | ** Change CMSG_DATA cast from (u_char *) to (int *). (u_char *) does |
| 1446 | not work for NetBSD-currnet on SparcStation 10. |
| 1447 | |
| 1448 | * Changes in ospfd |
| 1449 | |
| 1450 | ** MaxAge LSA treatment is added. |
| 1451 | |
| 1452 | ** ABR/ASBR functionality is added. |
| 1453 | |
| 1454 | ** Virtual Link funtionality is added. |
| 1455 | |
| 1456 | ** ABR behaviors IBM/Cisco/Shortcut is added. |
| 1457 | |
| 1458 | * Changes in ospf6d |
| 1459 | |
| 1460 | ** Enclosed KAME specific part with #ifdef #endif |
| 1461 | |
| 1462 | * Changes in zebra-0.78 |
| 1463 | |
| 1464 | * Changes in lib |
| 1465 | |
| 1466 | ** SNMP support is started. |
| 1467 | |
| 1468 | ** Now Zebra can work on BSD/OS 4.X. |
| 1469 | |
| 1470 | ** Now Zebra can compiled on vanilla OpenBSD 2.5 but not yet working correcltly. |
| 1471 | |
| 1472 | * Changes in zebra |
| 1473 | |
| 1474 | ** Interface index detection using ioctl() bug is fixed. |
| 1475 | |
| 1476 | ** Interface information protocol is changed. Now interface |
| 1477 | addition/deletion and interface's address addition/deletion is |
| 1478 | separated. |
| 1479 | |
| 1480 | * Changes in bgpd |
| 1481 | |
| 1482 | ** BGP hold timer bug is fixed. |
| 1483 | |
| 1484 | ** BGP keepavlie timer becomes configurable. |
| 1485 | |
| 1486 | * Changes in ripd |
| 1487 | |
| 1488 | ** When making reply to rip's REQUEST message, fill in |
| 1489 | RIP_METRIC_INFINITY with network byte order using htonl (). |
| 1490 | |
| 1491 | ** Pass host byte order address to IN_CLASSC and IN_CLASSB macro. |
| 1492 | |
| 1493 | * Changes in ospfd |
| 1494 | |
| 1495 | ** LSA flooding works. |
| 1496 | |
| 1497 | ** Fix bug of DD processing. |
| 1498 | |
| 1499 | ** Fix bug of originating router-LSA bug is fixed. |
| 1500 | |
| 1501 | ** LSA structure is changed to support LSA aging. |
| 1502 | |
| 1503 | * Changes in ospf6d |
| 1504 | |
| 1505 | ** `ip6' statement in configuration is changed to `ipv6'. |
| 1506 | |
| 1507 | * Changes in zebra-0.77 |
| 1508 | |
| 1509 | * Changes in lib |
| 1510 | |
| 1511 | ** SIGUSR1 reopen logging file. |
| 1512 | |
| 1513 | ** route-map is extended to support multi-protocol routing |
| 1514 | information. |
| 1515 | |
| 1516 | ** When compiling under GNU libc 2.1 environment don't use inet6-apps. |
| 1517 | |
| 1518 | * Changes in zebra |
| 1519 | |
| 1520 | ** Basic IPv6 router advertisement codes added. It is not yet usable. |
| 1521 | |
| 1522 | ** Fix IPv6 route addition/deletion bug is fixed. |
| 1523 | |
| 1524 | ** `show ip route A.B.C.D' works |
| 1525 | |
| 1526 | * Changes in bgpd |
| 1527 | |
| 1528 | ** When invalid unfeasible routes length comes, bgpd send notify then |
| 1529 | continue to process the packet. Now bgpd stop parsing invalid packet |
| 1530 | then return to main loop. |
| 1531 | |
| 1532 | ** BGP-4+ withdrawn routes parse bug is fixed. |
| 1533 | |
| 1534 | ** When BGP-4+ information passed to non shared network's peer, trim |
| 1535 | link-local next-hop information. |
| 1536 | |
| 1537 | ** `no redistribute ROUTE_TYPE' withdraw installed routes from BGP |
| 1538 | routing information. |
| 1539 | |
| 1540 | ** `show ipv6 route IPV6ADDR' command added. |
| 1541 | |
| 1542 | ** BGP start timer has jitter. |
| 1543 | |
| 1544 | ** Holdtimer configuration bug is fixed. Now configuration does not |
| 1545 | show unconfigured hold time value. |
| 1546 | |
| 1547 | * Changes in ripngd |
| 1548 | |
| 1549 | ** Now update timer (default 30 seconds) has +/- 50% jitter value. |
| 1550 | |
| 1551 | ** Add timers basic command. |
| 1552 | |
| 1553 | ** `network' configuration is dynamically reflected. |
| 1554 | |
| 1555 | ** `timers basic <update> <timeout> <garbage>' added. |
| 1556 | |
| 1557 | * Changes in ripd |
| 1558 | |
| 1559 | ** Reconstruct almost codes. |
| 1560 | |
| 1561 | ** `network' configuration is dynamically reflected. |
| 1562 | |
| 1563 | ** RIP timers now conforms to RFC2453. So user can configure update, |
| 1564 | timeout, garbage timer. |
| 1565 | |
| 1566 | ** `timers basic <update> <timeout> <garbage>' works. |
| 1567 | |
| 1568 | * Changes in ospfd |
| 1569 | |
| 1570 | ** Bug of originating network LSA is fixed. |
| 1571 | |
| 1572 | ** `no router ospf' core dump bug is fixed. |
| 1573 | |
| 1574 | * Changes in ospf6d |
| 1575 | |
| 1576 | ** Redistribute route works. |
| 1577 | |
| 1578 | * Changes in zebra-0.76 |
| 1579 | |
| 1580 | * Changes in lib |
| 1581 | |
| 1582 | ** configure.in Linux IPv6 detection problem is fixed. |
| 1583 | |
| 1584 | ** Include SERVICES file to the distribution |
| 1585 | |
| 1586 | ** Update zebra.texi to zebra-0.76. |
| 1587 | |
| 1588 | * Changes in zebra-0.75 |
| 1589 | |
| 1590 | * Changes in lib |
| 1591 | |
| 1592 | ** `termnal length 0' bug is fixed. |
| 1593 | |
| 1594 | * Changes in zebra |
| 1595 | |
| 1596 | ** When zebra starts up, sweep all zebra installed routes. If -k or |
| 1597 | --keep_kernel option is specified to zebra dameon. This function is |
| 1598 | not performed. |
| 1599 | |
| 1600 | * Changes in ripngd |
| 1601 | |
| 1602 | ** Aggreagte address command supported. In router ripngd, |
| 1603 | `aggregate-address IPV6PREFIX' works. |
| 1604 | |
| 1605 | * Changes in bgpd |
| 1606 | |
| 1607 | ** Input route-map's bug which cause segmentation violation is fixed. |
| 1608 | |
| 1609 | ** route-map method improved. |
| 1610 | |
| 1611 | ** BGP-4+ nexthop detection improved. |
| 1612 | |
| 1613 | ** BGP-4+ route re-selection bug is fixed. |
| 1614 | |
| 1615 | ** BGP-4+ iBGP route's nexthop calculation works. |
| 1616 | |
| 1617 | ** After connection Established `show ip bgp neighbor' display BGP TCP |
| 1618 | connection's source and destination address. |
| 1619 | |
| 1620 | ** In case of BGP-4+ `show ip bgp neighbor' display BGP-4+ global and |
| 1621 | local nexthop which used for originated route. This address will be |
| 1622 | used when `next-hop-self'. |
| 1623 | |
| 1624 | * Changes in ospfd |
| 1625 | |
| 1626 | ** Fix bug of DR election. |
| 1627 | |
| 1628 | ** Set IP precedence field with IPTOS_PREC_INTERNET_CONTROL. |
| 1629 | |
| 1630 | ** Schedule NeighborChange event if NSM status change. |
| 1631 | |
| 1632 | ** Never include a neighbor in Hello packet, when the neighbor goes |
| 1633 | down. |
| 1634 | |
| 1635 | * Changes in zebra-0.74 |
| 1636 | |
| 1637 | * Changes in lib |
| 1638 | |
| 1639 | ** Now `terminal length 0' means no line output control. |
| 1640 | |
| 1641 | ** `line LINES' command deleted. Instead of this please use `terminal |
| 1642 | length <0-512>'. |
| 1643 | |
| 1644 | ** `terminal length <0-512>' is each vty specific configuration so it |
| 1645 | can not be configured in the configuration file. If you want to |
| 1646 | configure system wide line control, please use `service |
| 1647 | terminal-length <0-512>'. This configuration affects to the all vty |
| 1648 | interface. |
| 1649 | |
| 1650 | * Changes in zebra |
| 1651 | |
| 1652 | ** Installation of IPv6 route bug is fixed. |
| 1653 | |
| 1654 | * Changes in bgpd |
| 1655 | |
| 1656 | ** Very serious bug of bgp_stop () is fixed. When multiple route to |
| 1657 | the same destination exist, bgpd try to announce the information to |
| 1658 | stopped peer. Then add orphan write thread is added. This cause |
| 1659 | many strange behavior of bgpd. |
| 1660 | |
| 1661 | ** Router-id parsing bug is fixed. |
| 1662 | |
| 1663 | ** With BGP-4+ nexthop installation was done with global address but |
| 1664 | it should be link-local address. This bug is fixed now. |
| 1665 | |
| 1666 | ** When incoming route-map prepend AS, old AS path remained. Now bgpd |
| 1667 | free old AS path. |
| 1668 | |
| 1669 | ** `neighbor PEER weight <0-65535>' command added. |
| 1670 | |
| 1671 | * Changes in ripngd |
| 1672 | |
| 1673 | ** Almost codes are rewritten to conform to RFC2080. |
| 1674 | |
| 1675 | * Changes in ospfd |
| 1676 | |
| 1677 | ** SPF calculation timer is added. Currently it is set to 30 seconds. |
| 1678 | |
| 1679 | ** SPF calculation works now. |
| 1680 | |
| 1681 | ** OSPF routing table codes are added. |
| 1682 | |
| 1683 | ** OSPF's internal routes installed into the kernel routing table. |
| 1684 | |
| 1685 | ** Now `ospfd' works as non-area, non-external route support OSPF |
| 1686 | router. |
| 1687 | |
| 1688 | ** Call of log_rotate() is removed. |
| 1689 | |
| 1690 | * Changes in ospf6d |
| 1691 | |
| 1692 | ** LSA data structure is changed. |
| 1693 | |
| 1694 | ** Call of log_rotate() is removed. |
| 1695 | |
| 1696 | * Changes in zebra-0.73 |
| 1697 | |
| 1698 | * Changes in lib |
| 1699 | |
| 1700 | ** `config terminal' is changed to `configure terminal'. |
| 1701 | |
| 1702 | ** `terminal length <0-512>' command is added. |
| 1703 | |
| 1704 | ** Variable length argument was specified by `...'. Now all strings |
| 1705 | started with character `.' is variable length argument. |
| 1706 | |
| 1707 | * Changes in zebra |
| 1708 | |
| 1709 | ** Internal route (such as iBGP, internal OSPF route) handling works |
| 1710 | correctly. |
| 1711 | |
| 1712 | ** In interface node, `ipv6 address' and `no ipv6 address' works. |
| 1713 | |
| 1714 | ** Interface's address remain after `no ip address' bug is fixed. |
| 1715 | |
| 1716 | ** Host route such as IPv4 with /32 mask and IPv6 with /128 mask |
| 1717 | didn't set RTF_GATEWAY even it has gateway. This bug if fixed now. |
| 1718 | |
| 1719 | * Changes in bgpd |
| 1720 | |
| 1721 | ** `match as-path' argument is used to be specify AS PATH value itself |
| 1722 | directly (e.g. ^$). But it is changed to specify `ip as-apth |
| 1723 | access-list' name. |
| 1724 | |
| 1725 | ** iBGP route handle works without getting error from the kernel. |
| 1726 | |
| 1727 | ** `set aggregator as AS A.B.C.D' command is added to route-map. |
| 1728 | |
| 1729 | ** `set atomic-aggregate' command is added to bgpd's routemap. |
| 1730 | |
| 1731 | ** Announcement of atomic aggregate attribute and aggregator attribute |
| 1732 | works. |
| 1733 | |
| 1734 | ** `update-source' bug is fixed. |
| 1735 | |
| 1736 | ** When a route learned from eBGP is announced to iBGP, local |
| 1737 | preference was set to zero. But now it set to |
| 1738 | DEFAULT_LOCAL_PREF(100). |
| 1739 | |
| 1740 | * Changes in ripd |
| 1741 | |
| 1742 | ** RIPv1 route filter bug is fixed. |
| 1743 | |
| 1744 | ** Some memory leak is fixed. |
| 1745 | |
| 1746 | * Changes in ospfd |
| 1747 | |
| 1748 | ** Fix bug of DR Election. |
| 1749 | |
| 1750 | ** Fix bug of adjacency forming. |
| 1751 | |
| 1752 | * Changes in ospf6d |
| 1753 | |
| 1754 | ** Clean up logging message. |
| 1755 | |
| 1756 | ** Reflect routing information to zebra daemon. |
| 1757 | |
| 1758 | * Changes in zebra-0.72 |
| 1759 | |
| 1760 | * Changes in lib |
| 1761 | |
| 1762 | ** When getsockname return IPv4 mapped IPv6 address. Convert it to |
| 1763 | IPv4 address. |
| 1764 | |
| 1765 | * Changes in bgpd |
| 1766 | |
| 1767 | ** Change route-map's next-hop related settings. |
| 1768 | |
| 1769 | set ip nexthop -> set ip next-hop |
| 1770 | set ipv6 nexthop global -> set ipv6 next-hop global |
| 1771 | set ipv6 nexthop local -> set ipv6 next-hop local |
| 1772 | |
| 1773 | ** Add `next-hop-self' command. |
| 1774 | |
| 1775 | * Changes in ospfd |
| 1776 | |
| 1777 | ** Fix bug of multiple `network area' directive crashes. |
| 1778 | |
| 1779 | * Changes in zebra-0.71 |
| 1780 | |
| 1781 | * Changes in lib |
| 1782 | |
| 1783 | ** `log syslog' command is added. |
| 1784 | |
| 1785 | ** Use getaddrinfo function to bind IPv4/IPv6 server socket. |
| 1786 | |
| 1787 | ** `no banner motd' will suppress motd output when user connect to VTY. |
| 1788 | |
| 1789 | ** Bind `quit' command to major nodes. |
| 1790 | |
| 1791 | * Changes in zebra |
| 1792 | |
| 1793 | ** Point-to-point link address handling bug is fixed. |
| 1794 | |
| 1795 | * Changes in bgpd |
| 1796 | |
| 1797 | ** AS path validity check is added. If malformed AS path is received |
| 1798 | NOTIFY Malformed AS path is send to the peer. |
| 1799 | |
| 1800 | ** Use getaddrinfo function to bind IPv4/IPv6 server socket. |
| 1801 | |
| 1802 | * Changes in ripd |
| 1803 | |
| 1804 | ** Connected network announcement bug is fixed. |
| 1805 | |
| 1806 | ** `broadcast' command is deleted. |
| 1807 | |
| 1808 | ** `network' command is added. |
| 1809 | |
| 1810 | ** `neighbor' command is added. |
| 1811 | |
| 1812 | ** `redistribute' command is added. |
| 1813 | |
| 1814 | ** `timers basic' command is added. |
| 1815 | |
| 1816 | ** `route' command is added. |
| 1817 | |
| 1818 | * Changes in ripngd |
| 1819 | |
| 1820 | ** Fix metric calculation bug. |
| 1821 | |
| 1822 | * Changes in ospfd |
| 1823 | |
| 1824 | ** Check sum bug is fixed. |
| 1825 | |
| 1826 | * Chanegs in ospf6d |
| 1827 | |
| 1828 | ** Routing table code is rewritten. |
| 1829 | |
| 1830 | * Changes in zebra-0.70 |
| 1831 | |
| 1832 | * Changes in zebra |
| 1833 | |
| 1834 | ** Critical routing information base calculation bug check is fixed. |
| 1835 | |
| 1836 | ** zebra ipv4 message is extended to support external/internal route |
| 1837 | flavor. |
| 1838 | |
| 1839 | ** Now if internal route doesn't has direct connected nexthop, then |
| 1840 | nexthop is calculated by looking up IGP routing table. |
| 1841 | |
| 1842 | * Changes in bgpd |
| 1843 | |
| 1844 | ** `neighbor PEER update-source IFNAME' command added as ALIAS to |
| 1845 | `neighbor PEER interface IFNAME'. |
| 1846 | |
| 1847 | * Changes in ospfd |
| 1848 | |
| 1849 | ** DD null pointer bug is fixed. |
| 1850 | |
| 1851 | * Changes in zebra-0.69 |
| 1852 | |
| 1853 | * Changes in zebra |
| 1854 | |
| 1855 | ** zebra redistirbution supports dynamic notification of the route |
| 1856 | change. If you add static route while running zebra, it will be |
| 1857 | reflected to other protocol daemon which set `redistribute static'. |
| 1858 | |
| 1859 | ** If static route installation is failed due to the error. The |
| 1860 | static route is not added to the configuration and zebra routing |
| 1861 | table. |
| 1862 | |
| 1863 | ** zebra sets forwarding flag to on when it starts up. |
| 1864 | |
| 1865 | ** `no ip forwarding' turn off IPv4 forwarding. |
| 1866 | |
| 1867 | ** `no ipv6 forwarding' turn off IPv6 forwarding. |
| 1868 | |
| 1869 | ** Change `show ipforward' command to `show ip forwarding'. |
| 1870 | |
| 1871 | ** Change `show ipv6forward' command to `show ipv6 forwarding'. |
| 1872 | |
| 1873 | ** `ip route A.B.C.D/M INTERFACE' works. So you can set `ip route |
| 1874 | 10.0.0.0/8 eth0'. |
| 1875 | |
| 1876 | * Changes in bgpd |
| 1877 | |
| 1878 | ** `neighbor PEER send-community' command is added. If the option is |
| 1879 | set, bgpd will send community attribute to the peer. |
| 1880 | |
| 1881 | ** When a BGP route has no-export community attribute and |
| 1882 | send-community is set to the peer, the route is not announced to the |
| 1883 | peer. |
| 1884 | |
| 1885 | * Changes in ripngd |
| 1886 | |
| 1887 | ** When ripngd terminates, delete all installed route. |
| 1888 | |
| 1889 | ** `redistribute static', `redistribute connected' works. |
| 1890 | |
| 1891 | ** Change `debug ripng event' to `debug ripng events'. |
| 1892 | |
| 1893 | ** Change `show debug ripng' to `show debugging ripng'. |
| 1894 | |
| 1895 | ** Bug of static route deletion is fixed. |
| 1896 | |
| 1897 | * Changes in ospfd |
| 1898 | |
| 1899 | ** LS request and LS update can be send and received. |
| 1900 | |
| 1901 | * Changes in zebra-0.68 |
| 1902 | |
| 1903 | * Changes in lib |
| 1904 | |
| 1905 | ** DEFUN() is extended to support (a|b|c) statement. |
| 1906 | |
| 1907 | ** Input buffer overflow bug is fixed. |
| 1908 | |
| 1909 | * Changes in bgpd |
| 1910 | |
| 1911 | ** `ip community-list' is added. |
| 1912 | |
| 1913 | ** set community and match community is added to route-map statement. |
| 1914 | |
| 1915 | ** aggregate-address A.B.C.D/M partly works. Now it works only |
| 1916 | summary-only mode. |
| 1917 | |
| 1918 | * Changes in zebra |
| 1919 | |
| 1920 | ** IPv6 network address delete bug is fixed. |
| 1921 | |
| 1922 | * Changes in ospfd |
| 1923 | |
| 1924 | ** DR election bug fixed. |
| 1925 | |
| 1926 | ** Now Database Description can be send or received. |
| 1927 | |
| 1928 | ** Neighbor State Machine goes to Full state. |
| 1929 | |
| 1930 | * Changes in ospf6d |
| 1931 | |
| 1932 | ** router zebra related bug is fixed. |
| 1933 | |
| 1934 | * Changes in zebra-0.67 |
| 1935 | |
| 1936 | * Changes in lib |
| 1937 | |
| 1938 | ** `service password-encryption' is added for encrypted password. |
| 1939 | |
| 1940 | * Changes in bgpd |
| 1941 | |
| 1942 | ** `set as-path prepend ASPATH' is added to route-map command. |
| 1943 | |
| 1944 | ** `set weight WEIGHT' is added to route-map command. |
| 1945 | |
| 1946 | ** `no set ipv6 nexthop global' and `no set ipv6 nexthop local' |
| 1947 | command is added to route-map. |
| 1948 | |
| 1949 | ** `neighbor IP_ADDR version BGP_VERSION' command's BGP_VERSION |
| 1950 | argument changed. |
| 1951 | |
| 1952 | Old New |
| 1953 | ===================== |
| 1954 | bgp4 4 |
| 1955 | bgp4+ 4+ |
| 1956 | bgp4+-draft-00 4- |
| 1957 | ===================== |
| 1958 | |
| 1959 | If you want to peer with old draft version of BGP-4+, please configure |
| 1960 | like below: |
| 1961 | |
| 1962 | router bgp ASN |
| 1963 | neighbor PEER version 4- |
| 1964 | |
| 1965 | ** Some AS path isn't correctly compared during route selection. Now |
| 1966 | it is fixed. |
| 1967 | |
| 1968 | * Changes in ospfd |
| 1969 | |
| 1970 | ** `router zebra' is default behavior. |
| 1971 | |
| 1972 | * Changes in ospf6d |
| 1973 | |
| 1974 | ** `router zebra' is default behavior. |
| 1975 | |
| 1976 | * Changes in zebra-0.66 |
| 1977 | |
| 1978 | * Changes in zebra |
| 1979 | |
| 1980 | ** When other daemon such as gated install routes into the kernel then |
| 1981 | zebra blocks. This is only occur with netlink socket. Now socket is |
| 1982 | set as NONBLOCKING and problem is fixed. Reported and fixed by |
| 1983 | Patrick Koppen <koppen@rhrk.uni-kl.de> |
| 1984 | |
| 1985 | * Changes in bgpd |
| 1986 | |
| 1987 | ** Now `router zebra' is not needed to insert BGP routes into the |
| 1988 | kernel. It is default behavior. If you don't want to install the BGP |
| 1989 | routes to the kernel, please configure like below: |
| 1990 | |
| 1991 | ! |
| 1992 | router zebra |
| 1993 | no redistribute bgp |
| 1994 | ! |
| 1995 | |
| 1996 | ** redistribute connected works. |
| 1997 | |
| 1998 | ** redistribute static now filter local loopback routes and link local |
| 1999 | network. |
| 2000 | |
| 2001 | * Changes in ripd |
| 2002 | |
| 2003 | ** Some network check is added. Patch is done by Carlos Alberto |
| 2004 | Barcenilla <barce@frlp.utn.edu.ar> |
| 2005 | |
| 2006 | * Changes in ripngd |
| 2007 | |
| 2008 | ** Sometimes ripngd install wrong nexthop into the kernel. This bug |
| 2009 | is fixed now. |
| 2010 | |
| 2011 | ** Now `router zebra' is not needed to insert RIPng routes into the |
| 2012 | kernel. It is default behavior. If you don't want to install the BGP |
| 2013 | routes to the kernel, please configure like below: |
| 2014 | |
| 2015 | ! |
| 2016 | router zebra |
| 2017 | no redistribute ripng |
| 2018 | ! |
| 2019 | |
| 2020 | * Changes in zebra-0.65 |
| 2021 | |
| 2022 | * Changes in lib |
| 2023 | |
| 2024 | ** `C-c' changes current node to ENABLE_NODE. Previously it doesn't. |
| 2025 | |
| 2026 | ** In ENABLE_NODE, `exit' command close vty connection. |
| 2027 | |
| 2028 | ** `service advanced-vty' enable advanced vty function. If this |
| 2029 | service is specified one can directly connect to ENABLE_NODE when |
| 2030 | enable password is not set. |
| 2031 | |
| 2032 | ** `lines LINES' command is added by Stephen R. van den Berg |
| 2033 | <srb@cuci.nl>. |
| 2034 | |
| 2035 | * Changes in zebra |
| 2036 | |
| 2037 | ** Basic Linux policy based routing table support is added by Stephen |
| 2038 | R. van den Berg <srb@cuci.nl>. |
| 2039 | |
| 2040 | * Changes in bgpd |
| 2041 | |
| 2042 | ** route-map command is improved: |
| 2043 | `match ip next-hop': New command. |
| 2044 | `match metric': New command. |
| 2045 | `set metric': Doc fixed. |
| 2046 | `set local-preference': DEFUN added. |
| 2047 | |
| 2048 | * Changes in ripd |
| 2049 | |
| 2050 | ** Check of announced network is added. Now multicast address is |
| 2051 | filtered. Reported by Carlos Alberto Barcenilla |
| 2052 | <barce@frlp.utn.edu.ar> |
| 2053 | |
| 2054 | ** Check of network 127 is added. Reported by Carlos Alberto |
| 2055 | Barcenilla <barce@frlp.utn.edu.ar> |
| 2056 | |
| 2057 | * Changes in ripngd |
| 2058 | |
| 2059 | ** Aging route bug is fixed. |
| 2060 | |
| 2061 | ** `router zebra' semantics changed. ripngd automatically connect to |
| 2062 | zebra. |
| 2063 | |
| 2064 | * Changes in ospfd |
| 2065 | |
| 2066 | ** `no router ospf' works. |
| 2067 | |
| 2068 | * Changes in ospf6d |
| 2069 | |
| 2070 | ** Bug fix about network vertex. |
| 2071 | |
| 2072 | * Changes in zebra-0.64.1. |
| 2073 | |
| 2074 | This is bug fix release. |
| 2075 | |
| 2076 | * Changes in lib |
| 2077 | |
| 2078 | ** Add check of sin6_scope_id in struct sockaddr_in6. For compilation |
| 2079 | on implementation which doesn't have sin6_scope_id. Reported by Wim |
| 2080 | Biemolt <Wim.Biemolt@ipv6.surfnet.nl>. |
| 2081 | |
| 2082 | * Changes in zebra |
| 2083 | |
| 2084 | ** Fix bug of display BGP routes as "O" instead of "B". Reported by |
| 2085 | "William F. Maton" <wmaton@enterprise.ic.gc.ca> and Dave Hartzell |
| 2086 | <hartzell@greatplains.net>. |
| 2087 | |
| 2088 | * Changes in bgpd |
| 2089 | |
| 2090 | ** `no network IPV6_NETWORK' statement and `no neighbor IP_ADDR timers |
| 2091 | holdtime [TIMER]' statement doesn't work. Reported by Georg Hitsch |
| 2092 | <georg@atnet.at>. Now both statement work. |
| 2093 | |
| 2094 | * Changes in ospfd |
| 2095 | |
| 2096 | ** Last interface is not updated by ospf_if_update(). Reported by |
| 2097 | Dave Hartzell <hartzell@greatplains.net>. |
| 2098 | |
| 2099 | * Changes in ospf6d |
| 2100 | |
| 2101 | ** Byte order of ifid is changed. Due to this change, this code will |
| 2102 | not work with previous version, sorry. |
| 2103 | |
| 2104 | ** Fix `show ip route' route type mismatch. |
| 2105 | |
| 2106 | ** Fix bug of no network IPV6_NETWORK. |
| 2107 | |
| 2108 | ** Important bug fix about intra-area-prefix-lsa. |
| 2109 | |
| 2110 | * Changes in zebra-0.64. |
| 2111 | |
| 2112 | * Changes in lib |
| 2113 | |
| 2114 | ** prefix-list based filtering routine is added. Currently used in |
| 2115 | bgpd but it will be in other daemons. |
| 2116 | |
| 2117 | * Changes in bgpd |
| 2118 | |
| 2119 | ** `no router bgp' works. But network statement is not cleared. This |
| 2120 | should be fixed in next beta. |
| 2121 | |
| 2122 | ** Route reflector related statement is added. |
| 2123 | |
| 2124 | router bgp ASN |
| 2125 | bgp cluster-id a.b.c.d |
| 2126 | neighbor a.b.c.d route-reflector-client |
| 2127 | |
| 2128 | is added. |
| 2129 | |
| 2130 | ** Prefix list based filtering is added. |
| 2131 | |
| 2132 | router bgp ASN |
| 2133 | neighbor a.b.c.d prefix-list PREFIX_LIST_NAME |
| 2134 | |
| 2135 | ** Prefix list based routing display works. |
| 2136 | |
| 2137 | show ip bgp prefix-list PREFIX_LIST_NAME |
| 2138 | |
| 2139 | * Changes in ripd |
| 2140 | |
| 2141 | ** Fix route metric check bug. Reported from Mr. Carlos Alberto |
| 2142 | Barcenilla. |
| 2143 | |
| 2144 | * Changes in ospf6d |
| 2145 | |
| 2146 | ** There are many changes. If you have interested in ospf6d please |
| 2147 | visit ospf6d/README file. |
| 2148 | |
| 2149 | * Changes in zebra-0.63 first beta package. |
| 2150 | |
| 2151 | * Changes in lib |
| 2152 | |
| 2153 | ** `copy running-config stgartup-config' command is added. |
| 2154 | |
| 2155 | ** prefix length check bug is fixed. Thanks Marlos Barcenilla |
| 2156 | <barce@frip.utn.edu.ar>. |
| 2157 | |
| 2158 | * Changes in ospfd |
| 2159 | |
| 2160 | ** DR and BDR election works. |
| 2161 | |
| 2162 | ** OSPF Hello simple authentication works. |
| 2163 | |
| 2164 | * Changes in ospf6d |
| 2165 | |
| 2166 | ** Now ospf6d can be compiled on both Linux and *BSD system. |
| 2167 | |
| 2168 | * Changes in zebra-19990420 snapshot |
| 2169 | |
| 2170 | ** `make dist' at top directory works now. |
| 2171 | |
| 2172 | * Changes in lib |
| 2173 | |
| 2174 | ** VTY has now access-class to restrict remote connection. |
| 2175 | Implemented by Alex Bligh <amb@gxn.net>. |
| 2176 | |
| 2177 | ! |
| 2178 | line vty |
| 2179 | access-class ACCESS-LIST-NAME |
| 2180 | ! |
| 2181 | |
| 2182 | ** `show version' command added. Implemented by Carlos Alberto |
| 2183 | Barcenilla <barce@frlp.utn.edu.ar> |
| 2184 | |
| 2185 | * Changes in zebra |
| 2186 | |
| 2187 | ** `ip address' command on *BSD bug is fixed. |
| 2188 | |
| 2189 | ** `no ip address' works now for IPv4 address. |
| 2190 | |
| 2191 | ** Now `write terminal' display `ip address' configuration. |
| 2192 | |
| 2193 | * Changes in bgpd |
| 2194 | |
| 2195 | ** Redistribute static works now. Please run both zebra and bgpd. |
| 2196 | bgpd.conf should be like this: |
| 2197 | |
| 2198 | ! |
| 2199 | router zebra |
| 2200 | ! |
| 2201 | router bgp ASN |
| 2202 | redisitribute static |
| 2203 | ! |
| 2204 | |
| 2205 | * Changes in guile |
| 2206 | |
| 2207 | ** configure --enable-guile turns on zebra-guile build. |
| 2208 | |
| 2209 | ** (router-bgp ASN) allocates real bgp structre. |
| 2210 | |
| 2211 | * Changes in zebra-19990416 snapshot |
| 2212 | |
| 2213 | ** Set version to 0.60 for preparation of beta release. |
| 2214 | |
| 2215 | ** New directory guile is added for linking with guile interpreter. |
| 2216 | |
| 2217 | * Changes in zebra |
| 2218 | |
| 2219 | ** On GNU/Linux Kernel 2.2.x (with netlink support), zebra detects |
| 2220 | asynchronous routing updates. *BSD support is not yet finished. |
| 2221 | |
| 2222 | * Changes in bgpd |
| 2223 | |
| 2224 | ** `show ip bgp regexp ASPATH_REGEX' uses CISCO like regular expression |
| 2225 | instead of RPSL like regular expression. I'm planing to provide RPSL |
| 2226 | like regular expression with `show ip bgp rpsl' or something. |
| 2227 | |
| 2228 | * Changes in lib |
| 2229 | |
| 2230 | ** Press '?' at variable mandatory argument, vty prints nothing. Now |
| 2231 | vty outputs description about the argument. Fixed by Alex Bligh |
| 2232 | <amb@gxn.net> |
| 2233 | |
| 2234 | ** buffer.c has some ugly bugs. Due to the bug, vty interface hangs |
| 2235 | when large output date exists. This bug is fixed. Reported by Alex |
| 2236 | Bligh <amb@gxn.net>. |
| 2237 | |
| 2238 | * Changes in ospfd |
| 2239 | |
| 2240 | ** DR and BDR information is shown by `show ip ospf interface' command. |
| 2241 | |
| 2242 | * Changes in zebra-19990408 snapshot |
| 2243 | |
| 2244 | * Changes in bgpd |
| 2245 | |
| 2246 | ** Old BGP-4+ specification (described in old draft) treatment bug is |
| 2247 | fixed. It seems that mrtd uses this format as default. So if you |
| 2248 | have problem peering with mrtd and want to use old draft format please |
| 2249 | use version statement like this. |
| 2250 | |
| 2251 | neighbor PEER_ADDRESS remote-as ASN |
| 2252 | neighbor PEER_ADDRESS version bgp4+-draft-00 |
| 2253 | |
| 2254 | ** When AS path is epmty (routes generated by bgpd), SEGV is occur |
| 2255 | when announce the routes to eBGP peer. Reported by |
| 2256 | kad@gibson.skif.net. |
| 2257 | |
| 2258 | ** ip as-path access-list command is added. |
| 2259 | |
| 2260 | ** neighbor PEER_ADDRESS filter-list AS_LIST [in|out] command is added. |
| 2261 | |
| 2262 | ** neighbor PEER_ADDRESS timers holdtimer TIMER command is added. |
| 2263 | |
| 2264 | * Changes in all daemons |
| 2265 | |
| 2266 | ** With KAME stack, terminal interface is now bind AF_INET socket |
| 2267 | instead of AF_INET6 one. |
| 2268 | |
| 2269 | * Changes in zebra-19990403 snapshot |
| 2270 | |
| 2271 | * Changes in bgpd |
| 2272 | |
| 2273 | ** When bgpd has 'router zebra', bgpd automatically select it's router |
| 2274 | ID as most highest interface's IP Address. |
| 2275 | |
| 2276 | ** When AS path is empty (in case of iBGP), it doesn't include any AS |
| 2277 | segment. This change is for announcement to gated under iBGP. |
| 2278 | |
| 2279 | * Changes in ospfd |
| 2280 | |
| 2281 | ** OSPF hello packet send/receive works. |
| 2282 | |
| 2283 | * Changes in ospf6d |
| 2284 | |
| 2285 | ** Yasuhiro Ohara's ospf6d codes is imported. It is under development |
| 2286 | and can't be compiled on any platform. |
| 2287 | |
| 2288 | * Changes in zebra-19990327 snapshot |
| 2289 | |
| 2290 | * Changes in bgpd |
| 2291 | |
| 2292 | ** When BGP-4+ connection is done by IPv6 link-local address. One |
| 2293 | have to specify interface index for the connection. So I've added |
| 2294 | interface statement to the neighbor commmand. Please specify |
| 2295 | interface name for getting interface index like below. This statement |
| 2296 | only works on GNU/Linux. I'll support BSD ASAP. |
| 2297 | |
| 2298 | router bgp 7675 |
| 2299 | neighbor fe80::200:f8ff:fe01:5fd3 remote-as 2500 |
| 2300 | neighbor fe80::200:f8ff:fe01:5fd3 interface sit3 |
| 2301 | |
| 2302 | ** For disable BGP peering `shutdown' command is added. |
| 2303 | |
| 2304 | router bgp 7675 |
| 2305 | neighbor 10.0.0.1 shutdown |
| 2306 | |
| 2307 | ** `description' command is added to neighbor statement. |
| 2308 | |
| 2309 | router bgp 7675 |
| 2310 | neighbor 10.0.0.1 description peering with Norway. |
| 2311 | |
| 2312 | ** `show ip bgp regexp AS-REGEXP' works again. |
| 2313 | |
| 2314 | show ip bgp regexp AS7675 |
| 2315 | |
| 2316 | will show routes which include AS7675. |
| 2317 | |
| 2318 | ** When a route which is made from `network' statement is send to |
| 2319 | neighbor. Set it's nexthop to self. So 10.0.0.0/8 is announced to |
| 2320 | the peer A with source address 192.168.1.1. The routes nexthop is set |
| 2321 | to 192.168.1.1. |
| 2322 | |
| 2323 | * Changes in zebra |
| 2324 | |
| 2325 | ** In zebra/rtread_sysctl.c, function rtm_read() may overrun allocated |
| 2326 | buffer when the address family is not supported and the length is big |
| 2327 | (i.e link address). Reported Achim Patzner <ap@bnc.net>. |
| 2328 | |
| 2329 | * Changes in ospfd |
| 2330 | |
| 2331 | ** Now ospfd receive OSPF packet. |
| 2332 | |
| 2333 | * Changes in zebra-19990319 snapshot |
| 2334 | |
| 2335 | * Changes in configuration and libraries |
| 2336 | |
| 2337 | ** User can disable IPv6 feature and/or pthread feature by configure |
| 2338 | option. |
| 2339 | |
| 2340 | To disable IPv6: configure --disable-ipv6 |
| 2341 | To disable pthread: configure --disable-pthread |
| 2342 | |
| 2343 | ** User can disable specified daemon by configure option. |
| 2344 | |
| 2345 | Don't make zebra: configure --disable-zebra |
| 2346 | Don't make bgpd: configure --disable-bgpd |
| 2347 | Don't make ripd: configure --disable-ripd |
| 2348 | Don't make ripngd: configure --disable-ripngd |
| 2349 | Don't make ospfd: configure --disable-ospfd |
| 2350 | Don't make ospf6d: configure --disable-ospf6d |
| 2351 | |
| 2352 | ** Sample configuration files are installed as 600 file flag. |
| 2353 | Suggested by Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>. |
| 2354 | |
| 2355 | ** syslog logging feature is added by Peter Galbavy |
| 2356 | <Peter.Galbavy@knowledge.com> |
| 2357 | |
| 2358 | ** Inclusion of standard header files is reworked by Peter Galbavy |
| 2359 | <Peter.Galbavy@knowledge.com> |
| 2360 | |
| 2361 | ** Change description from GNU/Linux 2.1.X to GNU/Linux 2.2.X |
| 2362 | |
| 2363 | ** If daemon function exists in standard C library use it. |
| 2364 | |
| 2365 | ** To generate configure script we upgrade autoconf to 2.13. To |
| 2366 | generate Makefile.in we upgrade automake to 1.4. |
| 2367 | |
| 2368 | ** doc/texinfo.tex is added to distribution. |
| 2369 | |
| 2370 | ** Update ports/pkg/DESCR description. |
| 2371 | |
| 2372 | ** Update doc/zebra.texi. |
| 2373 | |
| 2374 | ** logfile FILENAME statement deleted. Instead of that please use log |
| 2375 | file FILENAME. |
| 2376 | |
| 2377 | * Changes in zebra |
| 2378 | |
| 2379 | * Changes in bgpd |
| 2380 | |
| 2381 | ** Communication between zebra and bgpd works now. So if there is |
| 2382 | `router zebra' line in bgpd.conf, selected route is installed |
| 2383 | into kernel routing table. |
| 2384 | |
| 2385 | ** Delete all routes which inserted by bgpd when bgpd dies. If you |
| 2386 | want to retain routes even bgpd dies please specify [-r|--retain] |
| 2387 | option to bgpd. |
| 2388 | |
| 2389 | ** BGP announcement code is reworked. Now bgpd announce selected |
| 2390 | routes to other peer. |
| 2391 | |
| 2392 | ** All output bgp packet is buffered. It's written to the socket when |
| 2393 | it gets ready. |
| 2394 | |
| 2395 | ** Output route-map works now. You can specify output route-map by: |
| 2396 | |
| 2397 | neighbor IP_ADDR route-map ROUTE_MAP_NAME out |
| 2398 | |
| 2399 | ** New route-map command added. |
| 2400 | |
| 2401 | set ip nexthop IP_ADDR |
| 2402 | set ipv6 nexthop global IP_ADDR |
| 2403 | |
| 2404 | ** Fix bug about unlock of the route_node structure. |
| 2405 | |
| 2406 | ** BGP-4+ support is added. bgpd can listen and speak BGP-4+ packet |
| 2407 | specified in RFC2283. You can view IPv6 bgp table by: `show ipv6 bgp'. |
| 2408 | |
| 2409 | ** Meny packet overflow check is added. |
| 2410 | |
| 2411 | * Changes in ripd |
| 2412 | |
| 2413 | * Changes in ripngd |
| 2414 | |
| 2415 | * Changes in ospfd |
| 2416 | |
| 2417 | ** ospfd work is started by Toshiaki Takada <takada@zebra.org>. Now |
| 2418 | several files are included in ospfd directory. |
| 2419 | |
| 2420 | ** ospf6d codes are merged from Yasuhiro Ohara <yasu@sfc.wide.ad.jp>'s |
| 2421 | ospfd work. Now codes are located in ospf6d directory. |
| 2422 | |
| 2423 | |
| 2424 | Local variables: |
| 2425 | mode: outline |
| 2426 | paragraph-separate: "[ ]*$" |
| 2427 | end: |