1 Note: this file lists major user-visible changes only.
5 - [zebra] "no link-detect" is no longer the default.
7 The previous release of Quagga always explicitly writes-out the
8 link-detect configuration state. Therefore, to retain current behavior
9 save your config with the prior release before updating.
11 Otherwise, review your configuration. Note, most users will generally
12 want to have link-detect enabled, and so can just remove 'no
13 link-detect' from their interface configuration.
15 This release also adds a global configuration to specify the default,
16 which can be specified in the zebra configuration as:
18 default link-detect (on|off)
20 This will then apply to any interface which does not have link-detect
21 explicitly configured.
23 * Changes in Quagga 0.99.24
26 - [pimd] New daemon: pimd provides IPv4 PIM-SSM multicast routing.
27 - [bgpd] New feature: "next-hop-self all" to override nexthop on iBGP route
29 - [bgpd] route-maps have a new action "set ipv6 next-hop peer-address"
30 - [bgpd] route-maps have a new action "set as-path prepend last-as"
31 - [bgpd] Update validity checking (particularly MP-BGP / IPv6 routes) was
32 touched up significantly. Please report possible bugs.
33 - [ripd] New feature: RIP for IPv4 now supports equal-cost multipath (ECMP)
34 - [zebra] Multicast RIB support has been extended. It still is IPv4 only.
35 - [zebra] "no link-detect" is now printed in configurations since it won't
36 be the default anymore soon. To retain current behaviour, re-save your
37 configuration after updating to 0.99.24.
39 Distributor-visible changes:
40 - --enable-pimd is added to enable pimd. It is considered experimental, though
41 unless the distribution target is embedded systems with little flash, there
42 is no reason to not include it in packages.
43 - --disable-ipv6 no longer exists as an option. It's 2015, your C library
44 really needs to have IPv6 support by now.
45 - --disable-netlink no longer exists as an option. It didn't work anyway.
46 - --disable-solaris no longer exists as an option. It only controlled some
48 - --enable-isisd is now the default.
49 - mrlg.cgi is no longer included (it was severely outdated). It can be found
50 independently at http://mrlg.op-sec.us/
51 - build on Linux with the musl C library should now work
53 * Changes in Quagga 0.99.23
56 - [bgpd] setting an extcommunity in a route map on a route that already has
57 an extcommunity attribute will cause bgpd to crash. This issue will be
58 fixed in a followup minor release.
61 - [lib] Performance enhancements on hashes and timers.
62 - [bgpd] New feature: iBGP TTL security.
63 - [bgpd] New feature: relaxed bestpath criteria for multipath and improved
64 display of multipath routes in "show ip bgp". Scripts parsing this output
65 may need to be updated.
66 - [bgpd] Multiprotocol peerings over IPv6 now try to find a more appropriate
67 IPv4 nexthop by looking at the interface.
68 - [ospf6d] A large amount of changes has been merged for ospf6d. Careful
69 evaluation prior to deployment is recommended.
70 - [zebra] Recursive route support has been overhauled. Scripts parsing
71 "show ip route" output may need adaptation.
72 - [zebra] IPv6 address management has been improved regarding tentative
73 addresses. This is visible in that a freshly configured address will not
74 immediately be marked as usable.
75 - [*] a lot of bugs have been fixed, please refer to the git log
77 * Changes in Quagga 0.99.22
79 - [bgpd] The semantics of default-originate route-map have changed.
80 The route-map is now used to advertise the default route conditionally.
81 The old behaviour which allowed to set attributes on the originated
82 default route is no longer supported.
83 - [bgpd] There is now a replace-as option to neighbor ... local-as ...
84 no-prepend. For details, refer to the user documentation.
85 - [zebra] An FPM interface has been added. This provides an alternate
86 interface to routing information and is geared at OpenFlow & co.
87 - [snmp] AgentX is now supported; the old smux backend is considered
88 deprecated. ospf6d has also had OSPFV3-MIB added.
89 - [*] several issues with configuration save/load/apply have been fixed,
90 in particular on ospf "max-metric router-lsa administrative" and
91 "distribute-list", bgpd "no neighbor activate", isisd "metric-style",
92 - [*] a lot of bugs have been fixed, please refer to the git log
94 * Changes in Quagga 0.99.21
96 - [bgpd] BGP multipath support has been merged
97 - [bgpd] SAFI (Multicast topology) support has been extended to propagate
98 the topology to zebra.
99 - [bgpd] AS path limit functionality has been removed
100 - [babeld] a new routing daemon implementing the BABEL ad-hoc mesh routing
101 protocol has been merged.
102 - [isisd] a major overhaul has been picked up. Please note that isisd is
103 STILL NOT SUITABLE FOR PRODUCTION USE.
104 - [*] a lot of bugs have been fixed, please refer to the git log
106 * Changes in Quagga 0.99.10
108 - [bgpd] 4-byte AS support added
109 - [bgpd] MRT format changes to version 2. Those relying on
110 bgpd MRT table dumps may need to update their tools.
111 - [bgpd] Added new route-map set statement: "as-path exclude"
112 - Zebra RIB updates queue has evolved into a multi-level
113 structure to address RIB consistency issues.
115 * Changes in Quagga 0.99.2
117 - [bgpd] Work queues added to bgpd to split up update processing,
118 particularly beneficial when a peer session goes down. AS_PATH
119 parsing rewritten to be clearer, more robust and ready for 4-byte.
121 - [ripd] Simple authentication is no longer the default authentication
122 mode for ripd. The default is now no-authentication. Any setups which
123 used simple authentication will probably need to update their
124 configuration manually.
126 - [ospfd] 1s dead-interval with sub-second Hellos feature added.
127 SPF timers now specified in milliseconds, and with adaptive
128 hold-time support. RFC3137 Stub-router support added. Default ABR
131 - Solaris least privileges support added.
133 * Changes in Quagga 0.99.1
135 - Zserv is now buffered via threads and non-blocking in most cases for both
136 clients and zebra, which should improve responsiveness of daemons when
137 they must send many messages to zebra.
139 - 'show thread cpu' now displays both cpu+system and wall-clock time,
140 where getrusage() is available.
142 - Background threads added and workqueue API added, with a
143 'show work-queues' command. Thread scheduling improved slightly.
145 - Zebra now has a work-queue for RIB processing. See 'show work-queues' in
146 the zebra daemon vty.
148 - Support for interface renaming on Linux netlink systems.
150 - GNU Zebra bgpd merges, including BGP Graceful-restart and "match ip
151 route-source" command.
153 - Automatic logging of backtraces should daemons crash to assist in
154 diagnosis. See the documentation for more information on configuring
155 logging correctly, and set --enable-gcc-rdynamic if compiling with gcc.
157 * Changes in Quagga 0.98.0
159 - Logging facilities upgraded. One can now specify a severity level
160 for each logging destination. And a new "show logging" command gives
161 thorough information on the current logging system configuration.
163 - Watchquagga daemon added. This is not well tested yet. Please try
164 monitor mode first before enabling restart features. It is important
165 to make sure that the various timers are configured with appropriate
166 values for your site.
168 - BGP route-server support added. See the texinfo documentation.
170 - OSPF API initialisation is disabled by default even if compiled in. You
171 can enable it with -a/--apiserver command line switch.
173 - "write-config integrated" vtysh command replaced with "service
174 integrated-vtysh-config" command.
176 - Router id is now handled by zebra daemon and all daemons receive changes
177 from it. Router id can be overriden in daemons' configurations of course.
178 To fix common router id in zebra daemon you can either install non-127
179 address on loopback or use "router-id x.x.x.x" command.
181 - "secondary" keyword is removed from ip address configuration. All
182 supported OS'es have their own vision what's secondary address and
185 - Zebra no longer enables forwarding by default. If you rely on zebra to
186 enable forwarding make sure to add '<ip|ip6> forwarding' statements
187 to your zebra configuration file.
189 - All libraries are built and used shared, on platforms where libtool
190 supports shared libraries.
192 - Router advertisement syntax is changed. In usual cases (if you didn't do
193 any fancy stuff) it's enough to change lines in configuration from:
194 "ipv6 nd prefix-advertisement X:X:X:X::/X 2592000 604800 autoconfig on-link"
196 "ipv6 nd prefix X:X:X:X::/X"
198 All router advertisement options are documented in texi documentation.
200 - --enable-nssa configure switch is removed. NSSA support is stable enough.
202 - Daemons don't look at current directory for config file any more.
204 * Changes in Quagga 0.96.5
206 - include files are installed in $(prefix)/include/quagga. Programs
207 building against these includes should -I$(prefix)/include and e.g.
208 #include <quagga/routemap.h>
210 - New option --enable-exampledir puts example files in a separate
211 directory from $(sysconfdir), easing NetBSD pkgsrc hierarchy rules
214 - New configure options --enable-configfile-mask and
215 --enable-logfile-mask to set umask values for config and log
216 values. Masks default to 0600, matching previous behavior.
218 - Import current CVS isisd from SourceForge, then merge it with
219 the Quagga's Framework.
221 * Changes in Quagga 0.96.4
223 - Further fixes to ospfd, some relating to the PtP revert. Interface
224 lookups should be a lot more robust now.
226 - Fix for a remote triggerable crash in vty layer.
228 - Improvements to ripd, and addition of split horizon support.
230 - Improved bgpd table support, now dumps at time of day intervals rather
231 than time from startup intervals. Much improved support for IPv6 table
232 dumps. show commands for views improved.
234 * Changes in Quagga 0.96.3
236 - revert the 'generic PtP' patch. Means Quagga will no longer work with
237 FreeSWAN, however, on the plus side this gets rid of a lot of niggly bugs
238 which the PtP patch introduced.
240 * Changes in Quagga 0.96.2
244 * Changes in Quagga 0.96.1
246 - Iron out problem with the privileges definitions
248 * Changes in Quagga 0.96
250 - Privilege support, daemons now run with the minimal privileges needed, see
251 the documentation for details.
253 - NSSA ABR support in ospfd.
255 - OSPF-API support merged in.
257 - 6WIND patch merged in.
259 * Changes in zebra-0.93
263 ** Configuration is changed to new format.
267 ** Crush bugs which reported on Zebra ML is fixed.
269 ** Opaque LSA and TE LSA support is added by KDD R&D Laboratories,
274 ** Many bugs are fixed.
276 * Changes in zebra-0.92a
280 ** Fix "^$" community list bug.
282 ** Below command's Address Family specific configurations are added
285 route-reflector-client
287 soft-reconfiguration inbound
291 ** Treat kernel type routes as EGP routes.
293 * Changes in zebra-0.92
295 ** Overall security is improved. Default umask is 0077.
299 ** If output interface is in simple password authentication mode,
300 substruct one from rtemax.
304 ** IPv4 multicast and IPv6 unicast configuration is changed to so
305 called new config. All of AFI and SAFI specific configuration is
306 moved to "address-family" node. When you have many IPv6 only
307 configuration, you will see many "no neighbor X:X::X:X activate" line
308 in your configuration to disable IPv4 unicast NLRI exchange. In that
309 case please use "no bgp default ipv4-unicast" command to suppress the
310 output. Until zebra-0.93, old config is still left for compatibility.
315 bgp router-id 10.0.0.1
316 redistribute connected
317 network 192.168.0.0/24
318 neighbor 10.0.0.2 remote-as 7675
319 ipv6 bgp network 3ffe:506::/33
320 ipv6 bgp network 3ffe:1800:e800::/40
321 ipv6 bgp aggregate-address 3ffe:506::/32
322 ipv6 bgp redistribute connected
323 ipv6 bgp neighbor 3ffe:506:1000::2 remote-as 1
328 bgp router-id 10.0.0.1
329 network 192.168.0.0/24
330 redistribute connected
331 neighbor 10.0.0.2 remote-as 7675
332 neighbor 3ffe:506:1000::2 remote-as 1
333 no neighbor 3ffe:506:1000::2 activate
336 network 3ffe:506::/33
337 network 3ffe:1800:e800::/40
338 aggregate-address 3ffe:506::/32
339 redistribute connected
340 neighbor 3ffe:506:1000::2 activate
345 ** Internal interface treatment is changed. Now ospfd can handle
346 multiple IP address for an interface.
348 ** Redistribution of loopback interface's address works fine.
350 * Changes in zebra-0.91
352 ** --enable-oldrib configure option is removed.
354 ** HAVE_IF_PSEUDO part is removed. Same feature is now supported by
359 ** When redistributed route is withdrawn, perform poisoned reverse.
363 ** When interface's address is removed, kernel route pointing out to
364 the address is removed.
366 ** IPv6 RIB is now based upon new RIB code.
368 ** zebra can handle same connected route to one interface.
370 ** New command for interface address. Currently this commands are
371 only supported on GNU/Linux with netlink interface.
373 "ip address A.B.C.D secondary"
374 "ip address A.B.C.D label LABEL"
378 ** BGP flap dampening bugs are fixed.
380 ** BGP non-blocking TCP connection bug is fixed.
382 ** "show ip bgp summary" shows AS path and community entry number.
384 ** New commands have been added.
385 "show ip bgp cidr-only"
386 "show ip bgp ipv4 (unicast|multicast) cidr-only"
387 "show ip bgp A.B.C.D/M longer-prefixes"
388 "show ip bgp ipv4 (unicast|multicast) A.B.C.D/M longer-prefixes"
389 "show ipv6 bgp X:X::X:X/M longer-prefixes"
390 "show ipv6 mbgp X:X::X:X/M longer-prefixes"
392 ** IPv6 IBGP nexthop change is monitored.
394 ** Unknown transitive attribute is passed with partial flag bit on.
398 ** Fix bug of LSA MaxAge flood.
400 ** Fix bug of NSSA codes.
402 * Changes in zebra-0.90
404 ** From this beta release, --enable-unixdomain and --enable-newrib
405 becomes default. So both options are removed from configure.in. To
406 revert old behavior please specify below option.
408 --enable-tcp-zebra # TCP/IP socket is used for protocol daemon and zebra.
409 --enable-oldrib # Turn on old RIB implementation.
411 Old RIB implementation will be removed in zebra-0.91.
413 ** From this beta release --enable-multipath is supported. This
414 option is only effective on GNU/Linux kernel with
415 CONFIG_IP_ADVANCED_ROUTER and CONFIG_IP_ROUTE_MULTIPATH is set.
417 --enable-multipath=ARG # ARG must be digit. When ARG is 0 unlimit multipath number.
419 ** From this release we do not include guile files.
423 ** newlist.[ch] is merged with linklist.[ch].
425 ** Now Zebra works on MacOS X public beta.
427 ** Access-list can have remark. "access-list WORD remark LINE" define
428 remark for specified access-list.
430 ** Key of key-chain is sorted by it's idetifier value.
432 ** prefix-list rule is slightly changed. The rule of "len <= ge-value
433 <= le-value" is changed to "len < ge-value <= le-value".
435 ** According to above prefix-list rule change, add automatic
436 conversion function of an old rule. ex.) 10.0.0.0/8 ge 8 -> 10.0.0.0/8
439 ** SMUX can handle SNMP trap.
441 ** In our event library, event thread is executed before any other
442 thread like timer, read and write event.
444 ** Robust method for writing configuration file and recover from
445 backing up config file.
447 ** Display "end" at the end of configuration.
449 ** Fix memory leak in vtysh_read().
451 ** Fix memroy leak about access-list and prefix-list name.
455 ** UNIX domain socket server of zebra protocol is added.
457 ** Fix PointoPoint interface network bug. The destination network
458 should be installed into routing table instead of local network.
460 ** Metric value is reflected to kernel routing table.
462 ** "show ip route" display uptime of RIP,OSPF,BGP routes.
464 ** New RIB implementation is added.
466 Now we have enhanced RIB (routing information base) implementation in
467 zebra. New RIB has many new features and fixed some bugs which exist
470 *** Static route with distance value
472 Static route can be specified with administrative distance. The
473 distance value 255 means it is not installed into the kernel.
474 Default value of distance for static route is 1.
476 ip route A.B.C.D/M A.B.C.D <1-255>
477 ip route A.B.C.D/M IFNAME <1-255>
479 If the least distance value's route's nexthop are unreachable,
480 select the least distance value route which has reachable nexthop is
483 ip route 0.0.0.0/0 10.0.0.1
484 ip route 0.0.0.0/0 11.0.0.1 2
486 In this case, when 10.0.0.1 is unreachable and 11.0.0.1 is
487 reachable. The route with nexthop 11.0.0.1 will be installed into
491 S>* 0.0.0.0/0 [2/0] via 11.0.0.1
492 S 0.0.0.0/0 [1/0] via 10.0.0.1 inactive
494 If the nexthop is unreachable "inactive" is displayed. You can
495 specify any string to IFNAME. There is no need of the interface is
496 there when you configure the route.
498 ip route 1.1.1.1/32 ppp0
500 When ppp0 comes up, the route is installed properly.
502 *** Multiple nexthop routes for one prefix
504 Multiple nexthop routes can be specified for one prefix. Even the
505 kernel support only one nexthop for one prefix user can configure
508 When you configure routes like below, prefix 10.0.0.1 has three
511 ip route 10.0.0.1/32 10.0.0.2
512 ip route 10.0.0.1/32 10.0.0.3
513 ip route 10.0.0.1/32 eth0
515 If there is no route to 10.0.0.2 and 10.0.0.3. And interface eth0
516 is reachable, then the last route is installed into the kernel.
519 S> 10.0.0.1/32 [1/0] via 10.0.0.2 inactive
520 via 10.0.0.3 inactive
521 * is directly connected, eth0
523 '*' means this nexthop is installed into the kernel.
525 *** Multipath (more than one nexthop for one prefix) can be installed into the kernel.
527 When the kernel support multipath, zebra can install multipath
528 routes into the kernel. Before doing that please make it sure that
529 setting --enable-multipath=ARG to configure script. ARG must be digit
530 value. When specify 0 to ARG, there is no limitation of the number
531 of the multipath. Currently only GNU/Linux with netlink interface is
534 ip route 10.0.0.1/32 10.0.0.2
535 ip route 10.0.0.1/32 10.0.0.3
536 ip route 10.0.0.1/32 eth0
539 S>* 10.0.0.1/32 [1/0] via 10.0.0.2
541 is directly connected, eth0
543 *** Kernel message delete installed route.
545 After zebra install static or dynamic route into the kernel.
547 R>* 0.0.0.0/0 [120/3] via 10.0.0.1
549 If you delete this route outside zebra, old zebra does not reinstall
550 route again. Now the route is re-processed and properly reinstall the
551 static or dynamic route into the kernel.
553 ** GNU/Linux netlink socket handling is improved to fix race condition
554 between kernel message and user command responce.
558 ** Add show neighbor's routes command.
560 "show ip bgp neighbors (A.B.C.D|X:X::X:X) routes"
561 "show ip bgp ipv4 (unicast|multicast) neighbors (A.B.C.D|X:X::X:X) routes"
562 "show ipv6 bgp neighbors (A.B.C.D|X:X::X:X) routes"
563 "show ipv6 mbgp neighbors (A.B.C.D|X:X::X:X) routes"
565 ** BGP passive peer support problem is fixed.
567 ** Redistributed IGP nexthop is passed to BGP nexthop.
569 ** On multiaccess media, if the nexthop is reachable nexthop is passed
572 ** Remove zebra-0.88 compatibility commands.
574 "match ip prefix-list WORD"
575 "match ipv6 prefix-list WORD"
577 Instead of above please use below commands.
579 "match ip address prefix-list WORD"
580 "match ipv6 address prefix-list WORD"
582 ** Fix bug of holdtimer is not reset when bgp cleared.
584 ** "show ip bgp summary" display peer establish/drop count.
586 ** Change "match ip next-hop" argument from IP address to access-list
589 ** When "bgp enforce-first-as" is enabled, check EBGP peer's update
590 has it's AS number in the first AS number in AS sequence.
592 ** New route-map command "set community-delete COMMUNITY-LIST" is
593 added. Community matched the CoMMUNITY-LIST is removed from the
596 ** BGP-MIB implementation is finished.
598 ** When BGP connection comes from unconfigured IP address, close
601 ** Do not compare router ID when the routes comes from EBGP peer.
602 When originator ID is same, take shorter cluster-list route. If
603 cluster-list is same take smaller IP address neighbor's route.
605 ** Add "bgp bestpath as-path ignore" command. When this option is
606 set, do not concider AS path length when route selection.
608 ** Add "bgp bestpath compare-routerid". When this option is set,
609 compare router ID when the routes comes from EBGP peer.
611 ** Add "bgp deterministic-med" process.
613 ** BGP flap dampening feature is added.
615 ** When IBGP nexthop is changed, it is reflected to RIB.
617 ** Change "neighbor route-refresh" command to "neighbor capability
622 ** Change "match ip next-hop" argument from IP address to access-list
625 ** "no ip rip (send|receive)" command accept version number argument.
627 ** Memory leak related classfull network generation is fixed.
629 ** When a route is in garbage collection process (invalid with metric
630 16) and a router receives the same route with valid metric then route
631 was not installed into zebra rib, but only into ripd rib. Moreover ,
632 it will never get into zebra rib, because ripd wrongly assumes it's
637 ** Fix bug of refreshing default route.
639 ** --enable-nssa turn on undergoing NSSA feature.
641 ** Fix bug of Hello packet's option is not properly set when interface
644 ** Reduce unconditional logging.
646 ** Add nexthop to OSPF path only when it is not there.
648 ** When there is no DR on network (suppose you have only one router
649 with interface priority 0). It's router LSA does not contain the link
650 information about this network.
652 ** When you change a priority of interface from/to 0
653 ISM_NeighborChange event should be scheduled in order to elect new
654 DR/BDR on the network.
656 ** When we add some LSA into retransmit list we need to check whether
657 the present old LSA in retransmit list is not more recent than the new
660 ** In states Loading and Full the slave must resend its last Database
661 Description packet in response to duplicate Database Description
662 packets received from the master. For this reason the slave must wait
663 RouterDeadInterval seconds before freeing the last Database
664 Description packet. Reception of a Database Description packet from
665 the master after this interval will generate a SeqNumberMismatch
666 neighbor event. RFC2328 Section 10.8
668 ** Virtual link can not configured in stub area.
670 ** Clear a ls_upd_queue queue of the interface when interface goes
673 ** "no router ospf" unregister redistribution requests from zebra.
675 ** New command for virtual-link configuration is added.
677 "area A.B.C.D virtual-link A.B.C.D"
678 "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>"
679 "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"
680 "area A.B.C.D virtual-link A.B.C.D authentication-key AUTH_KEY"
681 "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"
682 "area A.B.C.D virtual-link A.B.C.D message-digest-key <1-255> md5 KEY"
684 ** Clear cryptographic sequence number when neighbor status is changed
687 ** Make Summary LSA's origination and refreshment as same as other
690 ** New OSPF pakcet read method. Now maximum packet length may be 65535
691 bytes (maximum IP packet length).
693 ** Checking the age of the found LSA and if the LSA is MAXAGE we
694 should call refresh instead of originate.
696 ** Install multipath information to zebra.
698 ** Fix socket descriptor leak when system call failed.
702 ** Whole functionality has been rewritten as new code. new command
703 "show ipv6 ospf6 spf node", "show ipv6 ospf6 spf tree", "show ipv6
704 ospf6 spf table" has been added.
706 ** Change to do not send garbage route whose nexthop is not linklocal
709 ** "redistribute ospf6" was generated in "router ospf6" in config
712 ** LSDB sync bug is fixed.
714 ** Fix bug of using unavailable route.
718 ** route-map and access-list configuration is merged into one
721 ** /usr/local/etc/Zebra.conf is integrated configuration file. "write
722 memory" in vtysh will write whole configuration to this file.
724 ** When -b option is specified to vtysh, vtysh read
725 /usr/local/etc/Zebra.conf file then pass the confuguration to proper
726 protocol daemon. So make all protocol daemon's configuration file
727 empty then invoke all daemon. After that vtysh -b will setup saved
732 /usr/local/sbin/zebra -d
733 /usr/local/sbin/ripd -d
734 /usr/local/sbin/ospfd -d
735 /usr/local/sbin/bgpd -d
736 /usr/local/bin/vtysh -b
738 * Changes in zebra-0.89
742 ** distribute-list can set all interface's access-list and prefix-list
747 ** "show ip protocols" display proper distribute-list settings and
750 ** When metric infinity route received withdraw the route from kernel
751 immediately it used to be wait garbage collection.
753 ** key-chain can be used for simple password authentication.
755 ** RIPv2 MIB getnext interface bug is fixed.
759 ** --with-libpam enable PAM authentication for vtysh.
761 ** Now vtysh read vtysh.conf. This file should be
762 ${SYSCONFDIR}/etc/vtysh.conf for security reason. Usually it is
763 /usr/local/etc/vtysh.conf.
765 ** "username WORD nopassword" command is added to vtysh.
769 ** NBMA interface support is added.
771 ** OSPF area is sorted by area ID.
773 ** New implementation of OSPF refreesh.
775 ** OSPF-MIB read function is partly added.
779 ** When the peering is done by ebgp-multihop, nexthop is looked up
782 ** "show ip mbgp" commands are changed to "show ip bgp ipv4
785 ** New terminal commands are added.
786 "show ip bgp ipv4 (unicast|multicast) filter-list WORD"
787 "show ip bgp ipv4 (unicast|multicast) community"
788 "show ip bgp ipv4 (unicast|multicast) community-list WORD"
789 "show ip bgp ipv4 (unicast|multicast) community-list WORD exact-match"
791 ** MBGP soft-reconfiguration command is added.
792 "clear ip bgp x.x.x.x ipv4 (unicast|multicast) in"
793 "clear ip bgp x.x.x.x ipv4 (unicast|multicast) out"
794 "clear ip bgp x.x.x.x ipv4 (unicast|multicast) soft"
795 "clear ip bgp <1-65535> ipv4 (unicast|multicast) in"
796 "clear ip bgp <1-65535> ipv4 (unicast|multicast) out"
797 "clear ip bgp <1-65535> ipv4 (unicast|multicast) soft"
798 "clear ip bgp * ipv4 (unicast|multicast) in"
799 "clear ip bgp * ipv4 (unicast|multicast) out"
800 "clear ip bgp * ipv4 (unicast|multicast) soft"
802 ** MED related commands are added.
803 "bgp deterministic-med"
804 "bgp bestpath med confed"
805 "bgp bestpath med missing-as-worst"
807 ** "bgp default local-preference" command is added.
809 ** BGP confederation peer's routes are passed to zebra like IBGP route.
811 ** Community match command is added.
812 "show ip bgp community <val>"
813 "show ip bgp community <val> exact-match"
815 ** EBGP multihop route treatment bug is fixed. Now nexthop is
816 resolved by IGP routes.
818 ** Some commands are added to show routes by filter-list and community
820 "show ip bgp ipv4 (unicast|multicast) filter-list WORD"
821 "show ip bgp ipv4 (unicast|multicast) community"
822 "show ip bgp ipv4 (unicast|multicast) community-list WORD"
823 "show ip bgp ipv4 (unicast|multicast) community-list WORD exact-match"
827 ** zebra read interface's address information using getifaddrs() when
830 ** Reflect IPv6 interface's address change to protocol daemons.
832 * Changes in zebra-0.88
836 ** "exact-match" option is added to "access-list" and "ipv6
837 access-list" command. If this option is specified, the prefix and
838 prefix length is compared as exact match mode.
842 ** New Zebra message ZEBRA_REDISTRIBUTE_DEFAULT_ADD and
843 ZEBRA_REDISTRIBUTE_DEFAULT_DELTE are added.
845 ** Default administrative distance value is changed.
848 ------------------------------------------
857 bgp 70 200(iBGP) 20(eBGP)
858 ------------------------------------------
860 ** Distance value can be passed from protocol daemon to zebra.
862 ** "show ip route" shows [metric/distance] value pair.
864 ** Zebra Protocol is changed to support multi-path route and distance
869 ** "default-information originate [always]" command is added.
871 ** "default-metric <0-16777214>" command is added.
873 ** "show ip ospf database" command is integrated. LS-ID and AdvRouter can
874 be specifed. The commands are
876 show ip ospf database TYPE LS-ID
877 show ip ospf database TYPE LS-ID ADV-ROUTER
878 show ip ospf database TYPE LS-ID self-originate
879 show ip ospf database TYPE self-originate
881 ** route-map support for `redistribute' command are added.
882 Supported `match' statements are
888 Supported `set' statements are
893 ** Pass OSPF metric value to zebra daemon.
897 ** When specified route-map does not exist, it means all deny.
899 ** "default-metric <1-16>" command is added.
901 ** "offset-list ACCESS-LIST-NAME <0-16>" and "offset-list
902 ACCESS-LIST-NAME <0-16> IFNAME" commands are added.
904 ** "redistribute ROUTE-TYPE metric <0-16>" command is added.
906 ** "default-information originate" command is added.
908 ** "ip split-horizon" and "no ip split-horizon" is added to interface
911 ** "no router rip" command is added.
913 ** "ip rip authentication mode (md5|text)" is added to interface
916 ** "ip rip authentication key-chain KEY-CHAIN" is added to interface
919 ** Pass RIP metric value to zebra daemon.
921 ** Distance manipulation functions are added.
925 ** Fix bug of next hop treatment for MPLS-VPN route exchange.
927 ** BGP peer MIB is updated.
929 ** Aggregated route has origin IGP, atomic-aggregate and proper
930 aggregator attribute.
932 ** Suppressed route now installed into BGP table. It is only
933 suppressed from announcement.
935 ** BGP router-id is properly set after "no router bgp ASN" and "router
938 ** Add check for nexthop is accessible or not for IBGP routes.
940 ** Add cehck for nexthop is on connected or not for EBGP routes.
942 ** "dump bgp route" command is changed to "dump bgp route-mrt" for
943 generating MRT compatible dump output.
945 ** Soft reconfiguration inbound and outbound is supported.
947 ** Route refresh feature is supported.
951 ** VTY shell is now included into the distribution.
953 * Changes in zebra-0.87
957 ** "show startup-config" command is added.
959 ** "show history" command is added.
961 ** Memory statistics command is changed. New command
971 ** Filters can be removed only specify it's name. New command
974 no ip community-list NAME
975 no ip as-path access-list NAME
980 ** At any node, user can view/save user configuration.
986 are added to every node in default.
988 ** LCD completion is added. For example both "ip" and "ipv6" command
989 are exist, "i" then press TAB will be expanded to "ip".
993 ** "show ip bgp" family shows total number of prefixes.
995 ** "no bgp default ipv4-unicast" command is added.
997 ** Extended Communities support is added.
999 ** "no neighbor PEER send-community extended" command is added.
1001 ** MPLS-VPN PE-RR support is added.
1003 New address family vpnv4 unicast is introduced.
1006 address-family vpnv4 unicast
1007 neighobr PEER activate
1008 network A.B.C.D rd RD tag TAG
1012 To make it route-reflector, please configure it under normal router
1017 no bgp default ipv4-unicast
1018 bgp router-id 10.0.0.100
1019 bgp cluster-id 10.0.0.100
1020 neighbor 10.0.0.1 remote-as 65535
1021 neighbor 10.0.0.1 route-reflector-client
1022 neighbor 10.0.0.2 remote-as 65535
1023 neighbor 10.0.0.2 route-reflector-client
1024 neighbor 10.0.0.3 remote-as 65535
1025 neighbor 10.0.0.3 route-reflector-client
1027 address-family vpnv4 unicast
1028 neighbor 10.0.0.1 activate
1029 neighbor 10.0.0.2 activate
1030 neighbor 10.0.0.3 activate
1036 ** Many many bugs are fixed.
1040 ** Better interface up/down event handle.
1044 ** Better interface up/down event handle.
1046 * Changes in zebra-0.86
1050 ** Fix bug of exec-timeout command which may cause crush.
1052 ** Multiple same policy for "access-list", "ip prefix-list, "as-path
1053 access-list", "ip community-list" is not duplicated.
1055 ** It used to be "ip prefix-list A.B.C.D/M" match routes which mask >=
1056 M. Now default behavior is exact match so it only match routes which
1061 ** "match ip address prefix-list" is added to route-map.
1063 ** A route without local preference is evaluated as 100 local preference.
1065 ** Select smaller router-id route when other values are same.
1067 ** Compare MED only both routes comes from same neighboring AS.
1069 ** "bgp always-compare-med" command is added.
1071 ** Now MED value is passed to IBGP peer.
1073 ** When neighbor's filter is configured with non-existent access-list,
1074 as-path access-list, ip prefix-list, route-map. The behavior is
1075 changed from all permit to all deny.
1079 ** Fix bug of external route tag byte order.
1081 ** OSPF Neighbor deletion bug which cause crush is fixed.
1083 ** Some route calculation bug are fixed.
1085 ** Add sanity check with router routing table.
1087 ** Fix bug of memory leak about linklist.
1089 ** Fix bug of 1-WayReceived in NSM.
1091 ** Take care of BIGENDIAN architecture.
1093 ** Fix bug of NSM state flapping between ExStart and Exchange.
1095 ** Fix bug of Network-LSA originated in stub network.
1097 ** Fix bug of MS flag unset.
1099 ** Add to schedule router_lsa origination when the interface cost
1102 ** Increment LS age by configured interface transmit_delay.
1104 ** distribute-list is reimplemented.
1106 ** Fix bug of refresh never occurs.
1108 ** Fix bug of summary-LSAs reorigination. Correctly copy
1109 OSPF_LSA_APPROVED flag to new LSA. when summary-LSA is reoriginatd.
1111 ** Fix bug of re-origination when a neighbor disappears.
1113 ** Fix bug of segmentation fault with DD retransmission.
1115 ** Fix network-LSA re-origination problem.
1117 ** Fix problem of remaining withdrawn routes on zebra.
1121 ** Do not leave from multicast group when interface goes down bug is
1126 ** Remove client structure when client dies.
1128 ** Take care static route when interface goes up/down.
1130 * Changes in zebra-0.85
1134 ** "transparent-nexthop" and "transparenet-as" commands are added.
1136 ** Route reflector's originator-id bug is fixed.
1140 ** Fix bug of OSPF LSA memory leak.
1142 ** Fix bug of OSPF external route memory leak.
1144 ** AS-external-LSA origination bug was fixed.
1146 ** LS request treatment is completely rewritten. Now performance is
1147 drastically improved.
1151 ** RIPv1 update is done by class-full manner.
1153 * Changes in zebra-0.84b
1157 ** Fix bug of inet_pton return value handling
1161 ** Fix bug of BGP-4+ link-local address nexthop check for IBGP peer.
1163 ** Don't allocate whole buffer for displaying "show ip bgp". Now it
1164 consume only one screen size memory.
1168 ** Fix debug output string.
1170 ** Add RIP peer handling. RIP peer are shown by "show ip protocols".
1172 * Changes in zebra-0.84a
1176 ** Fix serious bug of BGP-4+ peering under IPv6 link-local address.
1177 Due to the bug BGP-4+ peering may not be established.
1179 * Changes in zebra-0.84
1183 ** IPv6 address and prefix parser is added to VTY by Toshiaki Takada
1184 <takada@zebra.org>. DEFUN string is "X:X::X:X" for IPv6 address,
1185 "X:X::X:X/M" for IPv6 prefix. You can use it like this.
1187 DEFUN (func, cmd, "neighbor (A.B.C.D|X:X::X:X) remote-as <1-65535>")
1189 ** VTY configuration is locked during configuration. This is for
1190 avoiding unconditional crush from two terminals modify the
1191 configuration at the same time. "who" command shows which termnal
1192 lock the configuration. VTY which has '*' character at the head of
1193 line is locking the configuration.
1195 ** Old logging functions are removed. Functions like
1196 log_open,log_close,openlog are deleted. Instead of that please use
1197 zlog_* functions. zvlog_* used in ospf6d are deleted also.
1199 ** "terminal monitor" command is added. "no terminal monitor" is for
1200 disabling. This command simply display logging information to the
1203 ** dropline.[ch] files are deleted.
1207 ** BGP neighbor configuration are sorted by it's IP address.
1209 ** BGP peer configuration and actual peer is separated. This is
1210 preparation for Route Server support.
1212 ** "no neighbor PEER" command is added. You can delete neighbor
1213 without specifying AS number.
1215 ** "no neighbor ebgp-multihop" command is added.
1217 ** "no neighbor port PORT" command is added.
1219 ** To conform RFC1771, "neighbor PEER send-community" is default
1220 behavior. If you want to disable sending community attribute,
1221 please specify "no neighbor PEER send-community" to the peer.
1223 ** "neighbor maximum-prefix NUMBER" command is added.
1225 ** Multi-protocol extention NLRI is proceeded only when the peer is
1226 configured proper Address Family and Subsequent Address Family. If
1227 not, those NLRI are simply ignored.
1229 ** Aggregate-address support is improved. Currently below commands
1233 "aggregate-address summary-only"
1234 "no aggregate-address"
1235 "no aggregate-address summary-only"
1237 "ipv6 bgp aggregate-address"
1238 "ipv6 bgp aggregate-address summary-only"
1239 "no ipv6 bgp aggregate-address"
1240 "no ipv6 bgp aggregate-address summary-only"
1242 ** redistribute route-map bug is fixed.
1244 ** MBGP support becomes default. "configure" option --enable-mbgp is
1247 ** New command "neighbor PEER timers connect <1-65535>" is added.
1249 ** New command "neighbor PEER override-capability" is added.
1251 ** New command "show ip bgp neighbor A.B.C.D advertised-route" is added.
1253 ** New command "show ip bgp neighbor A.B.C.D routes" is added. To use
1254 this command, you have to configure neighbor with
1255 "neighbor A.B.C.D soft-reconfiguration inbound" beforehand.
1258 * Changes in zebra-0.83
1262 ** Serious bug fix about fetching global and link-local address at the
1263 same time. Due to this bug, corrupted IPv6 prefix is generated. If
1264 you uses bgpd for BGP-4+ please update to this version. The bug is
1265 introduced in zebra-0.82.
1267 ** When bgpd send Notify message, don't use thread manager. It is now
1268 send to neighbor immediately.
1270 * Changes in zebra-0.82
1272 ** Solaris 2.6 support is added by Michael Handler
1273 <handler@sub-rosa.com>.
1275 ** MBGP support is added by Robert Olsson <Robert.Olsson@data.slu.se>.
1276 Please specify --enable-mbgp to configure script. This option will be
1277 removed in the future and MBGP support will be default.
1281 ** When interface goes down, withdraw connected routes from routing
1282 table. When interface goes up, restore the routes to the routing
1285 ** `show interface' show interface's statistics on Linux and BSD with
1288 ** Now zebra can get MTU value on BSDI/OS.
1292 ** Add capability option support based upon
1293 draft-ietf-idr-bgp4-cap-neg-04.txt.
1295 ** Add `show ipv6 bgp prefix-list' command.
1297 ** Check self AS appeared in received routes.
1299 ** redistribute route-map support is added.
1301 ** BGP packet dump feature compatible with MRT.
1305 ** Fix bug of `timers basic' command's argument format.
1309 ** Calculate max RTE using interface's MTU value.
1313 ** Some correction to LSU processing.
1315 ** Add check for lsa->refresh_list.
1319 ** Many debug feature is added.
1321 * Changes in zebra-0.81
1323 ** SNMP support is disabled in default.--enable-snmp option is added
1324 to configure script.
1328 ** Fix FSM bug which introduced in zebra-0.80.
1330 * Changes in zebra-0.80
1334 New access-list name space `ipv6 access-list' is added. At the same
1335 time, `access-list' statemant only accepts IPv4 prefix. Please be
1336 careful if you use IPv6 filtering. You will need to change your
1337 configuration. For IPv6 filtering please use `ipv6 access-list'.
1339 As of zebra-0.7x, user can use `access-list' for both IPv4 and IPv6
1343 access-list DML-net permit 203.181.89.0/24
1344 access-list DML-net permit 3ffe:506::0/32
1345 access-list DML-net deny any
1348 Above configuration is not valid for zebra-08x. Please add `ipv6'
1349 before 'access-list' when you configure IPv6 filtering.
1352 access-list DML-net permit 203.181.89.0/24
1353 access-list DML-net deny any
1355 ipv6 access-list DML-net permit 3ffe:506::0/32
1356 ipv6 access-list DML-net deny any
1361 And also new prefix-list name space `ipv6 prefix-list' is added. It
1362 is the same as the change of `access-list'. `ip prefix-list' now only
1363 accept IPv4 prefix. It was source of confusion that `ip prefix-list'
1364 can be used both IPv4 and IPv6 filtering. Now name space is separated
1365 to clear the meaning of the filter.
1367 If you use `ip prefix-list' for IPv6 filtering, please change the
1371 ip prefix-list 6bone-filter seq 5 permit 3ffe::/17 le 24 ge 24
1372 ip prefix-list 6bone-filter seq 10 permit 3ffe:8000::/17 le 28 ge 28
1373 ip prefix-list 6bone-filter seq 12 deny 3ffe::/16
1374 ip prefix-list 6bone-filter seq 15 permit 2000::/3 le 16 ge 16
1375 ip prefix-list 6bone-filter seq 20 permit 2001::/16 le 35 ge 35
1376 ip prefix-list 6bone-filter seq 30 deny any
1379 Now user can explicitly configure it as IPv6 prefix-list.
1382 ipv6 prefix-list 6bone-filter seq 5 permit 3ffe::/17 le 24 ge 24
1383 ipv6 prefix-list 6bone-filter seq 10 permit 3ffe:8000::/17 le 28 ge 28
1384 ipv6 prefix-list 6bone-filter seq 12 deny 3ffe::/16
1385 ipv6 prefix-list 6bone-filter seq 15 permit 2000::/3 le 16 ge 16
1386 ipv6 prefix-list 6bone-filter seq 20 permit 2001::/16 le 35 ge 35
1387 ipv6 prefix-list 6bone-filter seq 30 deny any
1392 If you want to filter only default route (0.0.0.0/0) and permit other
1393 routes, it was hard to do that. Now `ip prefix-list' can be used for
1394 RIP route filtering.
1398 `distribute-list prefix PLIST_NAME (in|out) IFNAME'
1400 is added to ripd. So you can configure on eth0 interface accept all
1401 routes other than default routes.
1405 distribute-list prefix filter-default in eth0
1407 ip prefix-list filter-default deny 0.0.0.0/0 le 0
1408 ip prefix-list filter-default permit any
1411 * RIPng configuration
1413 Same change is done for ripngd. You can use `ipv6 prefix-list' for
1418 distribute-list prefix filter-default in eth0
1420 ipv6 prefix-list filter-default deny ::/0 le 0
1421 ipv6 prefix-list filter-default permit any
1426 So far, Multiprotocol Extensions for BGP-4 (RFC2283) configuration is
1427 done with traditional IPv4 peering statement like blow.
1431 neighbor 3ffe:506::1 remote-as 2500
1432 neighbor 3ffe:506::1 prefix-list 6bone-filter out
1435 For separating configuration IPv4 and IPv6, and for retaining Cisco
1436 configuration compatibility, now IPv6 configuration is done by IPv6
1437 specific statement. IPv6 BGP configuration is done by statement which
1438 start from `ipv6 bgp'.
1443 ipv6 bgp neighbor 3ffe:506::1 remote-as 2500
1444 ipv6 bgp neighbor 3ffe:506::1 prefix-list 6bone-filter out
1447 At the same time some IPv6 specific commands are deleted from IPv4
1450 o redistribute ripng
1451 o redistribute ospf6
1452 o neighbor PEER version BGP_VERSION
1453 o neighbor PEER interface IFNAME
1455 Those commands are only accepted as like below.
1457 o ipv6 bgp redistribute ripng
1458 o ipv6 bgp redistribute ospf6
1459 o ipv6 bgp neighbor PEER version BGP_VERSION
1460 o ipv6 bgp neighbor PEER interface IFNAME
1462 And below new commands are added.
1464 o ipv6 bgp network IPV6_PREFIX
1465 o ipv6 bgp redistribute static
1466 o ipv6 bgp redistribute connected
1467 o ipv6 bgp neighbor PEER remote-as <1-65535> [passive]
1468 o ipv6 bgp neighbor PEER ebgp-multihop [TTL]
1469 o ipv6 bgp neighbor PEER description DESCRIPTION
1470 o ipv6 bgp neighbor PEER shutdown
1471 o ipv6 bgp neighbor PEER route-reflector-client
1472 o ipv6 bgp neighbor PEER update-source IFNAME
1473 o ipv6 bgp neighbor PEER next-hop-self
1474 o ipv6 bgp neighbor PEER timers holdtime <0-65535>
1475 o ipv6 bgp neighbor PEER timers keepalive <0-65535>
1476 o ipv6 bgp neighbor PEER send-community
1477 o ipv6 bgp neighbor PEER weight <0-65535>
1478 o ipv6 bgp neighbor PEER default-originate
1479 o ipv6 bgp neighbor PEER filter-list FILTER_LIST_NAME (in|out)
1480 o ipv6 bgp neighbor PEER prefix-list PREFIX_LIST_NAME (in|out)
1481 o ipv6 bgp neighbor PEER distribute-list AS_LIST_NAME (in|out)
1482 o ipv6 bgp neighbor PEER route-map ROUTE_MAP_NAME (in|out)
1484 And some utility commands are introduced.
1486 o clear ipv6 bgp [PEER]
1487 o show ipv6 bgp neighbors [PEER]
1488 o show ipv6 bgp summary
1490 I hope these changes are easy to understand for current Zebra users...
1492 * To restrict connection to VTY interface.
1494 It used to be both IPv4 and IPv6 filter can be specified with one
1495 access-list. Then the access-list can be appried to VTY interface
1496 with `access-class' stetement in `line vty' node. Below is example in
1500 access-list local-only permit 127.0.0.1/32
1501 access-list local-only permit ::1/128
1502 access-list local-only deny any
1505 access-class local-only
1508 Now IPv4 and IPv6 filter have each name space. It is not possible to
1509 specify IPv4 and IPv6 filter with one access-list. For setting IPv6
1510 access-list in `line vty', `ipv6 access-class' statement is
1511 introduced. Let me show the configuration in zebra-0.8x.
1514 access-list local-only permit 127.0.0.1/32
1515 access-list local-only deny any
1517 ipv6 access-list local-only permit ::1/128
1518 ipv6 access-list local-only dny any
1521 access-class local-only
1522 ipv6 access-class local-only
1527 New IPv6 related route-map match commands are added.
1529 o match ipv6 address
1530 o match ipv6 next-hop
1532 Please change your configuration if you use IP match statement for
1538 access-list all permit any
1540 route-map set-nexthop permit 10
1541 match ip address all
1542 set ipv6 next-hop global 3ffe:506::1
1543 set ipv6 next-hop local fe80::cbb5:591a
1549 ipv6 access-list all permit any
1551 route-map set-nexthop permit 10
1552 match ipv6 address all
1553 set ipv6 next-hop global 3ffe:506::1
1554 set ipv6 next-hop local fe80::cbb5:591a
1559 Protocol daemon such as ripd, bgpd, ospfd will reconnect zebra daemon
1560 when the connection fail. Those daemons try to connect zebra every 10
1561 seconds first three trial, then the interval changed to 60 seconds.
1562 After all, if ten connections are fail, protocol daemon give up the
1563 connection to the zebra daemon.
1565 * SNMP support (is not yet finished)
1567 Zebra uses SMUX protocol (RFC1227) for making communication with SNMP
1568 agent. Currently lib/smux.c can be compiled only with ucd-snmp-4.0.1
1569 and http://ucd-snmp.ucdavis.edu/patches/012.patch. It can not be
1570 compiled with ucd-snmp-3.6.2.
1572 After applying the patch to ucd-snmp-4.0.1, please configure it with
1575 % configure --with-mib-modules=smux
1577 After compile & install ucd-snmp-4.0.1, you will need to configure
1578 smuxpeer. I'm now using below configuration.
1580 /usr/local/share/snmp/snmpd.conf
1581 ================================
1582 smuxpeer 1.3.6.1.6.3.1 test
1584 Above 1.3.6.1.6.3.1 and test is temporary configuration which is hard
1585 coded in lib/smux.c. Yes, I know it is bad, I'll change it ASAP.
1587 * HUP signal treatment
1589 From zebra-0.80, ripd will reload it's configuration file when ripd
1590 receives HUP signal. Other daemon such as bgpd, ospfd will support
1591 HUP signal treatment soon.
1593 * Changes in zebra-0.79
1597 ** Broadcast address setting on Linux box bug is fixed.
1599 ** Protocol daemon can install connected IPv6 route into the kernel.
1601 ** Now zebra can handle blackhole route.
1605 ** Add route-map feature for RIP protocol.
1607 ** In case of RIP version 2 routing table entry has IPv4 address and
1608 netmask pair which host part bit is on, ignore the entry.
1612 ** Change CMSG_DATA cast from (u_char *) to (int *). (u_char *) does
1613 not work for NetBSD-currnet on SparcStation 10.
1617 ** MaxAge LSA treatment is added.
1619 ** ABR/ASBR functionality is added.
1621 ** Virtual Link funtionality is added.
1623 ** ABR behaviors IBM/Cisco/Shortcut is added.
1627 ** Enclosed KAME specific part with #ifdef #endif
1629 * Changes in zebra-0.78
1633 ** SNMP support is started.
1635 ** Now Zebra can work on BSD/OS 4.X.
1637 ** Now Zebra can compiled on vanilla OpenBSD 2.5 but not yet working correcltly.
1641 ** Interface index detection using ioctl() bug is fixed.
1643 ** Interface information protocol is changed. Now interface
1644 addition/deletion and interface's address addition/deletion is
1649 ** BGP hold timer bug is fixed.
1651 ** BGP keepavlie timer becomes configurable.
1655 ** When making reply to rip's REQUEST message, fill in
1656 RIP_METRIC_INFINITY with network byte order using htonl ().
1658 ** Pass host byte order address to IN_CLASSC and IN_CLASSB macro.
1662 ** LSA flooding works.
1664 ** Fix bug of DD processing.
1666 ** Fix bug of originating router-LSA bug is fixed.
1668 ** LSA structure is changed to support LSA aging.
1672 ** `ip6' statement in configuration is changed to `ipv6'.
1674 * Changes in zebra-0.77
1678 ** SIGUSR1 reopen logging file.
1680 ** route-map is extended to support multi-protocol routing
1683 ** When compiling under GNU libc 2.1 environment don't use inet6-apps.
1687 ** Basic IPv6 router advertisement codes added. It is not yet usable.
1689 ** Fix IPv6 route addition/deletion bug is fixed.
1691 ** `show ip route A.B.C.D' works
1695 ** When invalid unfeasible routes length comes, bgpd send notify then
1696 continue to process the packet. Now bgpd stop parsing invalid packet
1697 then return to main loop.
1699 ** BGP-4+ withdrawn routes parse bug is fixed.
1701 ** When BGP-4+ information passed to non shared network's peer, trim
1702 link-local next-hop information.
1704 ** `no redistribute ROUTE_TYPE' withdraw installed routes from BGP
1705 routing information.
1707 ** `show ipv6 route IPV6ADDR' command added.
1709 ** BGP start timer has jitter.
1711 ** Holdtimer configuration bug is fixed. Now configuration does not
1712 show unconfigured hold time value.
1716 ** Now update timer (default 30 seconds) has +/- 50% jitter value.
1718 ** Add timers basic command.
1720 ** `network' configuration is dynamically reflected.
1722 ** `timers basic <update> <timeout> <garbage>' added.
1726 ** Reconstruct almost codes.
1728 ** `network' configuration is dynamically reflected.
1730 ** RIP timers now conforms to RFC2453. So user can configure update,
1731 timeout, garbage timer.
1733 ** `timers basic <update> <timeout> <garbage>' works.
1737 ** Bug of originating network LSA is fixed.
1739 ** `no router ospf' core dump bug is fixed.
1743 ** Redistribute route works.
1745 * Changes in zebra-0.76
1749 ** configure.in Linux IPv6 detection problem is fixed.
1751 ** Include SERVICES file to the distribution
1753 ** Update zebra.texi to zebra-0.76.
1755 * Changes in zebra-0.75
1759 ** `termnal length 0' bug is fixed.
1763 ** When zebra starts up, sweep all zebra installed routes. If -k or
1764 --keep_kernel option is specified to zebra dameon. This function is
1769 ** Aggreagte address command supported. In router ripngd,
1770 `aggregate-address IPV6PREFIX' works.
1774 ** Input route-map's bug which cause segmentation violation is fixed.
1776 ** route-map method improved.
1778 ** BGP-4+ nexthop detection improved.
1780 ** BGP-4+ route re-selection bug is fixed.
1782 ** BGP-4+ iBGP route's nexthop calculation works.
1784 ** After connection Established `show ip bgp neighbor' display BGP TCP
1785 connection's source and destination address.
1787 ** In case of BGP-4+ `show ip bgp neighbor' display BGP-4+ global and
1788 local nexthop which used for originated route. This address will be
1789 used when `next-hop-self'.
1793 ** Fix bug of DR election.
1795 ** Set IP precedence field with IPTOS_PREC_INTERNET_CONTROL.
1797 ** Schedule NeighborChange event if NSM status change.
1799 ** Never include a neighbor in Hello packet, when the neighbor goes
1802 * Changes in zebra-0.74
1806 ** Now `terminal length 0' means no line output control.
1808 ** `line LINES' command deleted. Instead of this please use `terminal
1811 ** `terminal length <0-512>' is each vty specific configuration so it
1812 can not be configured in the configuration file. If you want to
1813 configure system wide line control, please use `service
1814 terminal-length <0-512>'. This configuration affects to the all vty
1819 ** Installation of IPv6 route bug is fixed.
1823 ** Very serious bug of bgp_stop () is fixed. When multiple route to
1824 the same destination exist, bgpd try to announce the information to
1825 stopped peer. Then add orphan write thread is added. This cause
1826 many strange behavior of bgpd.
1828 ** Router-id parsing bug is fixed.
1830 ** With BGP-4+ nexthop installation was done with global address but
1831 it should be link-local address. This bug is fixed now.
1833 ** When incoming route-map prepend AS, old AS path remained. Now bgpd
1836 ** `neighbor PEER weight <0-65535>' command added.
1840 ** Almost codes are rewritten to conform to RFC2080.
1844 ** SPF calculation timer is added. Currently it is set to 30 seconds.
1846 ** SPF calculation works now.
1848 ** OSPF routing table codes are added.
1850 ** OSPF's internal routes installed into the kernel routing table.
1852 ** Now `ospfd' works as non-area, non-external route support OSPF
1855 ** Call of log_rotate() is removed.
1859 ** LSA data structure is changed.
1861 ** Call of log_rotate() is removed.
1863 * Changes in zebra-0.73
1867 ** `config terminal' is changed to `configure terminal'.
1869 ** `terminal length <0-512>' command is added.
1871 ** Variable length argument was specified by `...'. Now all strings
1872 started with character `.' is variable length argument.
1876 ** Internal route (such as iBGP, internal OSPF route) handling works
1879 ** In interface node, `ipv6 address' and `no ipv6 address' works.
1881 ** Interface's address remain after `no ip address' bug is fixed.
1883 ** Host route such as IPv4 with /32 mask and IPv6 with /128 mask
1884 didn't set RTF_GATEWAY even it has gateway. This bug if fixed now.
1888 ** `match as-path' argument is used to be specify AS PATH value itself
1889 directly (e.g. ^$). But it is changed to specify `ip as-apth
1892 ** iBGP route handle works without getting error from the kernel.
1894 ** `set aggregator as AS A.B.C.D' command is added to route-map.
1896 ** `set atomic-aggregate' command is added to bgpd's routemap.
1898 ** Announcement of atomic aggregate attribute and aggregator attribute
1901 ** `update-source' bug is fixed.
1903 ** When a route learned from eBGP is announced to iBGP, local
1904 preference was set to zero. But now it set to
1905 DEFAULT_LOCAL_PREF(100).
1909 ** RIPv1 route filter bug is fixed.
1911 ** Some memory leak is fixed.
1915 ** Fix bug of DR Election.
1917 ** Fix bug of adjacency forming.
1921 ** Clean up logging message.
1923 ** Reflect routing information to zebra daemon.
1925 * Changes in zebra-0.72
1929 ** When getsockname return IPv4 mapped IPv6 address. Convert it to
1934 ** Change route-map's next-hop related settings.
1936 set ip nexthop -> set ip next-hop
1937 set ipv6 nexthop global -> set ipv6 next-hop global
1938 set ipv6 nexthop local -> set ipv6 next-hop local
1940 ** Add `next-hop-self' command.
1944 ** Fix bug of multiple `network area' directive crashes.
1946 * Changes in zebra-0.71
1950 ** `log syslog' command is added.
1952 ** Use getaddrinfo function to bind IPv4/IPv6 server socket.
1954 ** `no banner motd' will suppress motd output when user connect to VTY.
1956 ** Bind `quit' command to major nodes.
1960 ** Point-to-point link address handling bug is fixed.
1964 ** AS path validity check is added. If malformed AS path is received
1965 NOTIFY Malformed AS path is send to the peer.
1967 ** Use getaddrinfo function to bind IPv4/IPv6 server socket.
1971 ** Connected network announcement bug is fixed.
1973 ** `broadcast' command is deleted.
1975 ** `network' command is added.
1977 ** `neighbor' command is added.
1979 ** `redistribute' command is added.
1981 ** `timers basic' command is added.
1983 ** `route' command is added.
1987 ** Fix metric calculation bug.
1991 ** Check sum bug is fixed.
1995 ** Routing table code is rewritten.
1997 * Changes in zebra-0.70
2001 ** Critical routing information base calculation bug check is fixed.
2003 ** zebra ipv4 message is extended to support external/internal route
2006 ** Now if internal route doesn't has direct connected nexthop, then
2007 nexthop is calculated by looking up IGP routing table.
2011 ** `neighbor PEER update-source IFNAME' command added as ALIAS to
2012 `neighbor PEER interface IFNAME'.
2016 ** DD null pointer bug is fixed.
2018 * Changes in zebra-0.69
2022 ** zebra redistirbution supports dynamic notification of the route
2023 change. If you add static route while running zebra, it will be
2024 reflected to other protocol daemon which set `redistribute static'.
2026 ** If static route installation is failed due to the error. The
2027 static route is not added to the configuration and zebra routing
2030 ** zebra sets forwarding flag to on when it starts up.
2032 ** `no ip forwarding' turn off IPv4 forwarding.
2034 ** `no ipv6 forwarding' turn off IPv6 forwarding.
2036 ** Change `show ipforward' command to `show ip forwarding'.
2038 ** Change `show ipv6forward' command to `show ipv6 forwarding'.
2040 ** `ip route A.B.C.D/M INTERFACE' works. So you can set `ip route
2045 ** `neighbor PEER send-community' command is added. If the option is
2046 set, bgpd will send community attribute to the peer.
2048 ** When a BGP route has no-export community attribute and
2049 send-community is set to the peer, the route is not announced to the
2054 ** When ripngd terminates, delete all installed route.
2056 ** `redistribute static', `redistribute connected' works.
2058 ** Change `debug ripng event' to `debug ripng events'.
2060 ** Change `show debug ripng' to `show debugging ripng'.
2062 ** Bug of static route deletion is fixed.
2066 ** LS request and LS update can be send and received.
2068 * Changes in zebra-0.68
2072 ** DEFUN() is extended to support (a|b|c) statement.
2074 ** Input buffer overflow bug is fixed.
2078 ** `ip community-list' is added.
2080 ** set community and match community is added to route-map statement.
2082 ** aggregate-address A.B.C.D/M partly works. Now it works only
2087 ** IPv6 network address delete bug is fixed.
2091 ** DR election bug fixed.
2093 ** Now Database Description can be send or received.
2095 ** Neighbor State Machine goes to Full state.
2099 ** router zebra related bug is fixed.
2101 * Changes in zebra-0.67
2105 ** `service password-encryption' is added for encrypted password.
2109 ** `set as-path prepend ASPATH' is added to route-map command.
2111 ** `set weight WEIGHT' is added to route-map command.
2113 ** `no set ipv6 nexthop global' and `no set ipv6 nexthop local'
2114 command is added to route-map.
2116 ** `neighbor IP_ADDR version BGP_VERSION' command's BGP_VERSION
2120 =====================
2124 =====================
2126 If you want to peer with old draft version of BGP-4+, please configure
2130 neighbor PEER version 4-
2132 ** Some AS path isn't correctly compared during route selection. Now
2137 ** `router zebra' is default behavior.
2141 ** `router zebra' is default behavior.
2143 * Changes in zebra-0.66
2147 ** When other daemon such as gated install routes into the kernel then
2148 zebra blocks. This is only occur with netlink socket. Now socket is
2149 set as NONBLOCKING and problem is fixed. Reported and fixed by
2150 Patrick Koppen <koppen@rhrk.uni-kl.de>
2154 ** Now `router zebra' is not needed to insert BGP routes into the
2155 kernel. It is default behavior. If you don't want to install the BGP
2156 routes to the kernel, please configure like below:
2163 ** redistribute connected works.
2165 ** redistribute static now filter local loopback routes and link local
2170 ** Some network check is added. Patch is done by Carlos Alberto
2171 Barcenilla <barce@frlp.utn.edu.ar>
2175 ** Sometimes ripngd install wrong nexthop into the kernel. This bug
2178 ** Now `router zebra' is not needed to insert RIPng routes into the
2179 kernel. It is default behavior. If you don't want to install the BGP
2180 routes to the kernel, please configure like below:
2184 no redistribute ripng
2187 * Changes in zebra-0.65
2191 ** `C-c' changes current node to ENABLE_NODE. Previously it doesn't.
2193 ** In ENABLE_NODE, `exit' command close vty connection.
2195 ** `service advanced-vty' enable advanced vty function. If this
2196 service is specified one can directly connect to ENABLE_NODE when
2197 enable password is not set.
2199 ** `lines LINES' command is added by Stephen R. van den Berg
2204 ** Basic Linux policy based routing table support is added by Stephen
2205 R. van den Berg <srb@cuci.nl>.
2209 ** route-map command is improved:
2210 `match ip next-hop': New command.
2211 `match metric': New command.
2212 `set metric': Doc fixed.
2213 `set local-preference': DEFUN added.
2217 ** Check of announced network is added. Now multicast address is
2218 filtered. Reported by Carlos Alberto Barcenilla
2219 <barce@frlp.utn.edu.ar>
2221 ** Check of network 127 is added. Reported by Carlos Alberto
2222 Barcenilla <barce@frlp.utn.edu.ar>
2226 ** Aging route bug is fixed.
2228 ** `router zebra' semantics changed. ripngd automatically connect to
2233 ** `no router ospf' works.
2237 ** Bug fix about network vertex.
2239 * Changes in zebra-0.64.1.
2241 This is bug fix release.
2245 ** Add check of sin6_scope_id in struct sockaddr_in6. For compilation
2246 on implementation which doesn't have sin6_scope_id. Reported by Wim
2247 Biemolt <Wim.Biemolt@ipv6.surfnet.nl>.
2251 ** Fix bug of display BGP routes as "O" instead of "B". Reported by
2252 "William F. Maton" <wmaton@enterprise.ic.gc.ca> and Dave Hartzell
2253 <hartzell@greatplains.net>.
2257 ** `no network IPV6_NETWORK' statement and `no neighbor IP_ADDR timers
2258 holdtime [TIMER]' statement doesn't work. Reported by Georg Hitsch
2259 <georg@atnet.at>. Now both statement work.
2263 ** Last interface is not updated by ospf_if_update(). Reported by
2264 Dave Hartzell <hartzell@greatplains.net>.
2268 ** Byte order of ifid is changed. Due to this change, this code will
2269 not work with previous version, sorry.
2271 ** Fix `show ip route' route type mismatch.
2273 ** Fix bug of no network IPV6_NETWORK.
2275 ** Important bug fix about intra-area-prefix-lsa.
2277 * Changes in zebra-0.64.
2281 ** prefix-list based filtering routine is added. Currently used in
2282 bgpd but it will be in other daemons.
2286 ** `no router bgp' works. But network statement is not cleared. This
2287 should be fixed in next beta.
2289 ** Route reflector related statement is added.
2292 bgp cluster-id a.b.c.d
2293 neighbor a.b.c.d route-reflector-client
2297 ** Prefix list based filtering is added.
2300 neighbor a.b.c.d prefix-list PREFIX_LIST_NAME
2302 ** Prefix list based routing display works.
2304 show ip bgp prefix-list PREFIX_LIST_NAME
2308 ** Fix route metric check bug. Reported from Mr. Carlos Alberto
2313 ** There are many changes. If you have interested in ospf6d please
2314 visit ospf6d/README file.
2316 * Changes in zebra-0.63 first beta package.
2320 ** `copy running-config stgartup-config' command is added.
2322 ** prefix length check bug is fixed. Thanks Marlos Barcenilla
2323 <barce@frip.utn.edu.ar>.
2327 ** DR and BDR election works.
2329 ** OSPF Hello simple authentication works.
2333 ** Now ospf6d can be compiled on both Linux and *BSD system.
2335 * Changes in zebra-19990420 snapshot
2337 ** `make dist' at top directory works now.
2341 ** VTY has now access-class to restrict remote connection.
2342 Implemented by Alex Bligh <amb@gxn.net>.
2346 access-class ACCESS-LIST-NAME
2349 ** `show version' command added. Implemented by Carlos Alberto
2350 Barcenilla <barce@frlp.utn.edu.ar>
2354 ** `ip address' command on *BSD bug is fixed.
2356 ** `no ip address' works now for IPv4 address.
2358 ** Now `write terminal' display `ip address' configuration.
2362 ** Redistribute static works now. Please run both zebra and bgpd.
2363 bgpd.conf should be like this:
2369 redisitribute static
2374 ** configure --enable-guile turns on zebra-guile build.
2376 ** (router-bgp ASN) allocates real bgp structre.
2378 * Changes in zebra-19990416 snapshot
2380 ** Set version to 0.60 for preparation of beta release.
2382 ** New directory guile is added for linking with guile interpreter.
2386 ** On GNU/Linux Kernel 2.2.x (with netlink support), zebra detects
2387 asynchronous routing updates. *BSD support is not yet finished.
2391 ** `show ip bgp regexp ASPATH_REGEX' uses CISCO like regular expression
2392 instead of RPSL like regular expression. I'm planing to provide RPSL
2393 like regular expression with `show ip bgp rpsl' or something.
2397 ** Press '?' at variable mandatory argument, vty prints nothing. Now
2398 vty outputs description about the argument. Fixed by Alex Bligh
2401 ** buffer.c has some ugly bugs. Due to the bug, vty interface hangs
2402 when large output date exists. This bug is fixed. Reported by Alex
2403 Bligh <amb@gxn.net>.
2407 ** DR and BDR information is shown by `show ip ospf interface' command.
2409 * Changes in zebra-19990408 snapshot
2413 ** Old BGP-4+ specification (described in old draft) treatment bug is
2414 fixed. It seems that mrtd uses this format as default. So if you
2415 have problem peering with mrtd and want to use old draft format please
2416 use version statement like this.
2418 neighbor PEER_ADDRESS remote-as ASN
2419 neighbor PEER_ADDRESS version bgp4+-draft-00
2421 ** When AS path is epmty (routes generated by bgpd), SEGV is occur
2422 when announce the routes to eBGP peer. Reported by
2423 kad@gibson.skif.net.
2425 ** ip as-path access-list command is added.
2427 ** neighbor PEER_ADDRESS filter-list AS_LIST [in|out] command is added.
2429 ** neighbor PEER_ADDRESS timers holdtimer TIMER command is added.
2431 * Changes in all daemons
2433 ** With KAME stack, terminal interface is now bind AF_INET socket
2434 instead of AF_INET6 one.
2436 * Changes in zebra-19990403 snapshot
2440 ** When bgpd has 'router zebra', bgpd automatically select it's router
2441 ID as most highest interface's IP Address.
2443 ** When AS path is empty (in case of iBGP), it doesn't include any AS
2444 segment. This change is for announcement to gated under iBGP.
2448 ** OSPF hello packet send/receive works.
2452 ** Yasuhiro Ohara's ospf6d codes is imported. It is under development
2453 and can't be compiled on any platform.
2455 * Changes in zebra-19990327 snapshot
2459 ** When BGP-4+ connection is done by IPv6 link-local address. One
2460 have to specify interface index for the connection. So I've added
2461 interface statement to the neighbor commmand. Please specify
2462 interface name for getting interface index like below. This statement
2463 only works on GNU/Linux. I'll support BSD ASAP.
2466 neighbor fe80::200:f8ff:fe01:5fd3 remote-as 2500
2467 neighbor fe80::200:f8ff:fe01:5fd3 interface sit3
2469 ** For disable BGP peering `shutdown' command is added.
2472 neighbor 10.0.0.1 shutdown
2474 ** `description' command is added to neighbor statement.
2477 neighbor 10.0.0.1 description peering with Norway.
2479 ** `show ip bgp regexp AS-REGEXP' works again.
2481 show ip bgp regexp AS7675
2483 will show routes which include AS7675.
2485 ** When a route which is made from `network' statement is send to
2486 neighbor. Set it's nexthop to self. So 10.0.0.0/8 is announced to
2487 the peer A with source address 192.168.1.1. The routes nexthop is set
2492 ** In zebra/rtread_sysctl.c, function rtm_read() may overrun allocated
2493 buffer when the address family is not supported and the length is big
2494 (i.e link address). Reported Achim Patzner <ap@bnc.net>.
2498 ** Now ospfd receive OSPF packet.
2500 * Changes in zebra-19990319 snapshot
2502 * Changes in configuration and libraries
2504 ** User can disable IPv6 feature and/or pthread feature by configure
2507 To disable IPv6: configure --disable-ipv6
2508 To disable pthread: configure --disable-pthread
2510 ** User can disable specified daemon by configure option.
2512 Don't make zebra: configure --disable-zebra
2513 Don't make bgpd: configure --disable-bgpd
2514 Don't make ripd: configure --disable-ripd
2515 Don't make ripngd: configure --disable-ripngd
2516 Don't make ospfd: configure --disable-ospfd
2517 Don't make ospf6d: configure --disable-ospf6d
2519 ** Sample configuration files are installed as 600 file flag.
2520 Suggested by Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>.
2522 ** syslog logging feature is added by Peter Galbavy
2523 <Peter.Galbavy@knowledge.com>
2525 ** Inclusion of standard header files is reworked by Peter Galbavy
2526 <Peter.Galbavy@knowledge.com>
2528 ** Change description from GNU/Linux 2.1.X to GNU/Linux 2.2.X
2530 ** If daemon function exists in standard C library use it.
2532 ** To generate configure script we upgrade autoconf to 2.13. To
2533 generate Makefile.in we upgrade automake to 1.4.
2535 ** doc/texinfo.tex is added to distribution.
2537 ** Update ports/pkg/DESCR description.
2539 ** Update doc/zebra.texi.
2541 ** logfile FILENAME statement deleted. Instead of that please use log
2548 ** Communication between zebra and bgpd works now. So if there is
2549 `router zebra' line in bgpd.conf, selected route is installed
2550 into kernel routing table.
2552 ** Delete all routes which inserted by bgpd when bgpd dies. If you
2553 want to retain routes even bgpd dies please specify [-r|--retain]
2556 ** BGP announcement code is reworked. Now bgpd announce selected
2557 routes to other peer.
2559 ** All output bgp packet is buffered. It's written to the socket when
2562 ** Output route-map works now. You can specify output route-map by:
2564 neighbor IP_ADDR route-map ROUTE_MAP_NAME out
2566 ** New route-map command added.
2568 set ip nexthop IP_ADDR
2569 set ipv6 nexthop global IP_ADDR
2571 ** Fix bug about unlock of the route_node structure.
2573 ** BGP-4+ support is added. bgpd can listen and speak BGP-4+ packet
2574 specified in RFC2283. You can view IPv6 bgp table by: `show ipv6 bgp'.
2576 ** Meny packet overflow check is added.
2584 ** ospfd work is started by Toshiaki Takada <takada@zebra.org>. Now
2585 several files are included in ospfd directory.
2587 ** ospf6d codes are merged from Yasuhiro Ohara <yasu@sfc.wide.ad.jp>'s
2588 ospfd work. Now codes are located in ospf6d directory.
2593 paragraph-separate: "[ ]*$"