usbmodeswitch: Updated to v.1.2.6 from shibby's branch.
[tomato.git] / release / src / router / zebra / NEWS
blob65ef352b2a0abb622bcc36b4ef07fa9b9611b2c7
1 GNU Zebra is not yet released, so this NEWS is about beta version.
3 * Changes in zebra-0.95
5 * Changes in zebra
7 ** IRDP support is added.
9 * Changes in ripd
11 ** Set receive UDP socket buffer to large value.
13 * Changes in ospfd
15 ** Fix problem of OpenBSD-3.4 IP header length treatment.
17 * Changes in ospf6d
19 ** Area support is added.
21 * Changes in bgpd
23 ** Old commands are removed
25 "show ipv6 summary"
26 "show ipv6 mbgp summary"
28 ** New ospf6d implementation is introduced.  This is rewrite of whole
29    ospf6d code to make it far much better than old code.
31 * Changes in vtysh
33 ** Many bugs and problems are fixed.  All of user of vtysh should
34    update to zebra-0.95.
36 * Changes in zebra-0.94
38 * Changes in zebra
40 ** Do not listen other process's netlink message.
42 * Changes in bgpd
44 ** "bgp log-neighbor-changes" is added.
46 ** "set ip next-hop peer-address" is added.
48 ** Community delete bug is fixed.
50 ** Fix bug of router-id display
52 ** Option parameter length bug is fixed.
54 * Chages in ospfd
56 ** Point-to-Multipoint support.
58 ** OSPF MD5 authentication bug is fixed.
60 ** OSPF NSSA bug is fixed.
62 ** NSM event schedule bug is fixed.
64 ** Update Opaque LSA patch.
66 ** When write queue becomes empty stop write timer.
68 * Changes in ospf6d
70 ** Update to the latest Ohara's code.
72 ** DR election bug is fixed.
74 ** Update link-local address on interface creation
76 * Changes in vtysh
78 ** Update for IPv6 handling
80 ** Make all protocol DEFUN/ALIAS consistent
82 * Changes in lib
84 ** Fix route-map problem
86 ** Fix vty bug cause daemon crash.
88 * Changes in zebra-0.93
90 * Changes in bgpd
92 ** Configuration is changed to new format.
94 * Changes in ospfd
96 ** Crush bugs which reported on Zebra ML is fixed.
98 ** Opaque LSA and TE LSA support is added by KDD R&D Laboratories,
99    Inc.
101 * Chages in ospf6d
103 ** Many bugs are fixed.
105 * Changes in zebra-0.92a
107 * Changes in bgpd
109 ** Fix "^$" community list bug.
111 ** Below command's Address Family specific configurations are added
113   nexthop-self
114   route-reflector-client
115   route-server-client
116   soft-reconfiguration inbound
118 * Changes in zebra
120 ** Treat kernel type routes as EGP routes.
122 * Changes in zebra-0.92
124 ** Overall security is improved.  Default umask is 0077.
126 * Changes in ripd
128 ** If output interface is in simple password authentication mode,
129 substruct one from rtemax.
131 * Changes in bgpd
133 ** IPv4 multicast and IPv6 unicast configuration is changed to so
134 called new config.  All of AFI and SAFI specific configuration is
135 moved to "address-family" node.  When you have many IPv6 only
136 configuration, you will see many "no neighbor X:X::X:X activate" line
137 in your configuration to disable IPv4 unicast NLRI exchange.  In that
138 case please use "no bgp default ipv4-unicast" command to suppress the
139 output.  Until zebra-0.93, old config is still left for compatibility.
141 Old config
142 ==========
143 router bgp 7675
144  bgp router-id 10.0.0.1
145  redistribute connected
146  network 192.168.0.0/24
147  neighbor 10.0.0.2 remote-as 7675
148  ipv6 bgp network 3ffe:506::/33
149  ipv6 bgp network 3ffe:1800:e800::/40
150  ipv6 bgp aggregate-address 3ffe:506::/32
151  ipv6 bgp redistribute connected
152  ipv6 bgp neighbor 3ffe:506:1000::2 remote-as 1
154 New config
155 ==========
156 router bgp 7675
157  bgp router-id 10.0.0.1
158  network 192.168.0.0/24
159  redistribute connected
160  neighbor 10.0.0.2 remote-as 7675
161  neighbor 3ffe:506:1000::2 remote-as 1
162  no neighbor 3ffe:506:1000::2 activate
164  address-family ipv6
165   network 3ffe:506::/33
166   network 3ffe:1800:e800::/40
167   aggregate-address 3ffe:506::/32
168   redistribute connected
169   neighbor 3ffe:506:1000::2 activate
170  exit-address-family
172 * Changes in ospfd
174 ** Internal interface treatment is changed.  Now ospfd can handle
175 multiple IP address for an interface.
177 ** Redistribution of loopback interface's address works fine.
179 * Changes in zebra-0.91
181 ** --enable-oldrib configure option is removed.
183 ** HAVE_IF_PSEUDO part is removed.  Same feature is now supported by
184 default.
186 * Changes in ripd
188 ** When redistributed route is withdrawn, perform poisoned reverse.
190 * Changes in zebra
192 ** When interface's address is removed, kernel route pointing out to
193 the address is removed.
195 ** IPv6 RIB is now based upon new RIB code.
197 ** zebra can handle same connected route to one interface.
199 ** New command for interface address.  Currently this commands are
200 only supported on GNU/Linux with netlink interface.
202 "ip address A.B.C.D secondary"
203 "ip address A.B.C.D label LABEL"
205 * Changes in bgpd
207 ** BGP flap dampening bugs are fixed.
209 ** BGP non-blocking TCP connection bug is fixed.
211 ** "show ip bgp summary" shows AS path and community entry number.
213 ** New commands have been added.
214   "show ip bgp cidr-only"
215   "show ip bgp ipv4 (unicast|multicast) cidr-only"
216   "show ip bgp A.B.C.D/M longer-prefixes"
217   "show ip bgp ipv4 (unicast|multicast) A.B.C.D/M longer-prefixes"
218   "show ipv6 bgp X:X::X:X/M longer-prefixes"
219   "show ipv6 mbgp X:X::X:X/M longer-prefixes"
221 ** IPv6 IBGP nexthop change is monitored.
223 ** Unknown transitive attribute is passed with partial flag bit on.
225 * Changes in ospfd
227 ** Fix bug of LSA MaxAge flood.
229 ** Fix bug of NSSA codes.
231 * Changes in zebra-0.90
233 ** From this beta release, --enable-unixdomain and --enable-newrib
234 becomes default.  So both options are removed from configure.in.  To
235 revert old behavior please specify below option.
237 --enable-tcp-zebra # TCP/IP socket is used for protocol daemon and zebra.
238 --enable-oldrib    # Turn on old RIB implementation.
240 Old RIB implementation will be removed in zebra-0.91.
242 ** From this beta release --enable-multipath is supported.  This
243 option is only effective on GNU/Linux kernel with
244 CONFIG_IP_ADVANCED_ROUTER and CONFIG_IP_ROUTE_MULTIPATH is set.
246 --enable-multipath=ARG  # ARG must be digit.  When ARG is 0 unlimit multipath number.
248 ** From this release we do not include guile files.
250 * Changes in lib
252 ** newlist.[ch] is merged with linklist.[ch].
254 ** Now Zebra works on MacOS X public beta.
256 ** Access-list can have remark.  "access-list WORD remark LINE" define
257 remark for specified access-list.
259 ** Key of key-chain is sorted by it's idetifier value.
261 ** prefix-list rule is slightly changed.  The rule of "len <= ge-value
262 <= le-value" is changed to "len < ge-value <= le-value".
264 ** According to above prefix-list rule change, add automatic
265 conversion function of an old rule. ex.) 10.0.0.0/8 ge 8 -> 10.0.0.0/8
266 le 32
268 ** SMUX can handle SNMP trap.
270 ** In our event library, event thread is executed before any other
271 thread like timer, read and write event.
273 ** Robust method for writing configuration file and recover from
274 backing up config file.
276 ** Display "end" at the end of configuration.
278 ** Fix memory leak in vtysh_read().
280 ** Fix memroy leak about access-list and prefix-list name.
282 * Changes in zebra
284 ** UNIX domain socket server of zebra protocol is added.
286 ** Fix PointoPoint interface network bug.  The destination network
287 should be installed into routing table instead of local network.
289 ** Metric value is reflected to kernel routing table.
291 ** "show ip route" display uptime of RIP,OSPF,BGP routes.
293 ** New RIB implementation is added.
295 Now we have enhanced RIB (routing information base) implementation in
296 zebra.  New RIB has many new features and fixed some bugs which exist
297 in old RIB code.
299 *** Static route with distance value
301     Static route can be specified with administrative distance.  The
302   distance value 255 means it is not installed into the kernel.
303   Default value of distance for static route is 1.
304   
305     ip route A.B.C.D/M A.B.C.D <1-255>
306     ip route A.B.C.D/M IFNAME <1-255>
307   
308     If the least distance value's route's nexthop are unreachable,
309   select the least distance value route which has reachable nexthop is
310   selected.
311   
312     ip route 0.0.0.0/0 10.0.0.1
313     ip route 0.0.0.0/0 11.0.0.1 2
314   
315     In this case, when 10.0.0.1 is unreachable and 11.0.0.1 is
316   reachable.  The route with nexthop 11.0.0.1 will be installed into
317   forwarding table.
318   
319     zebra> show ip route
320     S>* 0.0.0.0/0 [2/0] via 11.0.0.1
321     S   0.0.0.0/0 [1/0] via 10.0.0.1 inactive
322   
323     If the nexthop is unreachable "inactive" is displayed.  You can
324   specify any string to IFNAME.  There is no need of the interface is
325   there when you configure the route.
326   
327     ip route 1.1.1.1/32 ppp0
328   
329   When ppp0 comes up, the route is installed properly.
331 *** Multiple nexthop routes for one prefix
333     Multiple nexthop routes can be specified for one prefix.  Even the
334   kernel support only one nexthop for one prefix user can configure
335   multiple nexthop.
336   
337     When you configure routes like below, prefix 10.0.0.1 has three
338   nexthop.
339   
340     ip route 10.0.0.1/32 10.0.0.2
341     ip route 10.0.0.1/32 10.0.0.3
342     ip route 10.0.0.1/32 eth0
343   
344     If there is no route to 10.0.0.2 and 10.0.0.3.  And interface eth0
345     is reachable, then the last route is installed into the kernel.
346   
347     zebra> show ip route
348     S>  10.0.0.1/32 [1/0] via 10.0.0.2 inactive
349                           via 10.0.0.3 inactive
350       *                   is directly connected, eth0
351   
352     '*' means this nexthop is installed into the kernel. 
354 *** Multipath (more than one nexthop for one prefix) can be installed into the kernel.
356     When the kernel support multipath, zebra can install multipath
357   routes into the kernel.  Before doing that please make it sure that
358   setting --enable-multipath=ARG to configure script.  ARG must be digit
359   value.  When specify 0 to ARG, there is no limitation of the number
360   of the multipath.  Currently only GNU/Linux with netlink interface is
361   supported.
362   
363     ip route 10.0.0.1/32 10.0.0.2
364     ip route 10.0.0.1/32 10.0.0.3
365     ip route 10.0.0.1/32 eth0
366   
367     zebra> show ip route
368     S>* 10.0.0.1/32 [1/0] via 10.0.0.2
369       *                   via 10.0.0.3
370                           is directly connected, eth0
372 *** Kernel message delete installed route.
374     After zebra install static or dynamic route into the kernel.
375   
376     R>* 0.0.0.0/0 [120/3] via 10.0.0.1
377   
378     If you delete this route outside zebra, old zebra does not reinstall
379   route again.  Now the route is re-processed and properly reinstall the
380   static or dynamic route into the kernel.
382 ** GNU/Linux netlink socket handling is improved to fix race condition
383 between kernel message and user command responce.
385 * Changes in bgpd
387 ** Add show neighbor's routes command.
389   "show ip bgp neighbors (A.B.C.D|X:X::X:X) routes"
390   "show ip bgp ipv4 (unicast|multicast) neighbors (A.B.C.D|X:X::X:X) routes"
391   "show ipv6 bgp neighbors (A.B.C.D|X:X::X:X) routes"
392   "show ipv6 mbgp neighbors (A.B.C.D|X:X::X:X) routes"
394 ** BGP passive peer support problem is fixed.
396 ** Redistributed IGP nexthop is passed to BGP nexthop.
398 ** On multiaccess media, if the nexthop is reachable nexthop is passed
399 as it is.
401 ** Remove zebra-0.88 compatibility commands.
403   "match ip prefix-list WORD"
404   "match ipv6 prefix-list WORD"
406   Instead of above please use below commands.
408   "match ip address prefix-list WORD"
409   "match ipv6 address prefix-list WORD"
411 ** Fix bug of holdtimer is not reset when bgp cleared.
413 ** "show ip bgp summary" display peer establish/drop count.
415 ** Change "match ip next-hop" argument from IP address to access-list
416 name.
418 ** When "bgp enforce-first-as" is enabled, check EBGP peer's update
419 has it's AS number in the first AS number in AS sequence.
421 ** New route-map command "set community-delete COMMUNITY-LIST" is
422 added.  Community matched the CoMMUNITY-LIST is removed from the
423 community.
425 ** BGP-MIB implementation is finished.
427 ** When BGP connection comes from unconfigured IP address, close
428 socket immediately.
430 ** Do not compare router ID when the routes comes from EBGP peer.
431 When originator ID is same, take shorter cluster-list route.  If
432 cluster-list is same take smaller IP address neighbor's route.
434 ** Add "bgp bestpath as-path ignore" command.  When this option is
435 set, do not concider AS path length when route selection.
437 ** Add "bgp bestpath compare-routerid".  When this option is set,
438 compare router ID when the routes comes from EBGP peer.
440 ** Add "bgp deterministic-med" process.
442 ** BGP flap dampening feature is added.
444 ** When IBGP nexthop is changed, it is reflected to RIB.
446 ** Change "neighbor route-refresh" command to "neighbor capability
447 route-refresh".
449 * Changes in ripd
451 ** Change "match ip next-hop" argument from IP address to access-list
452 name.
454 ** "no ip rip (send|receive)" command accept version number argument.
456 ** Memory leak related classfull network generation is fixed.
458 ** When a route is in garbage collection process (invalid with metric
459 16) and a router receives the same route with valid metric then route
460 was not installed into zebra rib, but only into ripd rib. Moreover ,
461 it will never get into zebra rib, because ripd wrongly assumes it's
462 already there.
464 * Change in ospfd
466 ** Fix bug of refreshing default route.
468 ** --enable-nssa turn on undergoing NSSA feature.
470 ** Fix bug of Hello packet's option is not properly set when interface
471 comes up.
473 ** Reduce unconditional logging.
475 ** Add nexthop to OSPF path only when it is not there.
477 ** When there is no DR on network (suppose you have only one router
478 with interface priority 0). It's router LSA does not contain the link
479 information about this network.
481 ** When you change a priority of interface from/to 0
482 ISM_NeighborChange event should be scheduled in order to elect new
483 DR/BDR on the network.
485 ** When we add some LSA into retransmit list we need to check whether
486 the present old LSA in retransmit list is not more recent than the new
487 one.
489 ** In states Loading and Full the slave must resend its last Database
490 Description packet in response to duplicate Database Description
491 packets received from the master.  For this reason the slave must wait
492 RouterDeadInterval seconds before freeing the last Database
493 Description packet. Reception of a Database Description packet from
494 the master after this interval will generate a SeqNumberMismatch
495 neighbor event. RFC2328 Section 10.8
497 ** Virtual link can not configured in stub area.
499 ** Clear a ls_upd_queue queue of the interface when interface goes
500 down.
502 ** "no router ospf" unregister redistribution requests from zebra.
504 ** New command for virtual-link configuration is added.
506   "area A.B.C.D virtual-link A.B.C.D"
507   "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>"
508   "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"
509   "area A.B.C.D virtual-link A.B.C.D authentication-key AUTH_KEY"
510   "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"
511   "area A.B.C.D virtual-link A.B.C.D message-digest-key <1-255> md5 KEY"
513 ** Clear cryptographic sequence number when neighbor status is changed
514 to NSM down.
516 ** Make Summary LSA's origination and refreshment as same as other
517 type of LSA.
519 ** New OSPF pakcet read method. Now maximum packet length may be 65535
520 bytes (maximum IP packet length).
522 ** Checking the age of the found LSA and if the LSA is MAXAGE we
523 should call refresh instead of originate.
525 ** Install multipath information to zebra.
527 ** Fix socket descriptor leak when system call failed.
529 * Changes in ospf6d
531 ** Whole functionality has been rewritten as new code. new command
532 "show ipv6 ospf6 spf node", "show ipv6 ospf6 spf tree", "show ipv6
533 ospf6 spf table" has been added.
535 ** Change to do not send garbage route whose nexthop is not linklocal
536 address.
538 ** "redistribute ospf6" was generated in "router ospf6" in config
539 file. It is fixed.
541 ** LSDB sync bug is fixed.
543 ** Fix bug of using unavailable route.
545 * Changes in vtysh
547 ** route-map and access-list configuration is merged into one
548 configuration.
550 ** /usr/local/etc/Zebra.conf is integrated configuration file.  "write
551 memory" in vtysh will write whole configuration to this file.
553 ** When -b option is specified to vtysh, vtysh read
554 /usr/local/etc/Zebra.conf file then pass the confuguration to proper
555 protocol daemon.  So make all protocol daemon's configuration file
556 empty then invoke all daemon.  After that vtysh -b will setup saved
557 configuration.
559 zebrastart.sh
560 =============
561 /usr/local/sbin/zebra -d
562 /usr/local/sbin/ripd -d
563 /usr/local/sbin/ospfd -d
564 /usr/local/sbin/bgpd -d
565 /usr/local/bin/vtysh -b
567 * Changes in zebra-0.89
569 * Changes in lib
571 ** distribute-list can set all interface's access-list and prefix-list
572 configuration.
574 * Changes in ripd
576 ** "show ip protocols" display proper distribute-list settings and
577 distance settings.
579 ** When metric infinity route received withdraw the route from kernel
580 immediately it used to be wait garbage collection.
582 ** key-chain can be used for simple password authentication.
584 ** RIPv2 MIB getnext interface bug is fixed.
586 * Changes in vtysh
588 ** --with-libpam enable PAM authentication for vtysh.
590 ** Now vtysh read vtysh.conf.  This file should be
591 ${SYSCONFDIR}/etc/vtysh.conf for security reason.  Usually it is
592 /usr/local/etc/vtysh.conf.
594 ** "username WORD nopassword" command is added to vtysh.
596 * Chagees in ospfd
598 ** NBMA interface support is added.
600 ** OSPF area is sorted by area ID.
602 ** New implementation of OSPF refreesh.
604 ** OSPF-MIB read function is partly added.
606 * Changes in bgpd
608 ** When the peering is done by ebgp-multihop, nexthop is looked up
609 like IBGP routes.
611 ** "show ip mbgp" commands are changed to "show ip bgp ipv4
612 multicast".
614 ** New terminal commands are added.
615   "show ip bgp ipv4 (unicast|multicast) filter-list WORD"
616   "show ip bgp ipv4 (unicast|multicast) community"
617   "show ip bgp ipv4 (unicast|multicast) community-list WORD"
618   "show ip bgp ipv4 (unicast|multicast) community-list WORD exact-match"
620 ** MBGP soft-reconfiguration command is added.
621   "clear ip bgp x.x.x.x ipv4 (unicast|multicast) in"
622   "clear ip bgp x.x.x.x ipv4 (unicast|multicast) out"
623   "clear ip bgp x.x.x.x ipv4 (unicast|multicast) soft"
624   "clear ip bgp <1-65535> ipv4 (unicast|multicast) in"
625   "clear ip bgp <1-65535> ipv4 (unicast|multicast) out"
626   "clear ip bgp <1-65535> ipv4 (unicast|multicast) soft"
627   "clear ip bgp * ipv4 (unicast|multicast) in"
628   "clear ip bgp * ipv4 (unicast|multicast) out"
629   "clear ip bgp * ipv4 (unicast|multicast) soft"
631 ** MED related commands are added.
632   "bgp deterministic-med"
633   "bgp bestpath med confed"
634   "bgp bestpath med missing-as-worst"
636 ** "bgp default local-preference" command is added.
638 ** BGP confederation peer's routes are passed to zebra like IBGP route.
640 ** Community match command is added.
641   "show ip bgp community <val>"
642   "show ip bgp community <val> exact-match"
644 ** EBGP multihop route treatment bug is fixed.  Now nexthop is
645 resolved by IGP routes.
647 ** Some commands are added to show routes by filter-list and community
648 value.
649   "show ip bgp ipv4 (unicast|multicast) filter-list WORD"
650   "show ip bgp ipv4 (unicast|multicast) community"
651   "show ip bgp ipv4 (unicast|multicast) community-list WORD"
652   "show ip bgp ipv4 (unicast|multicast) community-list WORD exact-match"
654 * Changes in zebra
656 ** zebra read interface's address information using getifaddrs() when
657 it is available.
659 ** Reflect IPv6 interface's address change to protocol daemons.
661 * Changes in zebra-0.88
663 * Changes in lib
665 ** "exact-match" option is added to "access-list" and "ipv6
666 access-list" command.  If this option is specified, the prefix and
667 prefix length is compared as exact match mode.
669 * Changes in zebra
671 ** New Zebra message ZEBRA_REDISTRIBUTE_DEFAULT_ADD and
672 ZEBRA_REDISTRIBUTE_DEFAULT_DELTE are added.
674 ** Default administrative distance value is changed.
676             Old         New
677 ------------------------------------------
678 system      10           0
679 kernel      20           0
680 connected   30           0
681 static      40           1
682 rip         50         120
683 ripng       50         120
684 ospf        60         110
685 ospf6       49         110
686 bgp         70         200(iBGP)  20(eBGP)
687 ------------------------------------------
689 ** Distance value can be passed from protocol daemon to zebra.
691 ** "show ip route" shows [metric/distance] value pair.
693 ** Zebra Protocol is changed to support multi-path route and distance
694 value.
696 * Changes in ospfd
698 ** "default-information originate [always]" command is added.
700 ** "default-metric <0-16777214>" command is added.
702 ** "show ip ospf database" command is integrated.  LS-ID and AdvRouter can
703    be specifed.  The commands are
705    show ip ospf database TYPE LS-ID
706    show ip ospf database TYPE LS-ID ADV-ROUTER
707    show ip ospf database TYPE LS-ID self-originate
708    show ip ospf database TYPE self-originate
710 ** route-map support for `redistribute' command are added.
711    Supported `match' statements are
713    match interface
714    match ip address
715    match next-hop
717    Supported `set' statements are
719    set metric
720    set metric-type
722 ** Pass OSPF metric value to zebra daemon.
724 * Changes in ripd
726 ** When specified route-map does not exist, it means all deny.
728 ** "default-metric <1-16>" command is added.
730 ** "offset-list ACCESS-LIST-NAME <0-16>" and "offset-list
731 ACCESS-LIST-NAME <0-16> IFNAME" commands are added.
733 ** "redistribute ROUTE-TYPE metric <0-16>" command is added.
735 ** "default-information originate" command is added.
737 ** "ip split-horizon" and "no ip split-horizon" is added to interface
738 configuration.
740 ** "no router rip" command is added.
742 ** "ip rip authentication mode (md5|text)" is added to interface
743 configuration.
745 ** "ip rip authentication key-chain KEY-CHAIN" is added to interface
746 configuration.
748 ** Pass RIP metric value to zebra daemon.
750 ** Distance manipulation functions are added.
752 * Changes in bgpd
754 ** Fix bug of next hop treatment for MPLS-VPN route exchange.
756 ** BGP peer MIB is updated.
758 ** Aggregated route has origin IGP, atomic-aggregate and proper
759 aggregator attribute.
761 ** Suppressed route now installed into BGP table.  It is only
762 suppressed from announcement.
764 ** BGP router-id is properly set after "no router bgp ASN" and "router
765 bgp ASN".
767 ** Add check for nexthop is accessible or not for IBGP routes.
769 ** Add cehck for nexthop is on connected or not for EBGP routes.
771 ** "dump bgp route" command is changed to "dump bgp route-mrt" for
772 generating MRT compatible dump output.
774 ** Soft reconfiguration inbound and outbound is supported.
776 ** Route refresh feature is supported.
778 * Changes in vtysh
780 ** VTY shell is now included into the distribution.
782 * Changes in zebra-0.87
784 * Changes in lib
786 ** "show startup-config" command is added.
788 ** "show history" command is added.
790 ** Memory statistics command is changed.  New command
792    show memory all
793    show memory lib
794    show memory rip
795    show memory ospf
796    show memory bgp
798 are added.
800 ** Filters can be removed only specify it's name.  New command
802    no access-list NAME
803    no ip community-list NAME
804    no ip as-path access-list NAME
805    no route-map NAME
807 are added.
809 ** At any node, user can view/save user configuration.
811    write terminal
812    write file
813    wirte memory
815 are added to every node in default.
817 ** LCD completion is added.  For example both "ip" and "ipv6" command
818 are exist, "i" then press TAB will be expanded to "ip".
820 * Changes in bgpd
822 ** "show ip bgp" family shows total number of prefixes.
824 ** "no bgp default ipv4-unicast" command is added.
826 ** Extended Communities support is added.
828 ** "no neighbor PEER send-community extended" command is added.
830 ** MPLS-VPN PE-RR support is added.
832  New address family vpnv4 unicast is introduced.
834   !
835   address-family vpnv4 unicast
836    neighobr PEER activate
837    network A.B.C.D rd RD tag TAG
838   exit-address-family
839   !
841  To make it route-reflector, please configure it under normal router
842 bgp ASN.
844   !
845   router bgp 7675
846    no bgp default ipv4-unicast
847    bgp router-id 10.0.0.100
848    bgp cluster-id 10.0.0.100
849    neighbor 10.0.0.1 remote-as 65535
850    neighbor 10.0.0.1 route-reflector-client
851    neighbor 10.0.0.2 remote-as 65535
852    neighbor 10.0.0.2 route-reflector-client
853    neighbor 10.0.0.3 remote-as 65535
854    neighbor 10.0.0.3 route-reflector-client
855   !
856   address-family vpnv4 unicast
857    neighbor 10.0.0.1 activate
858    neighbor 10.0.0.2 activate
859    neighbor 10.0.0.3 activate
860   exit-address-family
861   !
863 * Changes in ospfd
865 ** Many many bugs are fixed.
867 * Changes in ripd
869 ** Better interface up/down event handle.
871 * Changes in zebra
873 ** Better interface up/down event handle.
875 * Changes in zebra-0.86
877 * Changes in lib
879 ** Fix bug of exec-timeout command which may cause crush.
881 ** Multiple same policy for "access-list", "ip prefix-list, "as-path
882 access-list", "ip community-list" is not duplicated.
884 ** It used to be "ip prefix-list A.B.C.D/M" match routes which mask >=
885 M.  Now default behavior is exact match so it only match routes which
886 mask == M.
888 * Changes in bgpd
890 ** "match ip address prefix-list" is added to route-map.
892 ** A route without local preference is evaluated as 100 local preference.
894 ** Select smaller router-id route when other values are same.
896 ** Compare MED only both routes comes from same neighboring AS.
898 ** "bgp always-compare-med" command is added.
900 ** Now MED value is passed to IBGP peer.
902 ** When neighbor's filter is configured with non-existent access-list,
903 as-path access-list, ip prefix-list, route-map.  The behavior is
904 changed from all permit to all deny.
906 * Changes in ospfd
908 ** Fix bug of external route tag byte order.
910 ** OSPF Neighbor deletion bug which cause crush is fixed.
912 ** Some route calculation bug are fixed.
914 ** Add sanity check with router routing table.
916 ** Fix bug of memory leak about linklist.
918 ** Fix bug of 1-WayReceived in NSM.
920 ** Take care of BIGENDIAN architecture.
922 ** Fix bug of NSM state flapping between ExStart and Exchange.
924 ** Fix bug of Network-LSA originated in stub network.
926 ** Fix bug of MS flag unset.
928 ** Add to schedule router_lsa origination when the interface cost
929 changes.
931 ** Increment LS age by configured interface transmit_delay.
933 ** distribute-list is reimplemented.
935 ** Fix bug of refresh never occurs.
937 ** Fix bug of summary-LSAs reorigination.  Correctly copy
938 OSPF_LSA_APPROVED flag to new LSA. when summary-LSA is reoriginatd.
940 ** Fix bug of re-origination when a neighbor disappears.
942 ** Fix bug of segmentation fault with DD retransmission.
944 ** Fix network-LSA re-origination problem.
946 ** Fix problem of remaining withdrawn routes on zebra.
948 * Changes in ripd
950 ** Do not leave from multicast group when interface goes down bug is
951 fixed.
953 * Changes in zebra
955 ** Remove client structure when client dies.
957 ** Take care static route when interface goes up/down.
959 * Changes in zebra-0.85
961 * Changes in bgpd
963 ** "transparent-nexthop" and "transparenet-as" commands are added.
965 ** Route reflector's originator-id bug is fixed.
967 * Changes in ospfd
969 ** Fix bug of OSPF LSA memory leak.
971 ** Fix bug of OSPF external route memory leak.
973 ** AS-external-LSA origination bug was fixed.
975 ** LS request treatment is completely rewritten.  Now performance is
976 drastically improved.
978 * Changes in ripd
980 ** RIPv1 update is done by class-full manner.
982 * Changes in zebra-0.84b
984 * Changes in lib
986 ** Fix bug of inet_pton return value handling
988 * Changes in bgpd
990 ** Fix bug of BGP-4+ link-local address nexthop check for IBGP peer.
992 ** Don't allocate whole buffer for displaying "show ip bgp".  Now it
993 consume only one screen size memory.
995 * Changes in ripd
997 ** Fix debug output string.
999 ** Add RIP peer handling.  RIP peer are shown by "show ip protocols".
1001 * Changes in zebra-0.84a
1003 * Changes in bgpd
1005 ** Fix serious bug of BGP-4+ peering under IPv6 link-local address.
1006    Due to the bug BGP-4+ peering may not be established.
1008 * Changes in zebra-0.84
1010 * Changes in lib
1012 ** IPv6 address and prefix parser is added to VTY by Toshiaki Takada
1013    <takada@zebra.org>.  DEFUN string is "X:X::X:X" for IPv6 address,
1014    "X:X::X:X/M" for IPv6 prefix.  You can use it like this.
1016    DEFUN (func, cmd, "neighbor (A.B.C.D|X:X::X:X) remote-as <1-65535>")
1018 ** VTY configuration is locked during configuration.  This is for
1019    avoiding unconditional crush from two terminals modify the
1020    configuration at the same time.  "who" command shows which termnal
1021    lock the configuration.  VTY which has '*' character at the head of
1022    line is locking the configuration.
1024 ** Old logging functions are removed.  Functions like
1025    log_open,log_close,openlog are deleted.  Instead of that please use
1026    zlog_* functions.  zvlog_* used in ospf6d are deleted also.
1028 ** "terminal monitor" command is added.  "no terminal monitor" is for
1029    disabling.  This command simply display logging information to the
1030    VTY.
1032 ** dropline.[ch] files are deleted.
1034 * Changes in bgpd
1036 ** BGP neighbor configuration are sorted by it's IP address.
1038 ** BGP peer configuration and actual peer is separated.  This is
1039    preparation for Route Server support.
1041 ** "no neighbor PEER" command is added. You can delete neighbor
1042    without specifying AS number.
1044 ** "no neighbor ebgp-multihop" command is added.
1046 ** "no neighbor port PORT" command is added.
1048 ** To conform RFC1771, "neighbor PEER send-community" is default
1049    behavior.  If you want to disable sending community attribute,
1050    please specify "no neighbor PEER send-community" to the peer.
1052 ** "neighbor maximum-prefix NUMBER" command is added.
1054 ** Multi-protocol extention NLRI is proceeded only when the peer is
1055    configured proper Address Family and Subsequent Address Family.  If
1056    not, those NLRI are simply ignored.
1058 ** Aggregate-address support is improved.  Currently below commands
1059    works.
1061   "aggregate-address"
1062   "aggregate-address summary-only"
1063   "no aggregate-address"
1064   "no aggregate-address summary-only"
1066   "ipv6 bgp aggregate-address"
1067   "ipv6 bgp aggregate-address summary-only"
1068   "no ipv6 bgp aggregate-address"
1069   "no ipv6 bgp aggregate-address summary-only"
1071 ** redistribute route-map bug is fixed.
1073 ** MBGP support becomes default.  "configure" option --enable-mbgp is
1074    removed.
1076 ** New command "neighbor PEER timers connect <1-65535>" is added.
1078 ** New command "neighbor PEER override-capability" is added.
1080 ** New command "show ip bgp neighbor A.B.C.D advertised-route" is added.
1082 ** New command "show ip bgp neighbor A.B.C.D routes" is added.  To use
1083    this command, you have to configure neighbor with
1084    "neighbor A.B.C.D soft-reconfiguration inbound" beforehand.
1085    
1087 * Changes in zebra-0.83
1089 * bgpd
1091 ** Serious bug fix about fetching global and link-local address at the
1092 same time.  Due to this bug, corrupted IPv6 prefix is generated.  If
1093 you uses bgpd for BGP-4+ please update to this version.  The bug is
1094 introduced in zebra-0.82.
1096 ** When bgpd send Notify message, don't use thread manager.  It is now
1097 send to neighbor immediately.
1099 * Changes in zebra-0.82
1101 ** Solaris 2.6 support is added by Michael Handler
1102 <handler@sub-rosa.com>.
1104 ** MBGP support is added by Robert Olsson <Robert.Olsson@data.slu.se>.
1105 Please specify --enable-mbgp to configure script.  This option will be
1106 removed in the future and MBGP support will be default.
1108 * Changes in zebra
1110 ** When interface goes down, withdraw connected routes from routing
1111 table.  When interface goes up, restore the routes to the routing
1112 table.
1114 ** `show interface' show interface's statistics on Linux and BSD with
1115 routing socket.
1117 ** Now zebra can get MTU value on BSDI/OS.
1119 * Changes in bgpd
1121 ** Add capability option support based upon
1122 draft-ietf-idr-bgp4-cap-neg-04.txt.
1124 ** Add `show ipv6 bgp prefix-list' command.
1126 ** Check self AS appeared in received routes.
1128 ** redistribute route-map support is added.
1130 ** BGP packet dump feature compatible with MRT.
1132 * Changes in ripd
1134 ** Fix bug of `timers basic' command's argument format.
1136 * Changes in ripngd
1138 ** Calculate max RTE using interface's MTU value.
1140 * Changes in ospfd
1142 ** Some correction to LSU processing.
1144 ** Add check for lsa->refresh_list.
1146 * Changes in ospf6d
1148 ** Many debug feature is added.
1150 * Changes in zebra-0.81
1152 ** SNMP support is disabled in default.--enable-snmp option is added
1153 to configure script.
1155 * Changes in bgpd
1157 ** Fix FSM bug which introduced in zebra-0.80.
1159 * Changes in zebra-0.80
1161 * access-list
1163   New access-list name space `ipv6 access-list' is added.  At the same
1164   time, `access-list' statemant only accepts IPv4 prefix.  Please be
1165   careful if you use IPv6 filtering.  You will need to change your
1166   configuration.  For IPv6 filtering please use `ipv6 access-list'.
1167   
1168   As of zebra-0.7x, user can use `access-list' for both IPv4 and IPv6
1169   filtering.
1170   
1171   ! zebra-0.7x
1172   access-list DML-net permit 203.181.89.0/24
1173   access-list DML-net permit 3ffe:506::0/32
1174   access-list DML-net deny any
1175   !
1176   
1177   Above configuration is not valid for zebra-08x.  Please add `ipv6'
1178   before 'access-list' when you configure IPv6 filtering.
1179   
1180   ! zebra-0.8x
1181   access-list DML-net permit 203.181.89.0/24
1182   access-list DML-net deny any
1183   !
1184   ipv6 access-list DML-net permit 3ffe:506::0/32
1185   ipv6 access-list DML-net deny any
1186   !
1188 * prefix-list
1190   And also new prefix-list name space `ipv6 prefix-list' is added.  It
1191   is the same as the change of `access-list'. `ip prefix-list' now only
1192   accept IPv4 prefix.  It was source of confusion that `ip prefix-list'
1193   can be used both IPv4 and IPv6 filtering.  Now name space is separated
1194   to clear the meaning of the filter.
1195   
1196   If you use `ip prefix-list' for IPv6 filtering, please change the
1197   stetement.
1198   
1199   ! zebra-0.7x
1200   ip prefix-list 6bone-filter seq 5 permit 3ffe::/17 le 24 ge 24
1201   ip prefix-list 6bone-filter seq 10 permit 3ffe:8000::/17 le 28 ge 28
1202   ip prefix-list 6bone-filter seq 12 deny 3ffe::/16
1203   ip prefix-list 6bone-filter seq 15 permit 2000::/3 le 16 ge 16
1204   ip prefix-list 6bone-filter seq 20 permit 2001::/16 le 35 ge 35
1205   ip prefix-list 6bone-filter seq 30 deny any
1206   !
1207   
1208   Now user can explicitly configure it as IPv6 prefix-list.
1209   
1210   ! zebra-0.8x
1211   ipv6 prefix-list 6bone-filter seq 5 permit 3ffe::/17 le 24 ge 24
1212   ipv6 prefix-list 6bone-filter seq 10 permit 3ffe:8000::/17 le 28 ge 28
1213   ipv6 prefix-list 6bone-filter seq 12 deny 3ffe::/16
1214   ipv6 prefix-list 6bone-filter seq 15 permit 2000::/3 le 16 ge 16
1215   ipv6 prefix-list 6bone-filter seq 20 permit 2001::/16 le 35 ge 35
1216   ipv6 prefix-list 6bone-filter seq 30 deny any
1217   !
1219 * RIP configuration
1221   If you want to filter only default route (0.0.0.0/0) and permit other
1222   routes, it was hard to do that.  Now `ip prefix-list' can be used for
1223   RIP route filtering.
1224   
1225   New statement:
1226   
1227   `distribute-list prefix PLIST_NAME (in|out) IFNAME'
1228   
1229   is added to ripd.  So you can configure on eth0 interface accept all
1230   routes other than default routes.
1231   
1232   !
1233   router rip
1234    distribute-list prefix filter-default in eth0
1235   !
1236   ip prefix-list filter-default deny 0.0.0.0/0 le 0
1237   ip prefix-list filter-default permit any
1238   !
1240 * RIPng configuration
1242   Same change is done for ripngd.  You can use `ipv6 prefix-list' for
1243   filtering.
1244   
1245   !
1246   router ripng
1247    distribute-list prefix filter-default in eth0
1248   !
1249   ipv6 prefix-list filter-default deny ::/0 le 0
1250   ipv6 prefix-list filter-default permit any
1251   !
1253 * BGP configuration
1255   So far, Multiprotocol Extensions for BGP-4 (RFC2283) configuration is
1256   done with traditional IPv4 peering statement like blow.
1257   
1258   !
1259   router bgp 7675
1260    neighbor 3ffe:506::1 remote-as 2500
1261    neighbor 3ffe:506::1 prefix-list 6bone-filter out
1262   !
1263   
1264   For separating configuration IPv4 and IPv6, and for retaining Cisco
1265   configuration compatibility, now IPv6 configuration is done by IPv6
1266   specific statement.  IPv6 BGP configuration is done by statement which
1267   start from `ipv6 bgp'.
1268   
1269   !
1270   router bgp 7675
1271   !
1272   ipv6 bgp neighbor 3ffe:506::1 remote-as 2500
1273   ipv6 bgp neighbor 3ffe:506::1 prefix-list 6bone-filter out
1274   !
1275   
1276   At the same time some IPv6 specific commands are deleted from IPv4
1277   configuration.
1278   
1279   o redistribute ripng
1280   o redistribute ospf6
1281   o neighbor PEER version BGP_VERSION
1282   o neighbor PEER interface IFNAME
1283   
1284   Those commands are only accepted as like below.
1285   
1286   o ipv6 bgp redistribute ripng
1287   o ipv6 bgp redistribute ospf6
1288   o ipv6 bgp neighbor PEER version BGP_VERSION
1289   o ipv6 bgp neighbor PEER interface IFNAME
1290   
1291   And below new commands are added.
1292   
1293   o ipv6 bgp network IPV6_PREFIX
1294   o ipv6 bgp redistribute static
1295   o ipv6 bgp redistribute connected
1296   o ipv6 bgp neighbor PEER remote-as <1-65535> [passive]
1297   o ipv6 bgp neighbor PEER ebgp-multihop [TTL]
1298   o ipv6 bgp neighbor PEER description DESCRIPTION
1299   o ipv6 bgp neighbor PEER shutdown
1300   o ipv6 bgp neighbor PEER route-reflector-client
1301   o ipv6 bgp neighbor PEER update-source IFNAME
1302   o ipv6 bgp neighbor PEER next-hop-self
1303   o ipv6 bgp neighbor PEER timers holdtime <0-65535>
1304   o ipv6 bgp neighbor PEER timers keepalive <0-65535>
1305   o ipv6 bgp neighbor PEER send-community
1306   o ipv6 bgp neighbor PEER weight <0-65535>
1307   o ipv6 bgp neighbor PEER default-originate
1308   o ipv6 bgp neighbor PEER filter-list FILTER_LIST_NAME (in|out)
1309   o ipv6 bgp neighbor PEER prefix-list PREFIX_LIST_NAME (in|out)
1310   o ipv6 bgp neighbor PEER distribute-list AS_LIST_NAME (in|out)
1311   o ipv6 bgp neighbor PEER route-map ROUTE_MAP_NAME (in|out)
1312   
1313   And some utility commands are introduced.
1314   
1315   o clear ipv6 bgp [PEER]
1316   o show ipv6 bgp neighbors [PEER]
1317   o show ipv6 bgp summary
1318   
1319   I hope these changes are easy to understand for current Zebra users...
1321 * To restrict connection to VTY interface.
1323   It used to be both IPv4 and IPv6 filter can be specified with one
1324   access-list.  Then the access-list can be appried to VTY interface
1325   with `access-class' stetement in `line vty' node.  Below is example in
1326   zebra-0.7x.
1327   
1328   !
1329   access-list local-only permit 127.0.0.1/32
1330   access-list local-only permit ::1/128
1331   access-list local-only deny any
1332   !
1333   line vty
1334    access-class local-only
1335   !
1336   
1337   Now IPv4 and IPv6 filter have each name space.  It is not possible to
1338   specify IPv4 and IPv6 filter with one access-list.  For setting IPv6
1339   access-list in `line vty', `ipv6 access-class' statement is
1340   introduced.  Let me show the configuration in zebra-0.8x.
1341   
1342   !
1343   access-list local-only permit 127.0.0.1/32
1344   access-list local-only deny any
1345   !
1346   ipv6 access-list local-only permit ::1/128
1347   ipv6 access-list local-only dny any
1348   !
1349   line vty
1350    access-class local-only
1351    ipv6 access-class local-only
1352   !
1354 * route-map
1356   New IPv6 related route-map match commands are added.
1357   
1358   o match ipv6 address
1359   o match ipv6 next-hop
1360   
1361   Please change your configuration if you use IP match statement for
1362   IPv6 route.
1363   
1364   zebra-0.7x config
1365   =================
1366   !
1367   access-list all permit any
1368   !
1369   route-map set-nexthop permit 10
1370    match ip address all
1371    set ipv6 next-hop global 3ffe:506::1
1372    set ipv6 next-hop local fe80::cbb5:591a
1373   !
1374   
1375   zebra-0.8x config
1376   =================
1377   !
1378   ipv6 access-list all permit any
1379   !
1380   route-map set-nexthop permit 10
1381    match ipv6 address all
1382    set ipv6 next-hop global 3ffe:506::1
1383    set ipv6 next-hop local fe80::cbb5:591a
1384   !
1386 * zebra connection
1388   Protocol daemon such as ripd, bgpd, ospfd will reconnect zebra daemon
1389   when the connection fail.  Those daemons try to connect zebra every 10
1390   seconds first three trial, then the interval changed to 60 seconds.
1391   After all, if ten connections are fail, protocol daemon give up the
1392   connection to the zebra daemon.
1394 * SNMP support (is not yet finished)
1396   Zebra uses SMUX protocol (RFC1227) for making communication with SNMP
1397   agent.  Currently lib/smux.c can be compiled only with ucd-snmp-4.0.1
1398   and http://ucd-snmp.ucdavis.edu/patches/012.patch.  It can not be
1399   compiled with ucd-snmp-3.6.2.
1400   
1401   After applying the patch to ucd-snmp-4.0.1, please configure it with
1402   SMUX module.
1403   
1404   % configure --with-mib-modules=smux
1405   
1406   After compile & install ucd-snmp-4.0.1, you will need to configure
1407   smuxpeer.  I'm now using below configuration.
1408   
1409   /usr/local/share/snmp/snmpd.conf
1410   ================================
1411   smuxpeer 1.3.6.1.6.3.1 test
1412   
1413   Above 1.3.6.1.6.3.1 and test is temporary configuration which is hard
1414   coded in lib/smux.c. Yes, I know it is bad, I'll change it ASAP.
1416 * HUP signal treatment
1418   From zebra-0.80, ripd will reload it's configuration file when ripd
1419   receives HUP signal.  Other daemon such as bgpd, ospfd will support
1420   HUP signal treatment soon.
1422 * Changes in zebra-0.79
1424 * Changes in zebra
1426 ** Broadcast address setting on Linux box bug is fixed.
1428 ** Protocol daemon can install connected IPv6 route into the kernel.
1430 ** Now zebra can handle blackhole route.
1432 * Changes in ripd
1434 ** Add route-map feature for RIP protocol.
1436 ** In case of RIP version 2 routing table entry has IPv4 address and
1437 netmask pair which host part bit is on, ignore the entry.
1439 * Changes in ripngd
1441 ** Change CMSG_DATA cast from (u_char *) to (int *).  (u_char *) does
1442 not work for NetBSD-currnet on SparcStation 10.
1444 * Changes in ospfd
1446 ** MaxAge LSA treatment is added.
1448 ** ABR/ASBR functionality is added.
1450 ** Virtual Link funtionality is added.
1452 ** ABR behaviors IBM/Cisco/Shortcut is added.
1454 * Changes in ospf6d
1456 ** Enclosed KAME specific part with #ifdef #endif
1458 * Changes in zebra-0.78
1460 * Changes in lib
1462 ** SNMP support is started.
1464 ** Now Zebra can work on BSD/OS 4.X.
1466 ** Now Zebra can compiled on vanilla OpenBSD 2.5 but not yet working correcltly.
1468 * Changes in zebra
1470 ** Interface index detection using ioctl() bug is fixed.
1472 ** Interface information protocol is changed.  Now interface
1473 addition/deletion and interface's address addition/deletion is
1474 separated.
1476 * Changes in bgpd
1478 ** BGP hold timer bug is fixed.
1480 ** BGP keepavlie timer becomes configurable.
1482 * Changes in ripd
1484 ** When making reply to rip's REQUEST message, fill in
1485 RIP_METRIC_INFINITY with network byte order using htonl ().
1487 ** Pass host byte order address to IN_CLASSC and IN_CLASSB macro.
1489 * Changes in ospfd
1491 ** LSA flooding works.
1493 ** Fix bug of DD processing.
1495 ** Fix bug of originating router-LSA bug is fixed.
1497 ** LSA structure is changed to support LSA aging.
1499 * Changes in ospf6d
1501 ** `ip6' statement in configuration is changed to `ipv6'.
1503 * Changes in zebra-0.77
1505 * Changes in lib
1507 ** SIGUSR1 reopen logging file.
1509 ** route-map is extended to support multi-protocol routing
1510 information.
1512 ** When compiling under GNU libc 2.1 environment don't use inet6-apps.
1514 * Changes in zebra
1516 ** Basic IPv6 router advertisement codes added.  It is not yet usable.
1518 ** Fix IPv6 route addition/deletion bug is fixed.
1520 ** `show ip route A.B.C.D' works
1522 * Changes in bgpd
1524 ** When invalid unfeasible routes length comes, bgpd send notify then
1525 continue to process the packet.  Now bgpd stop parsing invalid packet
1526 then return to main loop.
1528 ** BGP-4+ withdrawn routes parse bug is fixed.
1530 ** When BGP-4+ information passed to non shared network's peer, trim
1531 link-local next-hop information.
1533 ** `no redistribute ROUTE_TYPE' withdraw installed routes from BGP
1534 routing information.
1536 ** `show ipv6 route IPV6ADDR' command added.
1538 ** BGP start timer has jitter.
1540 ** Holdtimer configuration bug is fixed.  Now configuration does not
1541 show unconfigured hold time value.
1543 * Changes in ripngd
1545 ** Now update timer (default 30 seconds) has +/- 50% jitter value.
1547 ** Add timers basic command.
1549 ** `network' configuration is dynamically reflected.
1551 ** `timers basic <update> <timeout> <garbage>' added.
1553 * Changes in ripd
1555 ** Reconstruct almost codes.
1557 ** `network' configuration is dynamically reflected.
1559 ** RIP timers now conforms to RFC2453.  So user can configure update,
1560 timeout, garbage timer.
1562 ** `timers basic <update> <timeout> <garbage>' works.
1564 * Changes in ospfd
1566 ** Bug of originating network LSA is fixed.
1568 ** `no router ospf' core dump bug is fixed.
1570 * Changes in ospf6d
1572 ** Redistribute route works.
1574 * Changes in zebra-0.76
1576 * Changes in lib
1578 ** configure.in Linux IPv6 detection problem is fixed.
1580 ** Include SERVICES file to the distribution
1582 ** Update zebra.texi to zebra-0.76.
1584 * Changes in zebra-0.75
1586 * Changes in lib
1588 ** `termnal length 0' bug is fixed.
1590 * Changes in zebra
1592 ** When zebra starts up, sweep all zebra installed routes.  If -k or
1593 --keep_kernel option is specified to zebra dameon.  This function is
1594 not performed.
1596 * Changes in ripngd
1598 ** Aggreagte address command supported.  In router ripngd,
1599 `aggregate-address IPV6PREFIX' works.
1601 * Changes in bgpd
1603 ** Input route-map's bug which cause segmentation violation is fixed.
1605 ** route-map method improved.
1607 ** BGP-4+ nexthop detection improved.
1609 ** BGP-4+ route re-selection bug is fixed.
1611 ** BGP-4+ iBGP route's nexthop calculation works.
1613 ** After connection Established `show ip bgp neighbor' display BGP TCP
1614 connection's source and destination address.
1616 ** In case of BGP-4+ `show ip bgp neighbor' display BGP-4+ global and
1617 local nexthop which used for originated route.  This address will be
1618 used when `next-hop-self'.
1620 * Changes in ospfd
1622 ** Fix bug of DR election.
1624 ** Set IP precedence field with IPTOS_PREC_INTERNET_CONTROL.
1626 ** Schedule NeighborChange event if NSM status change.
1628 ** Never include a neighbor in Hello packet, when the neighbor goes
1629 down.
1631 * Changes in zebra-0.74
1633 * Changes in lib
1635 ** Now `terminal length 0' means no line output control.
1637 ** `line LINES' command deleted.  Instead of this please use `terminal
1638 length <0-512>'.
1640 ** `terminal length <0-512>' is each vty specific configuration so it
1641 can not be configured in the configuration file.  If you want to
1642 configure system wide line control, please use `service
1643 terminal-length <0-512>'.  This configuration affects to the all vty
1644 interface.
1646 * Changes in zebra
1648 ** Installation of IPv6 route bug is fixed.
1650 * Changes in bgpd
1652 ** Very serious bug of bgp_stop () is fixed. When multiple route to
1653 the same destination exist, bgpd try to announce the information to
1654 stopped peer.  Then add orphan write thread is added.  This cause
1655 many strange behavior of bgpd.
1657 ** Router-id parsing bug is fixed.
1659 ** With BGP-4+ nexthop installation was done with global address but
1660 it should be link-local address.  This bug is fixed now.
1662 ** When incoming route-map prepend AS, old AS path remained.  Now bgpd
1663 free old AS path.
1665 ** `neighbor PEER weight <0-65535>' command added.
1667 * Changes in ripngd
1669 ** Almost codes are rewritten to conform to RFC2080.
1671 * Changes in ospfd
1673 ** SPF calculation timer is added.  Currently it is set to 30 seconds.
1675 ** SPF calculation works now.
1677 ** OSPF routing table codes are added.
1679 ** OSPF's internal routes installed into the kernel routing table.
1681 ** Now `ospfd' works as non-area, non-external route support OSPF
1682 router.
1684 ** Call of log_rotate() is removed.
1686 * Changes in ospf6d
1688 ** LSA data structure is changed.
1690 ** Call of log_rotate() is removed.
1692 * Changes in zebra-0.73
1694 * Changes in lib
1696 ** `config terminal' is changed to `configure terminal'.
1698 ** `terminal length <0-512>' command is added.
1700 ** Variable length argument was specified by `...'.  Now all strings
1701 started with character `.' is variable length argument.
1703 * Changes in zebra
1705 ** Internal route (such as iBGP, internal OSPF route) handling works
1706 correctly.
1708 ** In interface node, `ipv6 address' and `no ipv6 address' works.
1710 ** Interface's address remain after `no ip address' bug is fixed.
1712 ** Host route such as IPv4 with /32 mask and IPv6 with /128 mask
1713 didn't set RTF_GATEWAY even it has gateway.  This bug if fixed now.
1715 * Changes in bgpd
1717 ** `match as-path' argument is used to be specify AS PATH value itself
1718 directly (e.g. ^$).  But it is changed to specify `ip as-apth
1719 access-list' name.
1721 ** iBGP route handle works without getting error from the kernel.
1723 ** `set aggregator as AS A.B.C.D' command is added to route-map.
1725 ** `set atomic-aggregate' command is added to bgpd's routemap.
1727 ** Announcement of atomic aggregate attribute and aggregator attribute
1728 works.
1730 ** `update-source' bug is fixed.
1732 ** When a route learned from eBGP is announced to iBGP, local
1733 preference was set to zero.  But now it set to
1734 DEFAULT_LOCAL_PREF(100).
1736 * Changes in ripd
1738 ** RIPv1 route filter bug is fixed.
1740 ** Some memory leak is fixed.
1742 * Changes in ospfd
1744 ** Fix bug of DR Election.
1746 ** Fix bug of adjacency forming.
1748 * Changes in ospf6d
1750 ** Clean up logging message.
1752 ** Reflect routing information to zebra daemon.
1754 * Changes in zebra-0.72
1756 * Changes in lib
1758 ** When getsockname return IPv4 mapped IPv6 address.  Convert it to
1759 IPv4 address.
1761 * Changes in bgpd
1763 ** Change route-map's next-hop related settings.
1765 set ip nexthop          -> set ip next-hop
1766 set ipv6 nexthop global -> set ipv6 next-hop global
1767 set ipv6 nexthop local  -> set ipv6 next-hop local
1769 ** Add `next-hop-self' command.
1771 * Changes in ospfd
1773 ** Fix bug of multiple `network area' directive crashes.
1775 * Changes in zebra-0.71
1777 * Changes in lib
1779 ** `log syslog' command is added.
1781 ** Use getaddrinfo function to bind IPv4/IPv6 server socket.
1783 ** `no banner motd' will suppress motd output when user connect to VTY.
1785 ** Bind `quit' command to major nodes.
1787 * Changes in zebra
1789 ** Point-to-point link address handling bug is fixed.
1791 * Changes in bgpd
1793 ** AS path validity check is added.  If malformed AS path is received
1794 NOTIFY Malformed AS path is send to the peer.
1796 ** Use getaddrinfo function to bind IPv4/IPv6 server socket.
1798 * Changes in ripd
1800 ** Connected network announcement bug is fixed.
1802 ** `broadcast' command is deleted.
1804 ** `network' command is added.
1806 ** `neighbor' command is added.
1808 ** `redistribute' command is added.
1810 ** `timers basic' command is added.
1812 ** `route' command is added.
1814 * Changes in ripngd
1816 ** Fix metric calculation bug.
1818 * Changes in ospfd
1820 ** Check sum bug is fixed.
1822 * Chanegs in ospf6d
1824 ** Routing table code is rewritten.
1826 * Changes in zebra-0.70
1828 * Changes in zebra
1830 ** Critical routing information base calculation bug check is fixed.
1832 ** zebra ipv4 message is extended to support external/internal route
1833 flavor.
1835 ** Now if internal route doesn't has direct connected nexthop, then
1836 nexthop is calculated by looking up IGP routing table.
1838 * Changes in bgpd
1840 ** `neighbor PEER update-source IFNAME' command added as ALIAS to
1841 `neighbor PEER interface IFNAME'.
1843 * Changes in ospfd
1845 ** DD null pointer bug is fixed.
1847 * Changes in zebra-0.69
1849 * Changes in zebra
1851 ** zebra redistirbution supports dynamic notification of the route
1852 change.  If you add static route while running zebra, it will be
1853 reflected to other protocol daemon which set `redistribute static'.
1855 ** If static route installation is failed due to the error.  The
1856 static route is not added to the configuration and zebra routing
1857 table.
1859 ** zebra sets forwarding flag to on when it starts up.
1861 ** `no ip forwarding' turn off IPv4 forwarding.
1863 ** `no ipv6 forwarding' turn off IPv6 forwarding.
1865 ** Change `show ipforward' command to `show ip forwarding'.
1867 ** Change `show ipv6forward' command to `show ipv6 forwarding'.
1869 ** `ip route A.B.C.D/M INTERFACE' works.  So you can set `ip route
1870 10.0.0.0/8 eth0'.
1872 * Changes in bgpd
1874 ** `neighbor PEER send-community' command is added.  If the option is
1875 set, bgpd will send community attribute to the peer.
1877 ** When a BGP route has no-export community attribute and
1878 send-community is set to the peer, the route is not announced to the
1879 peer.
1881 * Changes in ripngd
1883 ** When ripngd terminates, delete all installed route.
1885 ** `redistribute static', `redistribute connected' works.
1887 ** Change `debug ripng event' to `debug ripng events'.
1889 ** Change `show debug ripng' to `show debugging ripng'.
1891 ** Bug of static route deletion is fixed.
1893 * Changes in ospfd
1895 ** LS request and LS update can be send and received.
1897 * Changes in zebra-0.68
1899 * Changes in lib
1901 ** DEFUN() is extended to support (a|b|c) statement.
1903 ** Input buffer overflow bug is fixed.
1905 * Changes in bgpd
1907 ** `ip community-list' is added.
1909 ** set community and match community is added to route-map statement.
1911 ** aggregate-address A.B.C.D/M partly works.  Now it works only
1912 summary-only mode.
1914 * Changes in zebra
1916 ** IPv6 network address delete bug is fixed.
1918 * Changes in ospfd
1920 ** DR election bug fixed.
1922 ** Now Database Description can be send or received.
1924 ** Neighbor State Machine goes to Full state.
1926 * Changes in ospf6d
1928 ** router zebra related bug is fixed.
1930 * Changes in zebra-0.67
1932 * Changes in lib
1934 ** `service password-encryption' is added for encrypted password.
1936 * Changes in bgpd
1938 ** `set as-path prepend ASPATH' is added to route-map command.
1940 ** `set weight WEIGHT' is added to route-map command.
1942 ** `no set ipv6 nexthop global' and `no set ipv6 nexthop local'
1943 command is added to route-map.
1945 ** `neighbor IP_ADDR version BGP_VERSION' command's BGP_VERSION
1946 argument changed.
1948 Old               New
1949 =====================
1950 bgp4              4
1951 bgp4+             4+
1952 bgp4+-draft-00    4-
1953 =====================
1955 If you want to peer with old draft version of BGP-4+, please configure
1956 like below:
1958 router bgp ASN
1959  neighbor PEER version 4-
1961 ** Some AS path isn't correctly compared during route selection.  Now
1962 it is fixed.
1964 * Changes in ospfd
1966 ** `router zebra' is default behavior.
1968 * Changes in ospf6d
1970 ** `router zebra' is default behavior.
1972 * Changes in zebra-0.66
1974 * Changes in zebra
1976 ** When other daemon such as gated install routes into the kernel then
1977 zebra blocks.  This is only occur with netlink socket.  Now socket is
1978 set as NONBLOCKING and problem is fixed.  Reported and fixed by
1979 Patrick Koppen <koppen@rhrk.uni-kl.de>
1981 * Changes in bgpd
1983 ** Now `router zebra' is not needed to insert BGP routes into the
1984 kernel.  It is default behavior.  If you don't want to install the BGP
1985 routes to the kernel, please configure like below:
1988 router zebra
1989  no redistribute bgp
1992 ** redistribute connected works.
1994 ** redistribute static now filter local loopback routes and link local
1995 network.
1997 * Changes in ripd
1999 ** Some network check is added.  Patch is done by Carlos Alberto
2000 Barcenilla <barce@frlp.utn.edu.ar>
2002 * Changes in ripngd
2004 ** Sometimes ripngd install wrong nexthop into the kernel.  This bug
2005 is fixed now.
2007 ** Now `router zebra' is not needed to insert RIPng routes into the
2008 kernel.  It is default behavior. If you don't want to install the BGP
2009 routes to the kernel, please configure like below:
2012 router zebra
2013  no redistribute ripng
2016 * Changes in zebra-0.65
2018 * Changes in lib
2020 ** `C-c' changes current node to ENABLE_NODE.  Previously it doesn't.
2022 ** In ENABLE_NODE, `exit' command close vty connection.
2024 ** `service advanced-vty' enable advanced vty function.  If this
2025 service is specified one can directly connect to ENABLE_NODE when
2026 enable password is not set.
2028 ** `lines LINES' command is added by Stephen R. van den Berg
2029 <srb@cuci.nl>.
2031 * Changes in zebra
2033 ** Basic Linux policy based routing table support is added by Stephen
2034 R. van den Berg <srb@cuci.nl>.
2036 * Changes in bgpd
2038 ** route-map command is improved:
2039   `match ip next-hop': New command.
2040   `match metric': New command.
2041   `set metric': Doc fixed.
2042   `set local-preference': DEFUN added.
2044 * Changes in ripd
2046 ** Check of announced network is added.  Now multicast address is
2047 filtered.  Reported by Carlos Alberto Barcenilla
2048 <barce@frlp.utn.edu.ar>
2050 ** Check of network 127 is added.  Reported by Carlos Alberto
2051 Barcenilla <barce@frlp.utn.edu.ar>
2053 * Changes in ripngd
2055 ** Aging route bug is fixed.
2057 ** `router zebra' semantics changed.  ripngd automatically connect to
2058 zebra.
2060 * Changes in ospfd
2062 ** `no router ospf' works.
2064 * Changes in ospf6d
2066 ** Bug fix about network vertex.
2068 * Changes in zebra-0.64.1.
2070 This is bug fix release.
2072 * Changes in lib
2074 ** Add check of sin6_scope_id in struct sockaddr_in6.  For compilation
2075 on implementation which doesn't have sin6_scope_id.  Reported by Wim
2076 Biemolt <Wim.Biemolt@ipv6.surfnet.nl>.
2078 * Changes in zebra
2080 ** Fix bug of display BGP routes as "O" instead of "B".  Reported by
2081 "William F. Maton" <wmaton@enterprise.ic.gc.ca> and Dave Hartzell
2082 <hartzell@greatplains.net>.
2084 * Changes in bgpd
2086 ** `no network IPV6_NETWORK' statement and `no neighbor IP_ADDR timers
2087 holdtime [TIMER]' statement doesn't work. Reported by Georg Hitsch
2088 <georg@atnet.at>.  Now both statement work.
2090 * Changes in ospfd
2092 ** Last interface is not updated by ospf_if_update().  Reported by
2093 Dave Hartzell <hartzell@greatplains.net>.
2095 * Changes in ospf6d
2097 ** Byte order of ifid is changed.  Due to this change, this code will
2098 not work with previous version, sorry.
2100 ** Fix `show ip route' route type mismatch.
2102 ** Fix bug of no network IPV6_NETWORK.
2104 ** Important bug fix about intra-area-prefix-lsa.
2106 * Changes in zebra-0.64.
2108 * Changes in lib
2110 ** prefix-list based filtering routine is added.  Currently used in
2111 bgpd but it will be in other daemons.
2113 * Changes in bgpd
2115 ** `no router bgp' works.  But network statement is not cleared.  This
2116 should be fixed in next beta.
2118 ** Route reflector related statement is added.
2120   router bgp ASN
2121     bgp cluster-id a.b.c.d
2122     neighbor a.b.c.d route-reflector-client
2124   is added.
2126 ** Prefix list based filtering is added.
2128   router bgp ASN
2129     neighbor a.b.c.d prefix-list PREFIX_LIST_NAME
2131 ** Prefix list based routing display works.
2133   show ip bgp prefix-list PREFIX_LIST_NAME
2135 * Changes in ripd
2137 ** Fix route metric check bug.  Reported from Mr. Carlos Alberto
2138 Barcenilla.
2140 * Changes in ospf6d
2142 ** There are many changes.  If you have interested in ospf6d please
2143 visit ospf6d/README file.
2145 * Changes in zebra-0.63 first beta package.
2147 * Changes in lib
2149 ** `copy running-config stgartup-config' command is added.
2151 ** prefix length check bug is fixed.  Thanks Marlos Barcenilla
2152 <barce@frip.utn.edu.ar>.
2154 * Changes in ospfd
2156 ** DR and BDR election works.
2158 ** OSPF Hello simple authentication works.
2160 * Changes in ospf6d
2162 ** Now ospf6d can be compiled on both Linux and *BSD system.
2164 * Changes in zebra-19990420 snapshot
2166 ** `make dist' at top directory works now.
2168 * Changes in lib
2170 ** VTY has now access-class to restrict remote connection.
2171 Implemented by Alex Bligh <amb@gxn.net>.
2174 line vty
2175   access-class ACCESS-LIST-NAME
2178 ** `show version' command added.  Implemented by Carlos Alberto
2179 Barcenilla <barce@frlp.utn.edu.ar>
2181 * Changes in zebra
2183 ** `ip address' command on *BSD bug is fixed.
2185 ** `no ip address' works now for IPv4 address.
2187 ** Now `write terminal' display `ip address' configuration.
2189 * Changes in bgpd
2191 ** Redistribute static works now.  Please run both zebra and bgpd.
2192 bgpd.conf should be like this:
2195 router zebra
2197 router bgp ASN
2198   redisitribute static
2201 * Changes in guile
2203 ** configure --enable-guile turns on zebra-guile build.
2205 ** (router-bgp ASN) allocates real bgp structre.
2207 * Changes in zebra-19990416 snapshot
2209 ** Set version to 0.60 for preparation of beta release.
2211 ** New directory guile is added for linking with guile interpreter.
2213 * Changes in zebra
2215 ** On GNU/Linux Kernel 2.2.x (with netlink support), zebra detects
2216 asynchronous routing updates.  *BSD support is not yet finished.
2218 * Changes in bgpd
2220 ** `show ip bgp regexp ASPATH_REGEX' uses CISCO like regular expression 
2221 instead of RPSL like regular expression.  I'm planing to provide RPSL
2222 like regular expression with `show ip bgp rpsl' or something.
2224 * Changes in lib
2226 ** Press '?' at variable mandatory argument, vty prints nothing.  Now
2227 vty outputs description about the argument.  Fixed by Alex Bligh
2228 <amb@gxn.net>
2230 ** buffer.c has some ugly bugs.  Due to the bug, vty interface hangs
2231 when large output date exists.  This bug is fixed. Reported by Alex
2232 Bligh <amb@gxn.net>.
2234 * Changes in ospfd
2236 ** DR and BDR information is shown by `show ip ospf interface' command.
2238 * Changes in zebra-19990408 snapshot
2240 * Changes in bgpd
2242 ** Old BGP-4+ specification (described in old draft) treatment bug is
2243 fixed.  It seems that mrtd uses this format as default.  So if you
2244 have problem peering with mrtd and want to use old draft format please
2245 use version statement like this.
2247 neighbor PEER_ADDRESS remote-as ASN
2248 neighbor PEER_ADDRESS version bgp4+-draft-00
2250 ** When AS path is epmty (routes generated by bgpd), SEGV is occur
2251 when announce the routes to eBGP peer.  Reported by
2252 kad@gibson.skif.net.
2254 ** ip as-path access-list command is added.
2256 ** neighbor PEER_ADDRESS filter-list AS_LIST [in|out] command is added.
2258 ** neighbor PEER_ADDRESS timers holdtimer TIMER command is added.
2260 * Changes in all daemons
2262 ** With KAME stack, terminal interface is now bind AF_INET socket
2263 instead of AF_INET6 one.
2265 * Changes in zebra-19990403 snapshot
2267 * Changes in bgpd
2269 ** When bgpd has 'router zebra', bgpd automatically select it's router
2270 ID as most highest interface's IP Address.
2272 ** When AS path is empty (in case of iBGP), it doesn't include any AS
2273 segment.  This change is for announcement to gated under iBGP.
2275 * Changes in ospfd
2277 ** OSPF hello packet send/receive works.
2279 * Changes in ospf6d
2281 ** Yasuhiro Ohara's ospf6d codes is imported.  It is under development
2282 and can't be compiled on any platform.
2284 * Changes in zebra-19990327 snapshot
2286 * Changes in bgpd
2288 ** When BGP-4+ connection is done by IPv6 link-local address.  One
2289 have to specify interface index for the connection.  So I've added
2290 interface statement to the neighbor commmand.  Please specify
2291 interface name for getting interface index like below.  This statement
2292 only works on GNU/Linux.  I'll support BSD ASAP.
2294 router bgp 7675
2295  neighbor fe80::200:f8ff:fe01:5fd3 remote-as 2500
2296  neighbor fe80::200:f8ff:fe01:5fd3 interface sit3
2298 ** For disable BGP peering `shutdown' command is added.
2300 router bgp 7675
2301  neighbor 10.0.0.1 shutdown
2303 ** `description' command is added to neighbor statement.
2305 router bgp 7675
2306  neighbor 10.0.0.1 description peering with Norway.
2308 ** `show ip bgp regexp AS-REGEXP' works again.
2310 show ip bgp regexp AS7675
2312 will show routes which include AS7675.
2314 ** When a route which is made from `network' statement is send to
2315 neighbor.  Set it's nexthop to self.  So 10.0.0.0/8 is announced to
2316 the peer A with source address 192.168.1.1.  The routes nexthop is set
2317 to 192.168.1.1.
2319 * Changes in zebra
2321 ** In zebra/rtread_sysctl.c, function rtm_read() may overrun allocated
2322 buffer when the address family is not supported and the length is big
2323 (i.e link address).  Reported Achim Patzner <ap@bnc.net>.
2325 * Changes in ospfd
2327 ** Now ospfd receive OSPF packet.
2329 * Changes in zebra-19990319 snapshot
2331 * Changes in configuration and libraries
2333 ** User can disable IPv6 feature and/or pthread feature by configure
2334    option.
2336   To disable IPv6:    configure --disable-ipv6
2337   To disable pthread: configure --disable-pthread
2339 ** User can disable specified daemon by configure option.
2341   Don't make zebra:  configure --disable-zebra
2342   Don't make bgpd:   configure --disable-bgpd
2343   Don't make ripd:   configure --disable-ripd
2344   Don't make ripngd: configure --disable-ripngd
2345   Don't make ospfd:  configure --disable-ospfd
2346   Don't make ospf6d: configure --disable-ospf6d
2348 ** Sample configuration files are installed as 600 file flag.
2349    Suggested by Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>.
2351 ** syslog logging feature is added by Peter Galbavy
2352    <Peter.Galbavy@knowledge.com>
2354 ** Inclusion of standard header files is reworked by Peter Galbavy
2355    <Peter.Galbavy@knowledge.com>
2357 ** Change description from GNU/Linux 2.1.X to GNU/Linux 2.2.X
2359 ** If daemon function exists in standard C library use it.
2361 ** To generate configure script we upgrade autoconf to 2.13.  To
2362 generate Makefile.in we upgrade automake to 1.4.
2364 ** doc/texinfo.tex is added to distribution.
2366 ** Update ports/pkg/DESCR description.
2368 ** Update doc/zebra.texi.
2370 ** logfile FILENAME statement deleted.  Instead of that please use log
2371 file FILENAME.
2373 * Changes in zebra
2375 * Changes in bgpd
2377 ** Communication between zebra and bgpd works now.  So if there is
2378    `router zebra' line in bgpd.conf, selected route is installed
2379    into kernel routing table.
2381 ** Delete all routes which inserted by bgpd when bgpd dies.  If you
2382 want to retain routes even bgpd dies please specify [-r|--retain]
2383 option to bgpd.
2385 ** BGP announcement code is reworked.  Now bgpd announce selected
2386    routes to other peer.
2388 ** All output bgp packet is buffered.  It's written to the socket when
2389    it gets ready.
2391 ** Output route-map works now.  You can specify output route-map by:
2393    neighbor IP_ADDR route-map ROUTE_MAP_NAME out
2395 ** New route-map command added.
2397    set ip nexthop IP_ADDR
2398    set ipv6 nexthop global IP_ADDR
2400 ** Fix bug about unlock of the route_node structure.
2402 ** BGP-4+ support is added.  bgpd can listen and speak BGP-4+ packet
2403 specified in RFC2283. You can view IPv6 bgp table by: `show ipv6 bgp'.
2405 ** Meny packet overflow check is added.
2407 * Changes in ripd
2409 * Changes in ripngd
2411 * Changes in ospfd
2413 ** ospfd work is started by Toshiaki Takada <takada@zebra.org>.  Now
2414 several files are included in ospfd directory.
2416 ** ospf6d codes are merged from Yasuhiro Ohara <yasu@sfc.wide.ad.jp>'s
2417 ospfd work.  Now codes are located in ospf6d directory.
2420 Local variables:
2421 mode: outline
2422 paragraph-separate: "[  \f]*$"
2423 end: