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