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