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