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