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