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