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