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