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