1 * Changes in Quagga 0.99.10
3 - [bgpd] 4-byte AS support added
4 - [bgpd] MRT format changes to version 2. Those relying on
5 bgpd MRT table dumps may need to update their tools.
7 * Changes in Quagga 0.99.2
9 - [bgpd] Work queues added to bgpd to split up update processing,
10 particularly beneficial when a peer session goes down. AS_PATH
11 parsing rewritten to be clearer, more robust and ready for 4-byte.
13 - [ripd] Simple authentication is no longer the default authentication
14 mode for ripd. The default is now no-authentication. Any setups which
15 used simple authentication will probably need to update their
16 configuration manually.
18 - [ospfd] 1s dead-interval with sub-second Hellos feature added.
19 SPF timers now specified in milliseconds, and with adaptive
20 hold-time support. RFC3137 Stub-router support added. Default ABR
23 - Solaris least privileges support added.
25 * Changes in Quagga 0.99.1
27 - Zserv is now buffered via threads and non-blocking in most cases for both
28 clients and zebra, which should improve responsiveness of daemons when
29 they must send many messages to zebra.
31 - 'show thread cpu' now displays both cpu+system and wall-clock time,
32 where getrusage() is available.
34 - Background threads added and workqueue API added, with a
35 'show work-queues' command. Thread scheduling improved slightly.
37 - Zebra now has a work-queue for RIB processing. See 'show work-queues' in
40 - Support for interface renaming on Linux netlink systems.
42 - GNU Zebra bgpd merges, including BGP Graceful-restart and "match ip
43 route-source" command.
45 - Automatic logging of backtraces should daemons crash to assist in
46 diagnosis. See the documentation for more information on configuring
47 logging correctly, and set --enable-gcc-rdynamic if compiling with gcc.
49 * Changes in Quagga 0.98.0
51 - Logging facilities upgraded. One can now specify a severity level
52 for each logging destination. And a new "show logging" command gives
53 thorough information on the current logging system configuration.
55 - Watchquagga daemon added. This is not well tested yet. Please try
56 monitor mode first before enabling restart features. It is important
57 to make sure that the various timers are configured with appropriate
60 - BGP route-server support added. See the texinfo documentation.
62 - OSPF API initialisation is disabled by default even if compiled in. You
63 can enable it with -a/--apiserver command line switch.
65 - "write-config integrated" vtysh command replaced with "service
66 integrated-vtysh-config" command.
68 - Router id is now handled by zebra daemon and all daemons receive changes
69 from it. Router id can be overriden in daemons' configurations of course.
70 To fix common router id in zebra daemon you can either install non-127
71 address on loopback or use "router-id x.x.x.x" command.
73 - "secondary" keyword is removed from ip address configuration. All
74 supported OS'es have their own vision what's secondary address and
77 - Zebra no longer enables forwarding by default. If you rely on zebra to
78 enable forwarding make sure to add '<ip|ip6> forwarding' statements
79 to your zebra configuration file.
81 - All libraries are built and used shared, on platforms where libtool
82 supports shared libraries.
84 - Router advertisement syntax is changed. In usual cases (if you didn't do
85 any fancy stuff) it's enough to change lines in configuration from:
86 "ipv6 nd prefix-advertisement X:X:X:X::/X 2592000 604800 autoconfig on-link"
88 "ipv6 nd prefix X:X:X:X::/X"
90 All router advertisement options are documented in texi documentation.
92 - --enable-nssa configure switch is removed. NSSA support is stable enough.
94 - Daemons don't look at current directory for config file any more.
96 * Changes in Quagga 0.96.5
98 - include files are installed in $(prefix)/include/quagga. Programs
99 building against these includes should -I$(prefix)/include and e.g.
100 #include <quagga/routemap.h>
102 - New option --enable-exampledir puts example files in a separate
103 directory from $(sysconfdir), easing NetBSD pkgsrc hierarchy rules
106 - New configure options --enable-configfile-mask and
107 --enable-logfile-mask to set umask values for config and log
108 values. Masks default to 0600, matching previous behavior.
110 - Import current CVS isisd from SourceForge, then merge it with
111 the Quagga's Framework.
113 * Changes in Quagga 0.96.4
115 - Further fixes to ospfd, some relating to the PtP revert. Interface
116 lookups should be a lot more robust now.
118 - Fix for a remote triggerable crash in vty layer.
120 - Improvements to ripd, and addition of split horizon support.
122 - Improved bgpd table support, now dumps at time of day intervals rather
123 than time from startup intervals. Much improved support for IPv6 table
124 dumps. show commands for views improved.
126 * Changes in Quagga 0.96.3
128 - revert the 'generic PtP' patch. Means Quagga will no longer work with
129 FreeSWAN, however, on the plus side this gets rid of a lot of niggly bugs
130 which the PtP patch introduced.
132 * Changes in Quagga 0.96.2
136 * Changes in Quagga 0.96.1
138 - Iron out problem with the privileges definitions
140 * Changes in Quagga 0.96
142 - Privilege support, daemons now run with the minimal privileges needed, see
143 the documentation for details.
145 - NSSA ABR support in ospfd.
147 - OSPF-API support merged in.
149 - 6WIND patch merged in.
151 * Changes in zebra-0.93
155 ** Configuration is changed to new format.
159 ** Crush bugs which reported on Zebra ML is fixed.
161 ** Opaque LSA and TE LSA support is added by KDD R&D Laboratories,
166 ** Many bugs are fixed.
168 * Changes in zebra-0.92a
172 ** Fix "^$" community list bug.
174 ** Below command's Address Family specific configurations are added
177 route-reflector-client
179 soft-reconfiguration inbound
183 ** Treat kernel type routes as EGP routes.
185 * Changes in zebra-0.92
187 ** Overall security is improved. Default umask is 0077.
191 ** If output interface is in simple password authentication mode,
192 substruct one from rtemax.
196 ** IPv4 multicast and IPv6 unicast configuration is changed to so
197 called new config. All of AFI and SAFI specific configuration is
198 moved to "address-family" node. When you have many IPv6 only
199 configuration, you will see many "no neighbor X:X::X:X activate" line
200 in your configuration to disable IPv4 unicast NLRI exchange. In that
201 case please use "no bgp default ipv4-unicast" command to suppress the
202 output. Until zebra-0.93, old config is still left for compatibility.
207 bgp router-id 10.0.0.1
208 redistribute connected
209 network 192.168.0.0/24
210 neighbor 10.0.0.2 remote-as 7675
211 ipv6 bgp network 3ffe:506::/33
212 ipv6 bgp network 3ffe:1800:e800::/40
213 ipv6 bgp aggregate-address 3ffe:506::/32
214 ipv6 bgp redistribute connected
215 ipv6 bgp neighbor 3ffe:506:1000::2 remote-as 1
220 bgp router-id 10.0.0.1
221 network 192.168.0.0/24
222 redistribute connected
223 neighbor 10.0.0.2 remote-as 7675
224 neighbor 3ffe:506:1000::2 remote-as 1
225 no neighbor 3ffe:506:1000::2 activate
228 network 3ffe:506::/33
229 network 3ffe:1800:e800::/40
230 aggregate-address 3ffe:506::/32
231 redistribute connected
232 neighbor 3ffe:506:1000::2 activate
237 ** Internal interface treatment is changed. Now ospfd can handle
238 multiple IP address for an interface.
240 ** Redistribution of loopback interface's address works fine.
242 * Changes in zebra-0.91
244 ** --enable-oldrib configure option is removed.
246 ** HAVE_IF_PSEUDO part is removed. Same feature is now supported by
251 ** When redistributed route is withdrawn, perform poisoned reverse.
255 ** When interface's address is removed, kernel route pointing out to
256 the address is removed.
258 ** IPv6 RIB is now based upon new RIB code.
260 ** zebra can handle same connected route to one interface.
262 ** New command for interface address. Currently this commands are
263 only supported on GNU/Linux with netlink interface.
265 "ip address A.B.C.D secondary"
266 "ip address A.B.C.D label LABEL"
270 ** BGP flap dampening bugs are fixed.
272 ** BGP non-blocking TCP connection bug is fixed.
274 ** "show ip bgp summary" shows AS path and community entry number.
276 ** New commands have been added.
277 "show ip bgp cidr-only"
278 "show ip bgp ipv4 (unicast|multicast) cidr-only"
279 "show ip bgp A.B.C.D/M longer-prefixes"
280 "show ip bgp ipv4 (unicast|multicast) A.B.C.D/M longer-prefixes"
281 "show ipv6 bgp X:X::X:X/M longer-prefixes"
282 "show ipv6 mbgp X:X::X:X/M longer-prefixes"
284 ** IPv6 IBGP nexthop change is monitored.
286 ** Unknown transitive attribute is passed with partial flag bit on.
290 ** Fix bug of LSA MaxAge flood.
292 ** Fix bug of NSSA codes.
294 * Changes in zebra-0.90
296 ** From this beta release, --enable-unixdomain and --enable-newrib
297 becomes default. So both options are removed from configure.in. To
298 revert old behavior please specify below option.
300 --enable-tcp-zebra # TCP/IP socket is used for protocol daemon and zebra.
301 --enable-oldrib # Turn on old RIB implementation.
303 Old RIB implementation will be removed in zebra-0.91.
305 ** From this beta release --enable-multipath is supported. This
306 option is only effective on GNU/Linux kernel with
307 CONFIG_IP_ADVANCED_ROUTER and CONFIG_IP_ROUTE_MULTIPATH is set.
309 --enable-multipath=ARG # ARG must be digit. When ARG is 0 unlimit multipath number.
311 ** From this release we do not include guile files.
315 ** newlist.[ch] is merged with linklist.[ch].
317 ** Now Zebra works on MacOS X public beta.
319 ** Access-list can have remark. "access-list WORD remark LINE" define
320 remark for specified access-list.
322 ** Key of key-chain is sorted by it's idetifier value.
324 ** prefix-list rule is slightly changed. The rule of "len <= ge-value
325 <= le-value" is changed to "len < ge-value <= le-value".
327 ** According to above prefix-list rule change, add automatic
328 conversion function of an old rule. ex.) 10.0.0.0/8 ge 8 -> 10.0.0.0/8
331 ** SMUX can handle SNMP trap.
333 ** In our event library, event thread is executed before any other
334 thread like timer, read and write event.
336 ** Robust method for writing configuration file and recover from
337 backing up config file.
339 ** Display "end" at the end of configuration.
341 ** Fix memory leak in vtysh_read().
343 ** Fix memroy leak about access-list and prefix-list name.
347 ** UNIX domain socket server of zebra protocol is added.
349 ** Fix PointoPoint interface network bug. The destination network
350 should be installed into routing table instead of local network.
352 ** Metric value is reflected to kernel routing table.
354 ** "show ip route" display uptime of RIP,OSPF,BGP routes.
356 ** New RIB implementation is added.
358 Now we have enhanced RIB (routing information base) implementation in
359 zebra. New RIB has many new features and fixed some bugs which exist
362 *** Static route with distance value
364 Static route can be specified with administrative distance. The
365 distance value 255 means it is not installed into the kernel.
366 Default value of distance for static route is 1.
368 ip route A.B.C.D/M A.B.C.D <1-255>
369 ip route A.B.C.D/M IFNAME <1-255>
371 If the least distance value's route's nexthop are unreachable,
372 select the least distance value route which has reachable nexthop is
375 ip route 0.0.0.0/0 10.0.0.1
376 ip route 0.0.0.0/0 11.0.0.1 2
378 In this case, when 10.0.0.1 is unreachable and 11.0.0.1 is
379 reachable. The route with nexthop 11.0.0.1 will be installed into
383 S>* 0.0.0.0/0 [2/0] via 11.0.0.1
384 S 0.0.0.0/0 [1/0] via 10.0.0.1 inactive
386 If the nexthop is unreachable "inactive" is displayed. You can
387 specify any string to IFNAME. There is no need of the interface is
388 there when you configure the route.
390 ip route 1.1.1.1/32 ppp0
392 When ppp0 comes up, the route is installed properly.
394 *** Multiple nexthop routes for one prefix
396 Multiple nexthop routes can be specified for one prefix. Even the
397 kernel support only one nexthop for one prefix user can configure
400 When you configure routes like below, prefix 10.0.0.1 has three
403 ip route 10.0.0.1/32 10.0.0.2
404 ip route 10.0.0.1/32 10.0.0.3
405 ip route 10.0.0.1/32 eth0
407 If there is no route to 10.0.0.2 and 10.0.0.3. And interface eth0
408 is reachable, then the last route is installed into the kernel.
411 S> 10.0.0.1/32 [1/0] via 10.0.0.2 inactive
412 via 10.0.0.3 inactive
413 * is directly connected, eth0
415 '*' means this nexthop is installed into the kernel.
417 *** Multipath (more than one nexthop for one prefix) can be installed into the kernel.
419 When the kernel support multipath, zebra can install multipath
420 routes into the kernel. Before doing that please make it sure that
421 setting --enable-multipath=ARG to configure script. ARG must be digit
422 value. When specify 0 to ARG, there is no limitation of the number
423 of the multipath. Currently only GNU/Linux with netlink interface is
426 ip route 10.0.0.1/32 10.0.0.2
427 ip route 10.0.0.1/32 10.0.0.3
428 ip route 10.0.0.1/32 eth0
431 S>* 10.0.0.1/32 [1/0] via 10.0.0.2
433 is directly connected, eth0
435 *** Kernel message delete installed route.
437 After zebra install static or dynamic route into the kernel.
439 R>* 0.0.0.0/0 [120/3] via 10.0.0.1
441 If you delete this route outside zebra, old zebra does not reinstall
442 route again. Now the route is re-processed and properly reinstall the
443 static or dynamic route into the kernel.
445 ** GNU/Linux netlink socket handling is improved to fix race condition
446 between kernel message and user command responce.
450 ** Add show neighbor's routes command.
452 "show ip bgp neighbors (A.B.C.D|X:X::X:X) routes"
453 "show ip bgp ipv4 (unicast|multicast) neighbors (A.B.C.D|X:X::X:X) routes"
454 "show ipv6 bgp neighbors (A.B.C.D|X:X::X:X) routes"
455 "show ipv6 mbgp neighbors (A.B.C.D|X:X::X:X) routes"
457 ** BGP passive peer support problem is fixed.
459 ** Redistributed IGP nexthop is passed to BGP nexthop.
461 ** On multiaccess media, if the nexthop is reachable nexthop is passed
464 ** Remove zebra-0.88 compatibility commands.
466 "match ip prefix-list WORD"
467 "match ipv6 prefix-list WORD"
469 Instead of above please use below commands.
471 "match ip address prefix-list WORD"
472 "match ipv6 address prefix-list WORD"
474 ** Fix bug of holdtimer is not reset when bgp cleared.
476 ** "show ip bgp summary" display peer establish/drop count.
478 ** Change "match ip next-hop" argument from IP address to access-list
481 ** When "bgp enforce-first-as" is enabled, check EBGP peer's update
482 has it's AS number in the first AS number in AS sequence.
484 ** New route-map command "set community-delete COMMUNITY-LIST" is
485 added. Community matched the CoMMUNITY-LIST is removed from the
488 ** BGP-MIB implementation is finished.
490 ** When BGP connection comes from unconfigured IP address, close
493 ** Do not compare router ID when the routes comes from EBGP peer.
494 When originator ID is same, take shorter cluster-list route. If
495 cluster-list is same take smaller IP address neighbor's route.
497 ** Add "bgp bestpath as-path ignore" command. When this option is
498 set, do not concider AS path length when route selection.
500 ** Add "bgp bestpath compare-routerid". When this option is set,
501 compare router ID when the routes comes from EBGP peer.
503 ** Add "bgp deterministic-med" process.
505 ** BGP flap dampening feature is added.
507 ** When IBGP nexthop is changed, it is reflected to RIB.
509 ** Change "neighbor route-refresh" command to "neighbor capability
514 ** Change "match ip next-hop" argument from IP address to access-list
517 ** "no ip rip (send|receive)" command accept version number argument.
519 ** Memory leak related classfull network generation is fixed.
521 ** When a route is in garbage collection process (invalid with metric
522 16) and a router receives the same route with valid metric then route
523 was not installed into zebra rib, but only into ripd rib. Moreover ,
524 it will never get into zebra rib, because ripd wrongly assumes it's
529 ** Fix bug of refreshing default route.
531 ** --enable-nssa turn on undergoing NSSA feature.
533 ** Fix bug of Hello packet's option is not properly set when interface
536 ** Reduce unconditional logging.
538 ** Add nexthop to OSPF path only when it is not there.
540 ** When there is no DR on network (suppose you have only one router
541 with interface priority 0). It's router LSA does not contain the link
542 information about this network.
544 ** When you change a priority of interface from/to 0
545 ISM_NeighborChange event should be scheduled in order to elect new
546 DR/BDR on the network.
548 ** When we add some LSA into retransmit list we need to check whether
549 the present old LSA in retransmit list is not more recent than the new
552 ** In states Loading and Full the slave must resend its last Database
553 Description packet in response to duplicate Database Description
554 packets received from the master. For this reason the slave must wait
555 RouterDeadInterval seconds before freeing the last Database
556 Description packet. Reception of a Database Description packet from
557 the master after this interval will generate a SeqNumberMismatch
558 neighbor event. RFC2328 Section 10.8
560 ** Virtual link can not configured in stub area.
562 ** Clear a ls_upd_queue queue of the interface when interface goes
565 ** "no router ospf" unregister redistribution requests from zebra.
567 ** New command for virtual-link configuration is added.
569 "area A.B.C.D virtual-link A.B.C.D"
570 "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>"
571 "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"
572 "area A.B.C.D virtual-link A.B.C.D authentication-key AUTH_KEY"
573 "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"
574 "area A.B.C.D virtual-link A.B.C.D message-digest-key <1-255> md5 KEY"
576 ** Clear cryptographic sequence number when neighbor status is changed
579 ** Make Summary LSA's origination and refreshment as same as other
582 ** New OSPF pakcet read method. Now maximum packet length may be 65535
583 bytes (maximum IP packet length).
585 ** Checking the age of the found LSA and if the LSA is MAXAGE we
586 should call refresh instead of originate.
588 ** Install multipath information to zebra.
590 ** Fix socket descriptor leak when system call failed.
594 ** Whole functionality has been rewritten as new code. new command
595 "show ipv6 ospf6 spf node", "show ipv6 ospf6 spf tree", "show ipv6
596 ospf6 spf table" has been added.
598 ** Change to do not send garbage route whose nexthop is not linklocal
601 ** "redistribute ospf6" was generated in "router ospf6" in config
604 ** LSDB sync bug is fixed.
606 ** Fix bug of using unavailable route.
610 ** route-map and access-list configuration is merged into one
613 ** /usr/local/etc/Zebra.conf is integrated configuration file. "write
614 memory" in vtysh will write whole configuration to this file.
616 ** When -b option is specified to vtysh, vtysh read
617 /usr/local/etc/Zebra.conf file then pass the confuguration to proper
618 protocol daemon. So make all protocol daemon's configuration file
619 empty then invoke all daemon. After that vtysh -b will setup saved
624 /usr/local/sbin/zebra -d
625 /usr/local/sbin/ripd -d
626 /usr/local/sbin/ospfd -d
627 /usr/local/sbin/bgpd -d
628 /usr/local/bin/vtysh -b
630 * Changes in zebra-0.89
634 ** distribute-list can set all interface's access-list and prefix-list
639 ** "show ip protocols" display proper distribute-list settings and
642 ** When metric infinity route received withdraw the route from kernel
643 immediately it used to be wait garbage collection.
645 ** key-chain can be used for simple password authentication.
647 ** RIPv2 MIB getnext interface bug is fixed.
651 ** --with-libpam enable PAM authentication for vtysh.
653 ** Now vtysh read vtysh.conf. This file should be
654 ${SYSCONFDIR}/etc/vtysh.conf for security reason. Usually it is
655 /usr/local/etc/vtysh.conf.
657 ** "username WORD nopassword" command is added to vtysh.
661 ** NBMA interface support is added.
663 ** OSPF area is sorted by area ID.
665 ** New implementation of OSPF refreesh.
667 ** OSPF-MIB read function is partly added.
671 ** When the peering is done by ebgp-multihop, nexthop is looked up
674 ** "show ip mbgp" commands are changed to "show ip bgp ipv4
677 ** New terminal commands are added.
678 "show ip bgp ipv4 (unicast|multicast) filter-list WORD"
679 "show ip bgp ipv4 (unicast|multicast) community"
680 "show ip bgp ipv4 (unicast|multicast) community-list WORD"
681 "show ip bgp ipv4 (unicast|multicast) community-list WORD exact-match"
683 ** MBGP soft-reconfiguration command is added.
684 "clear ip bgp x.x.x.x ipv4 (unicast|multicast) in"
685 "clear ip bgp x.x.x.x ipv4 (unicast|multicast) out"
686 "clear ip bgp x.x.x.x ipv4 (unicast|multicast) soft"
687 "clear ip bgp <1-65535> ipv4 (unicast|multicast) in"
688 "clear ip bgp <1-65535> ipv4 (unicast|multicast) out"
689 "clear ip bgp <1-65535> ipv4 (unicast|multicast) soft"
690 "clear ip bgp * ipv4 (unicast|multicast) in"
691 "clear ip bgp * ipv4 (unicast|multicast) out"
692 "clear ip bgp * ipv4 (unicast|multicast) soft"
694 ** MED related commands are added.
695 "bgp deterministic-med"
696 "bgp bestpath med confed"
697 "bgp bestpath med missing-as-worst"
699 ** "bgp default local-preference" command is added.
701 ** BGP confederation peer's routes are passed to zebra like IBGP route.
703 ** Community match command is added.
704 "show ip bgp community <val>"
705 "show ip bgp community <val> exact-match"
707 ** EBGP multihop route treatment bug is fixed. Now nexthop is
708 resolved by IGP routes.
710 ** Some commands are added to show routes by filter-list and community
712 "show ip bgp ipv4 (unicast|multicast) filter-list WORD"
713 "show ip bgp ipv4 (unicast|multicast) community"
714 "show ip bgp ipv4 (unicast|multicast) community-list WORD"
715 "show ip bgp ipv4 (unicast|multicast) community-list WORD exact-match"
719 ** zebra read interface's address information using getifaddrs() when
722 ** Reflect IPv6 interface's address change to protocol daemons.
724 * Changes in zebra-0.88
728 ** "exact-match" option is added to "access-list" and "ipv6
729 access-list" command. If this option is specified, the prefix and
730 prefix length is compared as exact match mode.
734 ** New Zebra message ZEBRA_REDISTRIBUTE_DEFAULT_ADD and
735 ZEBRA_REDISTRIBUTE_DEFAULT_DELTE are added.
737 ** Default administrative distance value is changed.
740 ------------------------------------------
749 bgp 70 200(iBGP) 20(eBGP)
750 ------------------------------------------
752 ** Distance value can be passed from protocol daemon to zebra.
754 ** "show ip route" shows [metric/distance] value pair.
756 ** Zebra Protocol is changed to support multi-path route and distance
761 ** "default-information originate [always]" command is added.
763 ** "default-metric <0-16777214>" command is added.
765 ** "show ip ospf database" command is integrated. LS-ID and AdvRouter can
766 be specifed. The commands are
768 show ip ospf database TYPE LS-ID
769 show ip ospf database TYPE LS-ID ADV-ROUTER
770 show ip ospf database TYPE LS-ID self-originate
771 show ip ospf database TYPE self-originate
773 ** route-map support for `redistribute' command are added.
774 Supported `match' statements are
780 Supported `set' statements are
785 ** Pass OSPF metric value to zebra daemon.
789 ** When specified route-map does not exist, it means all deny.
791 ** "default-metric <1-16>" command is added.
793 ** "offset-list ACCESS-LIST-NAME <0-16>" and "offset-list
794 ACCESS-LIST-NAME <0-16> IFNAME" commands are added.
796 ** "redistribute ROUTE-TYPE metric <0-16>" command is added.
798 ** "default-information originate" command is added.
800 ** "ip split-horizon" and "no ip split-horizon" is added to interface
803 ** "no router rip" command is added.
805 ** "ip rip authentication mode (md5|text)" is added to interface
808 ** "ip rip authentication key-chain KEY-CHAIN" is added to interface
811 ** Pass RIP metric value to zebra daemon.
813 ** Distance manipulation functions are added.
817 ** Fix bug of next hop treatment for MPLS-VPN route exchange.
819 ** BGP peer MIB is updated.
821 ** Aggregated route has origin IGP, atomic-aggregate and proper
822 aggregator attribute.
824 ** Suppressed route now installed into BGP table. It is only
825 suppressed from announcement.
827 ** BGP router-id is properly set after "no router bgp ASN" and "router
830 ** Add check for nexthop is accessible or not for IBGP routes.
832 ** Add cehck for nexthop is on connected or not for EBGP routes.
834 ** "dump bgp route" command is changed to "dump bgp route-mrt" for
835 generating MRT compatible dump output.
837 ** Soft reconfiguration inbound and outbound is supported.
839 ** Route refresh feature is supported.
843 ** VTY shell is now included into the distribution.
845 * Changes in zebra-0.87
849 ** "show startup-config" command is added.
851 ** "show history" command is added.
853 ** Memory statistics command is changed. New command
863 ** Filters can be removed only specify it's name. New command
866 no ip community-list NAME
867 no ip as-path access-list NAME
872 ** At any node, user can view/save user configuration.
878 are added to every node in default.
880 ** LCD completion is added. For example both "ip" and "ipv6" command
881 are exist, "i" then press TAB will be expanded to "ip".
885 ** "show ip bgp" family shows total number of prefixes.
887 ** "no bgp default ipv4-unicast" command is added.
889 ** Extended Communities support is added.
891 ** "no neighbor PEER send-community extended" command is added.
893 ** MPLS-VPN PE-RR support is added.
895 New address family vpnv4 unicast is introduced.
898 address-family vpnv4 unicast
899 neighobr PEER activate
900 network A.B.C.D rd RD tag TAG
904 To make it route-reflector, please configure it under normal router
909 no bgp default ipv4-unicast
910 bgp router-id 10.0.0.100
911 bgp cluster-id 10.0.0.100
912 neighbor 10.0.0.1 remote-as 65535
913 neighbor 10.0.0.1 route-reflector-client
914 neighbor 10.0.0.2 remote-as 65535
915 neighbor 10.0.0.2 route-reflector-client
916 neighbor 10.0.0.3 remote-as 65535
917 neighbor 10.0.0.3 route-reflector-client
919 address-family vpnv4 unicast
920 neighbor 10.0.0.1 activate
921 neighbor 10.0.0.2 activate
922 neighbor 10.0.0.3 activate
928 ** Many many bugs are fixed.
932 ** Better interface up/down event handle.
936 ** Better interface up/down event handle.
938 * Changes in zebra-0.86
942 ** Fix bug of exec-timeout command which may cause crush.
944 ** Multiple same policy for "access-list", "ip prefix-list, "as-path
945 access-list", "ip community-list" is not duplicated.
947 ** It used to be "ip prefix-list A.B.C.D/M" match routes which mask >=
948 M. Now default behavior is exact match so it only match routes which
953 ** "match ip address prefix-list" is added to route-map.
955 ** A route without local preference is evaluated as 100 local preference.
957 ** Select smaller router-id route when other values are same.
959 ** Compare MED only both routes comes from same neighboring AS.
961 ** "bgp always-compare-med" command is added.
963 ** Now MED value is passed to IBGP peer.
965 ** When neighbor's filter is configured with non-existent access-list,
966 as-path access-list, ip prefix-list, route-map. The behavior is
967 changed from all permit to all deny.
971 ** Fix bug of external route tag byte order.
973 ** OSPF Neighbor deletion bug which cause crush is fixed.
975 ** Some route calculation bug are fixed.
977 ** Add sanity check with router routing table.
979 ** Fix bug of memory leak about linklist.
981 ** Fix bug of 1-WayReceived in NSM.
983 ** Take care of BIGENDIAN architecture.
985 ** Fix bug of NSM state flapping between ExStart and Exchange.
987 ** Fix bug of Network-LSA originated in stub network.
989 ** Fix bug of MS flag unset.
991 ** Add to schedule router_lsa origination when the interface cost
994 ** Increment LS age by configured interface transmit_delay.
996 ** distribute-list is reimplemented.
998 ** Fix bug of refresh never occurs.
1000 ** Fix bug of summary-LSAs reorigination. Correctly copy
1001 OSPF_LSA_APPROVED flag to new LSA. when summary-LSA is reoriginatd.
1003 ** Fix bug of re-origination when a neighbor disappears.
1005 ** Fix bug of segmentation fault with DD retransmission.
1007 ** Fix network-LSA re-origination problem.
1009 ** Fix problem of remaining withdrawn routes on zebra.
1013 ** Do not leave from multicast group when interface goes down bug is
1018 ** Remove client structure when client dies.
1020 ** Take care static route when interface goes up/down.
1022 * Changes in zebra-0.85
1026 ** "transparent-nexthop" and "transparenet-as" commands are added.
1028 ** Route reflector's originator-id bug is fixed.
1032 ** Fix bug of OSPF LSA memory leak.
1034 ** Fix bug of OSPF external route memory leak.
1036 ** AS-external-LSA origination bug was fixed.
1038 ** LS request treatment is completely rewritten. Now performance is
1039 drastically improved.
1043 ** RIPv1 update is done by class-full manner.
1045 * Changes in zebra-0.84b
1049 ** Fix bug of inet_pton return value handling
1053 ** Fix bug of BGP-4+ link-local address nexthop check for IBGP peer.
1055 ** Don't allocate whole buffer for displaying "show ip bgp". Now it
1056 consume only one screen size memory.
1060 ** Fix debug output string.
1062 ** Add RIP peer handling. RIP peer are shown by "show ip protocols".
1064 * Changes in zebra-0.84a
1068 ** Fix serious bug of BGP-4+ peering under IPv6 link-local address.
1069 Due to the bug BGP-4+ peering may not be established.
1071 * Changes in zebra-0.84
1075 ** IPv6 address and prefix parser is added to VTY by Toshiaki Takada
1076 <takada@zebra.org>. DEFUN string is "X:X::X:X" for IPv6 address,
1077 "X:X::X:X/M" for IPv6 prefix. You can use it like this.
1079 DEFUN (func, cmd, "neighbor (A.B.C.D|X:X::X:X) remote-as <1-65535>")
1081 ** VTY configuration is locked during configuration. This is for
1082 avoiding unconditional crush from two terminals modify the
1083 configuration at the same time. "who" command shows which termnal
1084 lock the configuration. VTY which has '*' character at the head of
1085 line is locking the configuration.
1087 ** Old logging functions are removed. Functions like
1088 log_open,log_close,openlog are deleted. Instead of that please use
1089 zlog_* functions. zvlog_* used in ospf6d are deleted also.
1091 ** "terminal monitor" command is added. "no terminal monitor" is for
1092 disabling. This command simply display logging information to the
1095 ** dropline.[ch] files are deleted.
1099 ** BGP neighbor configuration are sorted by it's IP address.
1101 ** BGP peer configuration and actual peer is separated. This is
1102 preparation for Route Server support.
1104 ** "no neighbor PEER" command is added. You can delete neighbor
1105 without specifying AS number.
1107 ** "no neighbor ebgp-multihop" command is added.
1109 ** "no neighbor port PORT" command is added.
1111 ** To conform RFC1771, "neighbor PEER send-community" is default
1112 behavior. If you want to disable sending community attribute,
1113 please specify "no neighbor PEER send-community" to the peer.
1115 ** "neighbor maximum-prefix NUMBER" command is added.
1117 ** Multi-protocol extention NLRI is proceeded only when the peer is
1118 configured proper Address Family and Subsequent Address Family. If
1119 not, those NLRI are simply ignored.
1121 ** Aggregate-address support is improved. Currently below commands
1125 "aggregate-address summary-only"
1126 "no aggregate-address"
1127 "no aggregate-address summary-only"
1129 "ipv6 bgp aggregate-address"
1130 "ipv6 bgp aggregate-address summary-only"
1131 "no ipv6 bgp aggregate-address"
1132 "no ipv6 bgp aggregate-address summary-only"
1134 ** redistribute route-map bug is fixed.
1136 ** MBGP support becomes default. "configure" option --enable-mbgp is
1139 ** New command "neighbor PEER timers connect <1-65535>" is added.
1141 ** New command "neighbor PEER override-capability" is added.
1143 ** New command "show ip bgp neighbor A.B.C.D advertised-route" is added.
1145 ** New command "show ip bgp neighbor A.B.C.D routes" is added. To use
1146 this command, you have to configure neighbor with
1147 "neighbor A.B.C.D soft-reconfiguration inbound" beforehand.
1150 * Changes in zebra-0.83
1154 ** Serious bug fix about fetching global and link-local address at the
1155 same time. Due to this bug, corrupted IPv6 prefix is generated. If
1156 you uses bgpd for BGP-4+ please update to this version. The bug is
1157 introduced in zebra-0.82.
1159 ** When bgpd send Notify message, don't use thread manager. It is now
1160 send to neighbor immediately.
1162 * Changes in zebra-0.82
1164 ** Solaris 2.6 support is added by Michael Handler
1165 <handler@sub-rosa.com>.
1167 ** MBGP support is added by Robert Olsson <Robert.Olsson@data.slu.se>.
1168 Please specify --enable-mbgp to configure script. This option will be
1169 removed in the future and MBGP support will be default.
1173 ** When interface goes down, withdraw connected routes from routing
1174 table. When interface goes up, restore the routes to the routing
1177 ** `show interface' show interface's statistics on Linux and BSD with
1180 ** Now zebra can get MTU value on BSDI/OS.
1184 ** Add capability option support based upon
1185 draft-ietf-idr-bgp4-cap-neg-04.txt.
1187 ** Add `show ipv6 bgp prefix-list' command.
1189 ** Check self AS appeared in received routes.
1191 ** redistribute route-map support is added.
1193 ** BGP packet dump feature compatible with MRT.
1197 ** Fix bug of `timers basic' command's argument format.
1201 ** Calculate max RTE using interface's MTU value.
1205 ** Some correction to LSU processing.
1207 ** Add check for lsa->refresh_list.
1211 ** Many debug feature is added.
1213 * Changes in zebra-0.81
1215 ** SNMP support is disabled in default.--enable-snmp option is added
1216 to configure script.
1220 ** Fix FSM bug which introduced in zebra-0.80.
1222 * Changes in zebra-0.80
1226 New access-list name space `ipv6 access-list' is added. At the same
1227 time, `access-list' statemant only accepts IPv4 prefix. Please be
1228 careful if you use IPv6 filtering. You will need to change your
1229 configuration. For IPv6 filtering please use `ipv6 access-list'.
1231 As of zebra-0.7x, user can use `access-list' for both IPv4 and IPv6
1235 access-list DML-net permit 203.181.89.0/24
1236 access-list DML-net permit 3ffe:506::0/32
1237 access-list DML-net deny any
1240 Above configuration is not valid for zebra-08x. Please add `ipv6'
1241 before 'access-list' when you configure IPv6 filtering.
1244 access-list DML-net permit 203.181.89.0/24
1245 access-list DML-net deny any
1247 ipv6 access-list DML-net permit 3ffe:506::0/32
1248 ipv6 access-list DML-net deny any
1253 And also new prefix-list name space `ipv6 prefix-list' is added. It
1254 is the same as the change of `access-list'. `ip prefix-list' now only
1255 accept IPv4 prefix. It was source of confusion that `ip prefix-list'
1256 can be used both IPv4 and IPv6 filtering. Now name space is separated
1257 to clear the meaning of the filter.
1259 If you use `ip prefix-list' for IPv6 filtering, please change the
1263 ip prefix-list 6bone-filter seq 5 permit 3ffe::/17 le 24 ge 24
1264 ip prefix-list 6bone-filter seq 10 permit 3ffe:8000::/17 le 28 ge 28
1265 ip prefix-list 6bone-filter seq 12 deny 3ffe::/16
1266 ip prefix-list 6bone-filter seq 15 permit 2000::/3 le 16 ge 16
1267 ip prefix-list 6bone-filter seq 20 permit 2001::/16 le 35 ge 35
1268 ip prefix-list 6bone-filter seq 30 deny any
1271 Now user can explicitly configure it as IPv6 prefix-list.
1274 ipv6 prefix-list 6bone-filter seq 5 permit 3ffe::/17 le 24 ge 24
1275 ipv6 prefix-list 6bone-filter seq 10 permit 3ffe:8000::/17 le 28 ge 28
1276 ipv6 prefix-list 6bone-filter seq 12 deny 3ffe::/16
1277 ipv6 prefix-list 6bone-filter seq 15 permit 2000::/3 le 16 ge 16
1278 ipv6 prefix-list 6bone-filter seq 20 permit 2001::/16 le 35 ge 35
1279 ipv6 prefix-list 6bone-filter seq 30 deny any
1284 If you want to filter only default route (0.0.0.0/0) and permit other
1285 routes, it was hard to do that. Now `ip prefix-list' can be used for
1286 RIP route filtering.
1290 `distribute-list prefix PLIST_NAME (in|out) IFNAME'
1292 is added to ripd. So you can configure on eth0 interface accept all
1293 routes other than default routes.
1297 distribute-list prefix filter-default in eth0
1299 ip prefix-list filter-default deny 0.0.0.0/0 le 0
1300 ip prefix-list filter-default permit any
1303 * RIPng configuration
1305 Same change is done for ripngd. You can use `ipv6 prefix-list' for
1310 distribute-list prefix filter-default in eth0
1312 ipv6 prefix-list filter-default deny ::/0 le 0
1313 ipv6 prefix-list filter-default permit any
1318 So far, Multiprotocol Extensions for BGP-4 (RFC2283) configuration is
1319 done with traditional IPv4 peering statement like blow.
1323 neighbor 3ffe:506::1 remote-as 2500
1324 neighbor 3ffe:506::1 prefix-list 6bone-filter out
1327 For separating configuration IPv4 and IPv6, and for retaining Cisco
1328 configuration compatibility, now IPv6 configuration is done by IPv6
1329 specific statement. IPv6 BGP configuration is done by statement which
1330 start from `ipv6 bgp'.
1335 ipv6 bgp neighbor 3ffe:506::1 remote-as 2500
1336 ipv6 bgp neighbor 3ffe:506::1 prefix-list 6bone-filter out
1339 At the same time some IPv6 specific commands are deleted from IPv4
1342 o redistribute ripng
1343 o redistribute ospf6
1344 o neighbor PEER version BGP_VERSION
1345 o neighbor PEER interface IFNAME
1347 Those commands are only accepted as like below.
1349 o ipv6 bgp redistribute ripng
1350 o ipv6 bgp redistribute ospf6
1351 o ipv6 bgp neighbor PEER version BGP_VERSION
1352 o ipv6 bgp neighbor PEER interface IFNAME
1354 And below new commands are added.
1356 o ipv6 bgp network IPV6_PREFIX
1357 o ipv6 bgp redistribute static
1358 o ipv6 bgp redistribute connected
1359 o ipv6 bgp neighbor PEER remote-as <1-65535> [passive]
1360 o ipv6 bgp neighbor PEER ebgp-multihop [TTL]
1361 o ipv6 bgp neighbor PEER description DESCRIPTION
1362 o ipv6 bgp neighbor PEER shutdown
1363 o ipv6 bgp neighbor PEER route-reflector-client
1364 o ipv6 bgp neighbor PEER update-source IFNAME
1365 o ipv6 bgp neighbor PEER next-hop-self
1366 o ipv6 bgp neighbor PEER timers holdtime <0-65535>
1367 o ipv6 bgp neighbor PEER timers keepalive <0-65535>
1368 o ipv6 bgp neighbor PEER send-community
1369 o ipv6 bgp neighbor PEER weight <0-65535>
1370 o ipv6 bgp neighbor PEER default-originate
1371 o ipv6 bgp neighbor PEER filter-list FILTER_LIST_NAME (in|out)
1372 o ipv6 bgp neighbor PEER prefix-list PREFIX_LIST_NAME (in|out)
1373 o ipv6 bgp neighbor PEER distribute-list AS_LIST_NAME (in|out)
1374 o ipv6 bgp neighbor PEER route-map ROUTE_MAP_NAME (in|out)
1376 And some utility commands are introduced.
1378 o clear ipv6 bgp [PEER]
1379 o show ipv6 bgp neighbors [PEER]
1380 o show ipv6 bgp summary
1382 I hope these changes are easy to understand for current Zebra users...
1384 * To restrict connection to VTY interface.
1386 It used to be both IPv4 and IPv6 filter can be specified with one
1387 access-list. Then the access-list can be appried to VTY interface
1388 with `access-class' stetement in `line vty' node. Below is example in
1392 access-list local-only permit 127.0.0.1/32
1393 access-list local-only permit ::1/128
1394 access-list local-only deny any
1397 access-class local-only
1400 Now IPv4 and IPv6 filter have each name space. It is not possible to
1401 specify IPv4 and IPv6 filter with one access-list. For setting IPv6
1402 access-list in `line vty', `ipv6 access-class' statement is
1403 introduced. Let me show the configuration in zebra-0.8x.
1406 access-list local-only permit 127.0.0.1/32
1407 access-list local-only deny any
1409 ipv6 access-list local-only permit ::1/128
1410 ipv6 access-list local-only dny any
1413 access-class local-only
1414 ipv6 access-class local-only
1419 New IPv6 related route-map match commands are added.
1421 o match ipv6 address
1422 o match ipv6 next-hop
1424 Please change your configuration if you use IP match statement for
1430 access-list all permit any
1432 route-map set-nexthop permit 10
1433 match ip address all
1434 set ipv6 next-hop global 3ffe:506::1
1435 set ipv6 next-hop local fe80::cbb5:591a
1441 ipv6 access-list all permit any
1443 route-map set-nexthop permit 10
1444 match ipv6 address all
1445 set ipv6 next-hop global 3ffe:506::1
1446 set ipv6 next-hop local fe80::cbb5:591a
1451 Protocol daemon such as ripd, bgpd, ospfd will reconnect zebra daemon
1452 when the connection fail. Those daemons try to connect zebra every 10
1453 seconds first three trial, then the interval changed to 60 seconds.
1454 After all, if ten connections are fail, protocol daemon give up the
1455 connection to the zebra daemon.
1457 * SNMP support (is not yet finished)
1459 Zebra uses SMUX protocol (RFC1227) for making communication with SNMP
1460 agent. Currently lib/smux.c can be compiled only with ucd-snmp-4.0.1
1461 and http://ucd-snmp.ucdavis.edu/patches/012.patch. It can not be
1462 compiled with ucd-snmp-3.6.2.
1464 After applying the patch to ucd-snmp-4.0.1, please configure it with
1467 % configure --with-mib-modules=smux
1469 After compile & install ucd-snmp-4.0.1, you will need to configure
1470 smuxpeer. I'm now using below configuration.
1472 /usr/local/share/snmp/snmpd.conf
1473 ================================
1474 smuxpeer 1.3.6.1.6.3.1 test
1476 Above 1.3.6.1.6.3.1 and test is temporary configuration which is hard
1477 coded in lib/smux.c. Yes, I know it is bad, I'll change it ASAP.
1479 * HUP signal treatment
1481 From zebra-0.80, ripd will reload it's configuration file when ripd
1482 receives HUP signal. Other daemon such as bgpd, ospfd will support
1483 HUP signal treatment soon.
1485 * Changes in zebra-0.79
1489 ** Broadcast address setting on Linux box bug is fixed.
1491 ** Protocol daemon can install connected IPv6 route into the kernel.
1493 ** Now zebra can handle blackhole route.
1497 ** Add route-map feature for RIP protocol.
1499 ** In case of RIP version 2 routing table entry has IPv4 address and
1500 netmask pair which host part bit is on, ignore the entry.
1504 ** Change CMSG_DATA cast from (u_char *) to (int *). (u_char *) does
1505 not work for NetBSD-currnet on SparcStation 10.
1509 ** MaxAge LSA treatment is added.
1511 ** ABR/ASBR functionality is added.
1513 ** Virtual Link funtionality is added.
1515 ** ABR behaviors IBM/Cisco/Shortcut is added.
1519 ** Enclosed KAME specific part with #ifdef #endif
1521 * Changes in zebra-0.78
1525 ** SNMP support is started.
1527 ** Now Zebra can work on BSD/OS 4.X.
1529 ** Now Zebra can compiled on vanilla OpenBSD 2.5 but not yet working correcltly.
1533 ** Interface index detection using ioctl() bug is fixed.
1535 ** Interface information protocol is changed. Now interface
1536 addition/deletion and interface's address addition/deletion is
1541 ** BGP hold timer bug is fixed.
1543 ** BGP keepavlie timer becomes configurable.
1547 ** When making reply to rip's REQUEST message, fill in
1548 RIP_METRIC_INFINITY with network byte order using htonl ().
1550 ** Pass host byte order address to IN_CLASSC and IN_CLASSB macro.
1554 ** LSA flooding works.
1556 ** Fix bug of DD processing.
1558 ** Fix bug of originating router-LSA bug is fixed.
1560 ** LSA structure is changed to support LSA aging.
1564 ** `ip6' statement in configuration is changed to `ipv6'.
1566 * Changes in zebra-0.77
1570 ** SIGUSR1 reopen logging file.
1572 ** route-map is extended to support multi-protocol routing
1575 ** When compiling under GNU libc 2.1 environment don't use inet6-apps.
1579 ** Basic IPv6 router advertisement codes added. It is not yet usable.
1581 ** Fix IPv6 route addition/deletion bug is fixed.
1583 ** `show ip route A.B.C.D' works
1587 ** When invalid unfeasible routes length comes, bgpd send notify then
1588 continue to process the packet. Now bgpd stop parsing invalid packet
1589 then return to main loop.
1591 ** BGP-4+ withdrawn routes parse bug is fixed.
1593 ** When BGP-4+ information passed to non shared network's peer, trim
1594 link-local next-hop information.
1596 ** `no redistribute ROUTE_TYPE' withdraw installed routes from BGP
1597 routing information.
1599 ** `show ipv6 route IPV6ADDR' command added.
1601 ** BGP start timer has jitter.
1603 ** Holdtimer configuration bug is fixed. Now configuration does not
1604 show unconfigured hold time value.
1608 ** Now update timer (default 30 seconds) has +/- 50% jitter value.
1610 ** Add timers basic command.
1612 ** `network' configuration is dynamically reflected.
1614 ** `timers basic <update> <timeout> <garbage>' added.
1618 ** Reconstruct almost codes.
1620 ** `network' configuration is dynamically reflected.
1622 ** RIP timers now conforms to RFC2453. So user can configure update,
1623 timeout, garbage timer.
1625 ** `timers basic <update> <timeout> <garbage>' works.
1629 ** Bug of originating network LSA is fixed.
1631 ** `no router ospf' core dump bug is fixed.
1635 ** Redistribute route works.
1637 * Changes in zebra-0.76
1641 ** configure.in Linux IPv6 detection problem is fixed.
1643 ** Include SERVICES file to the distribution
1645 ** Update zebra.texi to zebra-0.76.
1647 * Changes in zebra-0.75
1651 ** `termnal length 0' bug is fixed.
1655 ** When zebra starts up, sweep all zebra installed routes. If -k or
1656 --keep_kernel option is specified to zebra dameon. This function is
1661 ** Aggreagte address command supported. In router ripngd,
1662 `aggregate-address IPV6PREFIX' works.
1666 ** Input route-map's bug which cause segmentation violation is fixed.
1668 ** route-map method improved.
1670 ** BGP-4+ nexthop detection improved.
1672 ** BGP-4+ route re-selection bug is fixed.
1674 ** BGP-4+ iBGP route's nexthop calculation works.
1676 ** After connection Established `show ip bgp neighbor' display BGP TCP
1677 connection's source and destination address.
1679 ** In case of BGP-4+ `show ip bgp neighbor' display BGP-4+ global and
1680 local nexthop which used for originated route. This address will be
1681 used when `next-hop-self'.
1685 ** Fix bug of DR election.
1687 ** Set IP precedence field with IPTOS_PREC_INTERNET_CONTROL.
1689 ** Schedule NeighborChange event if NSM status change.
1691 ** Never include a neighbor in Hello packet, when the neighbor goes
1694 * Changes in zebra-0.74
1698 ** Now `terminal length 0' means no line output control.
1700 ** `line LINES' command deleted. Instead of this please use `terminal
1703 ** `terminal length <0-512>' is each vty specific configuration so it
1704 can not be configured in the configuration file. If you want to
1705 configure system wide line control, please use `service
1706 terminal-length <0-512>'. This configuration affects to the all vty
1711 ** Installation of IPv6 route bug is fixed.
1715 ** Very serious bug of bgp_stop () is fixed. When multiple route to
1716 the same destination exist, bgpd try to announce the information to
1717 stopped peer. Then add orphan write thread is added. This cause
1718 many strange behavior of bgpd.
1720 ** Router-id parsing bug is fixed.
1722 ** With BGP-4+ nexthop installation was done with global address but
1723 it should be link-local address. This bug is fixed now.
1725 ** When incoming route-map prepend AS, old AS path remained. Now bgpd
1728 ** `neighbor PEER weight <0-65535>' command added.
1732 ** Almost codes are rewritten to conform to RFC2080.
1736 ** SPF calculation timer is added. Currently it is set to 30 seconds.
1738 ** SPF calculation works now.
1740 ** OSPF routing table codes are added.
1742 ** OSPF's internal routes installed into the kernel routing table.
1744 ** Now `ospfd' works as non-area, non-external route support OSPF
1747 ** Call of log_rotate() is removed.
1751 ** LSA data structure is changed.
1753 ** Call of log_rotate() is removed.
1755 * Changes in zebra-0.73
1759 ** `config terminal' is changed to `configure terminal'.
1761 ** `terminal length <0-512>' command is added.
1763 ** Variable length argument was specified by `...'. Now all strings
1764 started with character `.' is variable length argument.
1768 ** Internal route (such as iBGP, internal OSPF route) handling works
1771 ** In interface node, `ipv6 address' and `no ipv6 address' works.
1773 ** Interface's address remain after `no ip address' bug is fixed.
1775 ** Host route such as IPv4 with /32 mask and IPv6 with /128 mask
1776 didn't set RTF_GATEWAY even it has gateway. This bug if fixed now.
1780 ** `match as-path' argument is used to be specify AS PATH value itself
1781 directly (e.g. ^$). But it is changed to specify `ip as-apth
1784 ** iBGP route handle works without getting error from the kernel.
1786 ** `set aggregator as AS A.B.C.D' command is added to route-map.
1788 ** `set atomic-aggregate' command is added to bgpd's routemap.
1790 ** Announcement of atomic aggregate attribute and aggregator attribute
1793 ** `update-source' bug is fixed.
1795 ** When a route learned from eBGP is announced to iBGP, local
1796 preference was set to zero. But now it set to
1797 DEFAULT_LOCAL_PREF(100).
1801 ** RIPv1 route filter bug is fixed.
1803 ** Some memory leak is fixed.
1807 ** Fix bug of DR Election.
1809 ** Fix bug of adjacency forming.
1813 ** Clean up logging message.
1815 ** Reflect routing information to zebra daemon.
1817 * Changes in zebra-0.72
1821 ** When getsockname return IPv4 mapped IPv6 address. Convert it to
1826 ** Change route-map's next-hop related settings.
1828 set ip nexthop -> set ip next-hop
1829 set ipv6 nexthop global -> set ipv6 next-hop global
1830 set ipv6 nexthop local -> set ipv6 next-hop local
1832 ** Add `next-hop-self' command.
1836 ** Fix bug of multiple `network area' directive crashes.
1838 * Changes in zebra-0.71
1842 ** `log syslog' command is added.
1844 ** Use getaddrinfo function to bind IPv4/IPv6 server socket.
1846 ** `no banner motd' will suppress motd output when user connect to VTY.
1848 ** Bind `quit' command to major nodes.
1852 ** Point-to-point link address handling bug is fixed.
1856 ** AS path validity check is added. If malformed AS path is received
1857 NOTIFY Malformed AS path is send to the peer.
1859 ** Use getaddrinfo function to bind IPv4/IPv6 server socket.
1863 ** Connected network announcement bug is fixed.
1865 ** `broadcast' command is deleted.
1867 ** `network' command is added.
1869 ** `neighbor' command is added.
1871 ** `redistribute' command is added.
1873 ** `timers basic' command is added.
1875 ** `route' command is added.
1879 ** Fix metric calculation bug.
1883 ** Check sum bug is fixed.
1887 ** Routing table code is rewritten.
1889 * Changes in zebra-0.70
1893 ** Critical routing information base calculation bug check is fixed.
1895 ** zebra ipv4 message is extended to support external/internal route
1898 ** Now if internal route doesn't has direct connected nexthop, then
1899 nexthop is calculated by looking up IGP routing table.
1903 ** `neighbor PEER update-source IFNAME' command added as ALIAS to
1904 `neighbor PEER interface IFNAME'.
1908 ** DD null pointer bug is fixed.
1910 * Changes in zebra-0.69
1914 ** zebra redistirbution supports dynamic notification of the route
1915 change. If you add static route while running zebra, it will be
1916 reflected to other protocol daemon which set `redistribute static'.
1918 ** If static route installation is failed due to the error. The
1919 static route is not added to the configuration and zebra routing
1922 ** zebra sets forwarding flag to on when it starts up.
1924 ** `no ip forwarding' turn off IPv4 forwarding.
1926 ** `no ipv6 forwarding' turn off IPv6 forwarding.
1928 ** Change `show ipforward' command to `show ip forwarding'.
1930 ** Change `show ipv6forward' command to `show ipv6 forwarding'.
1932 ** `ip route A.B.C.D/M INTERFACE' works. So you can set `ip route
1937 ** `neighbor PEER send-community' command is added. If the option is
1938 set, bgpd will send community attribute to the peer.
1940 ** When a BGP route has no-export community attribute and
1941 send-community is set to the peer, the route is not announced to the
1946 ** When ripngd terminates, delete all installed route.
1948 ** `redistribute static', `redistribute connected' works.
1950 ** Change `debug ripng event' to `debug ripng events'.
1952 ** Change `show debug ripng' to `show debugging ripng'.
1954 ** Bug of static route deletion is fixed.
1958 ** LS request and LS update can be send and received.
1960 * Changes in zebra-0.68
1964 ** DEFUN() is extended to support (a|b|c) statement.
1966 ** Input buffer overflow bug is fixed.
1970 ** `ip community-list' is added.
1972 ** set community and match community is added to route-map statement.
1974 ** aggregate-address A.B.C.D/M partly works. Now it works only
1979 ** IPv6 network address delete bug is fixed.
1983 ** DR election bug fixed.
1985 ** Now Database Description can be send or received.
1987 ** Neighbor State Machine goes to Full state.
1991 ** router zebra related bug is fixed.
1993 * Changes in zebra-0.67
1997 ** `service password-encryption' is added for encrypted password.
2001 ** `set as-path prepend ASPATH' is added to route-map command.
2003 ** `set weight WEIGHT' is added to route-map command.
2005 ** `no set ipv6 nexthop global' and `no set ipv6 nexthop local'
2006 command is added to route-map.
2008 ** `neighbor IP_ADDR version BGP_VERSION' command's BGP_VERSION
2012 =====================
2016 =====================
2018 If you want to peer with old draft version of BGP-4+, please configure
2022 neighbor PEER version 4-
2024 ** Some AS path isn't correctly compared during route selection. Now
2029 ** `router zebra' is default behavior.
2033 ** `router zebra' is default behavior.
2035 * Changes in zebra-0.66
2039 ** When other daemon such as gated install routes into the kernel then
2040 zebra blocks. This is only occur with netlink socket. Now socket is
2041 set as NONBLOCKING and problem is fixed. Reported and fixed by
2042 Patrick Koppen <koppen@rhrk.uni-kl.de>
2046 ** Now `router zebra' is not needed to insert BGP routes into the
2047 kernel. It is default behavior. If you don't want to install the BGP
2048 routes to the kernel, please configure like below:
2055 ** redistribute connected works.
2057 ** redistribute static now filter local loopback routes and link local
2062 ** Some network check is added. Patch is done by Carlos Alberto
2063 Barcenilla <barce@frlp.utn.edu.ar>
2067 ** Sometimes ripngd install wrong nexthop into the kernel. This bug
2070 ** Now `router zebra' is not needed to insert RIPng routes into the
2071 kernel. It is default behavior. If you don't want to install the BGP
2072 routes to the kernel, please configure like below:
2076 no redistribute ripng
2079 * Changes in zebra-0.65
2083 ** `C-c' changes current node to ENABLE_NODE. Previously it doesn't.
2085 ** In ENABLE_NODE, `exit' command close vty connection.
2087 ** `service advanced-vty' enable advanced vty function. If this
2088 service is specified one can directly connect to ENABLE_NODE when
2089 enable password is not set.
2091 ** `lines LINES' command is added by Stephen R. van den Berg
2096 ** Basic Linux policy based routing table support is added by Stephen
2097 R. van den Berg <srb@cuci.nl>.
2101 ** route-map command is improved:
2102 `match ip next-hop': New command.
2103 `match metric': New command.
2104 `set metric': Doc fixed.
2105 `set local-preference': DEFUN added.
2109 ** Check of announced network is added. Now multicast address is
2110 filtered. Reported by Carlos Alberto Barcenilla
2111 <barce@frlp.utn.edu.ar>
2113 ** Check of network 127 is added. Reported by Carlos Alberto
2114 Barcenilla <barce@frlp.utn.edu.ar>
2118 ** Aging route bug is fixed.
2120 ** `router zebra' semantics changed. ripngd automatically connect to
2125 ** `no router ospf' works.
2129 ** Bug fix about network vertex.
2131 * Changes in zebra-0.64.1.
2133 This is bug fix release.
2137 ** Add check of sin6_scope_id in struct sockaddr_in6. For compilation
2138 on implementation which doesn't have sin6_scope_id. Reported by Wim
2139 Biemolt <Wim.Biemolt@ipv6.surfnet.nl>.
2143 ** Fix bug of display BGP routes as "O" instead of "B". Reported by
2144 "William F. Maton" <wmaton@enterprise.ic.gc.ca> and Dave Hartzell
2145 <hartzell@greatplains.net>.
2149 ** `no network IPV6_NETWORK' statement and `no neighbor IP_ADDR timers
2150 holdtime [TIMER]' statement doesn't work. Reported by Georg Hitsch
2151 <georg@atnet.at>. Now both statement work.
2155 ** Last interface is not updated by ospf_if_update(). Reported by
2156 Dave Hartzell <hartzell@greatplains.net>.
2160 ** Byte order of ifid is changed. Due to this change, this code will
2161 not work with previous version, sorry.
2163 ** Fix `show ip route' route type mismatch.
2165 ** Fix bug of no network IPV6_NETWORK.
2167 ** Important bug fix about intra-area-prefix-lsa.
2169 * Changes in zebra-0.64.
2173 ** prefix-list based filtering routine is added. Currently used in
2174 bgpd but it will be in other daemons.
2178 ** `no router bgp' works. But network statement is not cleared. This
2179 should be fixed in next beta.
2181 ** Route reflector related statement is added.
2184 bgp cluster-id a.b.c.d
2185 neighbor a.b.c.d route-reflector-client
2189 ** Prefix list based filtering is added.
2192 neighbor a.b.c.d prefix-list PREFIX_LIST_NAME
2194 ** Prefix list based routing display works.
2196 show ip bgp prefix-list PREFIX_LIST_NAME
2200 ** Fix route metric check bug. Reported from Mr. Carlos Alberto
2205 ** There are many changes. If you have interested in ospf6d please
2206 visit ospf6d/README file.
2208 * Changes in zebra-0.63 first beta package.
2212 ** `copy running-config stgartup-config' command is added.
2214 ** prefix length check bug is fixed. Thanks Marlos Barcenilla
2215 <barce@frip.utn.edu.ar>.
2219 ** DR and BDR election works.
2221 ** OSPF Hello simple authentication works.
2225 ** Now ospf6d can be compiled on both Linux and *BSD system.
2227 * Changes in zebra-19990420 snapshot
2229 ** `make dist' at top directory works now.
2233 ** VTY has now access-class to restrict remote connection.
2234 Implemented by Alex Bligh <amb@gxn.net>.
2238 access-class ACCESS-LIST-NAME
2241 ** `show version' command added. Implemented by Carlos Alberto
2242 Barcenilla <barce@frlp.utn.edu.ar>
2246 ** `ip address' command on *BSD bug is fixed.
2248 ** `no ip address' works now for IPv4 address.
2250 ** Now `write terminal' display `ip address' configuration.
2254 ** Redistribute static works now. Please run both zebra and bgpd.
2255 bgpd.conf should be like this:
2261 redisitribute static
2266 ** configure --enable-guile turns on zebra-guile build.
2268 ** (router-bgp ASN) allocates real bgp structre.
2270 * Changes in zebra-19990416 snapshot
2272 ** Set version to 0.60 for preparation of beta release.
2274 ** New directory guile is added for linking with guile interpreter.
2278 ** On GNU/Linux Kernel 2.2.x (with netlink support), zebra detects
2279 asynchronous routing updates. *BSD support is not yet finished.
2283 ** `show ip bgp regexp ASPATH_REGEX' uses CISCO like regular expression
2284 instead of RPSL like regular expression. I'm planing to provide RPSL
2285 like regular expression with `show ip bgp rpsl' or something.
2289 ** Press '?' at variable mandatory argument, vty prints nothing. Now
2290 vty outputs description about the argument. Fixed by Alex Bligh
2293 ** buffer.c has some ugly bugs. Due to the bug, vty interface hangs
2294 when large output date exists. This bug is fixed. Reported by Alex
2295 Bligh <amb@gxn.net>.
2299 ** DR and BDR information is shown by `show ip ospf interface' command.
2301 * Changes in zebra-19990408 snapshot
2305 ** Old BGP-4+ specification (described in old draft) treatment bug is
2306 fixed. It seems that mrtd uses this format as default. So if you
2307 have problem peering with mrtd and want to use old draft format please
2308 use version statement like this.
2310 neighbor PEER_ADDRESS remote-as ASN
2311 neighbor PEER_ADDRESS version bgp4+-draft-00
2313 ** When AS path is epmty (routes generated by bgpd), SEGV is occur
2314 when announce the routes to eBGP peer. Reported by
2315 kad@gibson.skif.net.
2317 ** ip as-path access-list command is added.
2319 ** neighbor PEER_ADDRESS filter-list AS_LIST [in|out] command is added.
2321 ** neighbor PEER_ADDRESS timers holdtimer TIMER command is added.
2323 * Changes in all daemons
2325 ** With KAME stack, terminal interface is now bind AF_INET socket
2326 instead of AF_INET6 one.
2328 * Changes in zebra-19990403 snapshot
2332 ** When bgpd has 'router zebra', bgpd automatically select it's router
2333 ID as most highest interface's IP Address.
2335 ** When AS path is empty (in case of iBGP), it doesn't include any AS
2336 segment. This change is for announcement to gated under iBGP.
2340 ** OSPF hello packet send/receive works.
2344 ** Yasuhiro Ohara's ospf6d codes is imported. It is under development
2345 and can't be compiled on any platform.
2347 * Changes in zebra-19990327 snapshot
2351 ** When BGP-4+ connection is done by IPv6 link-local address. One
2352 have to specify interface index for the connection. So I've added
2353 interface statement to the neighbor commmand. Please specify
2354 interface name for getting interface index like below. This statement
2355 only works on GNU/Linux. I'll support BSD ASAP.
2358 neighbor fe80::200:f8ff:fe01:5fd3 remote-as 2500
2359 neighbor fe80::200:f8ff:fe01:5fd3 interface sit3
2361 ** For disable BGP peering `shutdown' command is added.
2364 neighbor 10.0.0.1 shutdown
2366 ** `description' command is added to neighbor statement.
2369 neighbor 10.0.0.1 description peering with Norway.
2371 ** `show ip bgp regexp AS-REGEXP' works again.
2373 show ip bgp regexp AS7675
2375 will show routes which include AS7675.
2377 ** When a route which is made from `network' statement is send to
2378 neighbor. Set it's nexthop to self. So 10.0.0.0/8 is announced to
2379 the peer A with source address 192.168.1.1. The routes nexthop is set
2384 ** In zebra/rtread_sysctl.c, function rtm_read() may overrun allocated
2385 buffer when the address family is not supported and the length is big
2386 (i.e link address). Reported Achim Patzner <ap@bnc.net>.
2390 ** Now ospfd receive OSPF packet.
2392 * Changes in zebra-19990319 snapshot
2394 * Changes in configuration and libraries
2396 ** User can disable IPv6 feature and/or pthread feature by configure
2399 To disable IPv6: configure --disable-ipv6
2400 To disable pthread: configure --disable-pthread
2402 ** User can disable specified daemon by configure option.
2404 Don't make zebra: configure --disable-zebra
2405 Don't make bgpd: configure --disable-bgpd
2406 Don't make ripd: configure --disable-ripd
2407 Don't make ripngd: configure --disable-ripngd
2408 Don't make ospfd: configure --disable-ospfd
2409 Don't make ospf6d: configure --disable-ospf6d
2411 ** Sample configuration files are installed as 600 file flag.
2412 Suggested by Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>.
2414 ** syslog logging feature is added by Peter Galbavy
2415 <Peter.Galbavy@knowledge.com>
2417 ** Inclusion of standard header files is reworked by Peter Galbavy
2418 <Peter.Galbavy@knowledge.com>
2420 ** Change description from GNU/Linux 2.1.X to GNU/Linux 2.2.X
2422 ** If daemon function exists in standard C library use it.
2424 ** To generate configure script we upgrade autoconf to 2.13. To
2425 generate Makefile.in we upgrade automake to 1.4.
2427 ** doc/texinfo.tex is added to distribution.
2429 ** Update ports/pkg/DESCR description.
2431 ** Update doc/zebra.texi.
2433 ** logfile FILENAME statement deleted. Instead of that please use log
2440 ** Communication between zebra and bgpd works now. So if there is
2441 `router zebra' line in bgpd.conf, selected route is installed
2442 into kernel routing table.
2444 ** Delete all routes which inserted by bgpd when bgpd dies. If you
2445 want to retain routes even bgpd dies please specify [-r|--retain]
2448 ** BGP announcement code is reworked. Now bgpd announce selected
2449 routes to other peer.
2451 ** All output bgp packet is buffered. It's written to the socket when
2454 ** Output route-map works now. You can specify output route-map by:
2456 neighbor IP_ADDR route-map ROUTE_MAP_NAME out
2458 ** New route-map command added.
2460 set ip nexthop IP_ADDR
2461 set ipv6 nexthop global IP_ADDR
2463 ** Fix bug about unlock of the route_node structure.
2465 ** BGP-4+ support is added. bgpd can listen and speak BGP-4+ packet
2466 specified in RFC2283. You can view IPv6 bgp table by: `show ipv6 bgp'.
2468 ** Meny packet overflow check is added.
2476 ** ospfd work is started by Toshiaki Takada <takada@zebra.org>. Now
2477 several files are included in ospfd directory.
2479 ** ospf6d codes are merged from Yasuhiro Ohara <yasu@sfc.wide.ad.jp>'s
2480 ospfd work. Now codes are located in ospf6d directory.
2485 paragraph-separate: "[
\f]*$"