]> git.ipfire.org Git - thirdparty/bird.git/blob - NEWS
IO: Replace RX priority heuristic with explicit mark
[thirdparty/bird.git] / NEWS
1 Version 1.5.0 (2015-04-20)
2 o Major OSPF protocol redesign.
3 o OSPFv2 multi-instance extension (RFC 6549).
4 o BGP AS-wide unique router ID (RFC 6286).
5 o BGP enhanced route refresh (RFC 7313).
6 o Link state support in BGP.
7 o Latency tracking and internal watchdog.
8 o Uses high port range for BFD on BSD.
9 o Increase max symbol length to 64.
10 o Allows to define unnamed protocols from templates.
11 o Fixes two serious bugs in BGP.
12 o Several bugfixes and minor improvements.
13 o Several minor option changes:
14 - OSPF: Protocol-wide 'instance id' option added.
15 - BGP: Parameters to option 'neighbor' extended.
16 - BGP: Separate option 'interface' added.
17 - BGP: Option 'start delay time' renamed to 'connect delay time'.
18 - BGP: Option 'route limit' deprecated.
19
20 Upgrade notes:
21
22 For OSPF, there are deep internal changes, but user-visible changes
23 are limited to log messages and minor changes in formatting of command
24 output.
25
26 For BGP, version 1.5.0 is essentially a minor release. There are two
27 deprecated options ('start delay time' and 'route limit') and some
28 minor formatting changes.
29
30
31 Version 1.4.5 (2014-10-06)
32 o New 'show route noexport' command option.
33 o Port option for BGP sessions.
34 o Better constant handling in set literals.
35 o Better rate filtering of log messages.
36 o Several minor bugfixes.
37
38 Version 1.4.4 (2014-07-09)
39 o Extended OSPF multipath support.
40 o Default router preference for RAdv.
41 o Significant changes in socket layer.
42 o Important bugfix in BGP.
43 o Several minor bugfixes.
44
45 Version 1.4.3 (2014-04-14)
46 o Important bugfix in IPv6 BGP.
47
48 Version 1.4.2 (2014-04-02)
49 o Important bugfix in BFD.
50
51 Version 1.4.1 (2014-03-31)
52 o BGP add-path support (RFC draft).
53 o BGP graceful restart (RFC 4724).
54 o OSPF: many changes in socket layer.
55 o OSPF: support for secondary addresses in BSD.
56 o OSPF: names for vlink pseudointerfaces (vlinkX).
57 o Several bugfixes.
58
59 Version 1.4.0 (2013-11-25)
60 o BFD protocol (RFC 5880).
61 o BFD support for OSPF and BGP.
62 o New 'allow local as' option for BGP.
63 o Filters allows setting gw, ifname and ifindex.
64 o Filter operator 'delete/filter' extended to bgp_paths.
65 o Filter operator 'len' extended to [e]clists.
66 o BIRD client now allows shorthands for noninteractive commands.
67 o Flag -P for PID file support.
68 o Flag -f added to force BIRD to run in foreground.
69 o Protocol export/import/receive limits are checked during reconfiguration.
70 o Several bugfixes and minor improvements.
71 o Several minor but incompatible changes:
72 - IBGP is multihop by default.
73 - Changes primary address selection on BSD to the first one.
74 - Integers in filters are handled as unsigned.
75 - ISO 8601 time formats used by default.
76 - Import of device routes from kernel protocol allowed.
77 - Last state change now tracks just protocol state change.
78 - Minor changes to default router ID calculation.
79
80 Version 1.3.11 (2013-07-27)
81 o OSPF stub router option (RFC 3137).
82 o TTL security for OSPF and RIP.
83 o Protocol packet priority and traffic class handling.
84 o Multiple routing tables support for FreeBSD and OpenBSD.
85 o Extends constants to all filter data types.
86 o Implements eval command.
87 o 'bgppath ~ int set' filter operation.
88 o Several bugfixes.
89
90 Version 1.3.10 (2013-04-30)
91 o Lightweight BIRD client for embedded environments.
92 o Dynamic IPv6 router advertisements.
93 o New 'next hop keep' option for BGP.
94 o Smart default routing table for 'show route export/preexport/protocol'.
95 o Automatic router ID selection could be configured to use address of loopback.
96 o Allows configured global addresses of NBMA neighbors in OSPFv3.
97 o Allows BIRD commands from UNIX shell even in restricted mode.
98 o Route limits inherited from templates can be disabled.
99 o Symbol names enclosed by apostrophes can contain dots.
100 o Several bugfixes.
101
102 Version 1.3.9 (2013-01-11)
103 o BIRD can be configured to keep and show filtered routes.
104 o Separate receive and import limits.
105 o Several new reconfiguration cmd options (undo, timeout, check).
106 o Configurable automatic router ID selection.
107 o Dragonfly BSD support.
108 o Fixed OSPFv3 vlinks.
109 o Several minor bugfixes.
110
111 Version 1.3.8 (2012-08-07)
112 o Generalized import and export route limits.
113 o RDNSS and DNSSL support for RAdv.
114 o Include in config file support wildcards.
115 o History deduplication in BIRD client.
116 o New route attributes krt_source, krt_metric.
117 o Different instance ID support for OSPFv3.
118 o Real broadcast mode for OSPFv2.
119 o Several minor bugfixes.
120
121 Version 1.3.7 (2012-03-22)
122 o Route Origin Authorization basics.
123 o RIPng working again.
124 o Extended clist operations in filters.
125 o Fixes several bugs in BSD iface handling.
126 o Several minor bugfixes and enhancements.
127
128 Version 1.3.6 (2012-01-20)
129 o Important bugfix in BGP.
130
131 Version 1.3.5 (2012-01-10)
132 o Protocol templates.
133 o Deterministic MED option for BGP.
134 o Support for link-local addresses in BGP and static protocols.
135 o Several bugfixes.
136
137 Version 1.3.4 (2011-10-10)
138 o Static recursive routes.
139 o Several bugfixes.
140
141 Version 1.3.3 (2011-09-11)
142 o OSPF NSSA.
143 o BGP extended communities.
144 o BGP TTL security.
145 o Configuration option "include" added (based on patch from Alexander V. Chernikov).
146 o Some minor bugfixes.
147
148 Version 1.3.2 (2011-07-08)
149 o Allows run with restricted privileges.
150 o Community list filter operation.
151 o Fixes several problems in filter syntax:
152 - Fixes several conflicts in the grammar.
153 - Fixes a bug in (a..b, c) pair patterns.
154 - Makes pair patterns orthogonal.
155 - Allows term expressions in pair patterns without additional ( ).
156 - Allows several comma separated values in switch cases.
157 o Many bugfixes.
158
159 Version 1.3.1 (2011-05-02)
160 o Added Linux kernel route attributes krt_prefsrc and krt_realm.
161 o Added BGP option 'med metric' related to MED handling.
162 o Allows to use constants from /etc/iproute2/rt_* files.
163 o Several bugfixes.
164
165 Version 1.3.0 (2011-03-31)
166 o Proper iBGP (can be used with IGP).
167 o Multipath support (OSPF and static).
168 o L2 link state detection.
169 o IPv6 router advertisements.
170 o Much improved OSPF reconfiguration.
171 o Point-to-MultiPoint interfaces (OSPF).
172 o Minor changes and improvements in config file grammar.
173 o Better community list matching.
174 o Changes default behavior of BGP IPv6 socket to v6only.
175 Use 'listen bgp dual' for the old behavior.
176 o Changes default for handling missing link-local addresses on
177 route servers. Use 'missing lladdr drop' for the old behavior.
178 o Important bugfix for OSPF.
179 o Several minor bugfixes.
180
181 Version 1.2.5 (2010-10-10)
182 o Several mostly minor bugfixes.
183
184 Version 1.2.4 (2010-08-03)
185 o Added 'show memory' command.
186 o Important bugfix in IPv6 BGP.
187 o Several minor bugfixes.
188
189 Version 1.2.3 (2010-06-01)
190 o Pattern matching for community lists.
191 o Many fixes in OSPF protocol (esp. in multi-areas and vlinks).
192 o Several minor bugfixes.
193
194 Version 1.2.2 (2010-04-10)
195 o Much better BSD kernel support (IPv6, alien routes, ...).
196 o Deep OSPF socket changes, fixes OSPFv2/v3 behavior on BSD.
197 o OSPFv2 in Linux now supports more non-stub IP prefixes
198 on one physical iface.
199 o Export of device routes to the kernel is more restricted.
200 o Routes with strange scope not allowed in BIRD routing tables.
201 o New filterable route attributes bgp_originator_id,
202 bgp_cluster_list and ospf_router_id.
203 o Restricted read-only CLI (option -r).
204 o Pattern matching for 'show protocols' command.
205 o BGP protocol details in 'show protocols all' command.
206 o Configurable syslog name (and default on IPv6 changed).
207 o Statistic counters for pipes were fixed.
208 o Many bugfixes in BGP, OSPF, filters, ...
209
210 Version 1.2.1 (2010-02-11)
211 o Option 'interpret communities' allows to override implicit handling
212 of well-known communities.
213 o 'configure' command uses route reload when filters change.
214 o Adds router ID of advertising router as OSPF route attribute.
215 o 'show route' command indicates primary route and shows OSPF Router ID.
216 o Configurable date/time formats.
217 o Symbol names can be enclosed by '' and so include hyphen and start with number.
218 o Several minor bugfixes.
219
220 Version 1.2.0 (2010-01-05)
221 o Implements OSPFv3 (IPv6 support for OSPF). Because the code is
222 shared with OSPFv2 and there were deep changes in it, we suggest
223 caution during upgrade to OSPF users. Some advanced features
224 (like NSSA, vlinks and authentication) are not yet implemented.
225 o Implements MRTdump - binary logging protocol compatible with other
226 routing daemons. Only BGP part of MRTdump is yet implemented.
227 o Changes default value of BGP attribute LOCAL_PREF from 0 to 100.
228 Use 'default bgp_local_pref 0' BGP protocol option for the old
229 behavior. The new value is suggested by RFC 4277.
230 o Changes default mode of pipes from opaque to transparent.
231 Use 'mode opaque' protocol option if the old behavior is needed.
232 Opaque pipe mode is deprecated and might be removed in the future.
233
234 Version 1.1.7 (2009-12-20)
235 o Implements BGP Route Refresh (RFC 2918).
236 o Implements route reload command.
237 o Deep changes and bugfixes in pipe protocol.
238 o Bugfix in OSPF premature aging of LSA.
239 o Bugfix in OSPF next hop calculation.
240 o Bugfix in core related to route withdraws.
241 o Several minor bugfixes.
242
243 Version 1.1.6 (2009-11-19)
244 o Implements RFC 5004 - prefer older external routes.
245 o There is a change how route servers handle missing IPv6 link
246 local addresses in next hop atribute - see 'missing lladdr'
247 option.
248 o Several minor features (description field, parse check option).
249 o Several minor bugfixes.
250
251 Version 1.1.5 (2009-10-29)
252 o Better scalability of BGP.
253 o New accessors for AS path - first and last.
254 o Allows to set protocol-specific router ID.
255 o Allows import kernel 'onlink' routes.
256 o Endianity check in buildsystem changed.
257
258 Version 1.1.4 (2009-10-02)
259 o BGP passive option.
260 o Several minor bugfixes.
261
262 Version 1.1.3 (2009-09-11)
263 o Bugfix in core
264 o Bugfix in BGP related to AS2->AS4 conversion.
265
266 Version 1.1.2 (2009-08-23)
267 o Allow more kernel routing tables in IPv6.
268 o Bugfix in core
269
270 Version 1.1.1 (2009-08-14)
271 o 'more' style paging in BIRD client.
272 o Important core bug fixed.
273 o Portability to non-x86 related bugfixes.
274 o As usual, miscellaneous bugfixes.
275
276 Version 1.1.0 (2009-06-28)
277 o Parametrized pair and path mask expressions in the filter language.
278 o Transparent pipe mode allows to implement BGP route server with
279 independent route policy for each peer.
280 o Kernel route table synchronization does not allow overwriting
281 of alien routes.
282 o Configurable BGP import route limits.
283 o During BGP error delay, incoming connections are rejected.
284 o BGP route statistics.
285 o Better support for multiple network addresses on OSPF interfaces.
286 o As usual, miscellaneous bugfixes.
287
288 Version 1.0.15 (2009-05-25)
289 o FreeBSD and NetBSD port renewed. OpenBSD port introduced.
290 o import/preimport 'show route' modifiers was renamed to export/preexport
291 for consistency with filters.
292 o Minor change in the grammar of 'interface' config option.
293 o Many bugfixes in IPv6 BGP.
294 o As usual, miscellaneous bugfixes.
295
296 Version 1.0.14 (2009-04-28)
297 o A lot of bugfixes in BGP, OSPF and core.
298 o A bugfix in filters in the pipe protocol. It is recommended to
299 check whether the new behavior of used pipe filters is consistent
300 with expectations.
301 o Reimplementation of prefix sets and a slight change in the meaning
302 of some prefix set patterns.
303
304 Version 1.0.13 (2009-03-14)
305 o A lot of bugfixes in BGP, OSPF and core
306 o A new syntax for BGP masks
307
308 Version 1.0.12 (2008-11-12)
309 o new BGP features: BGP MD5, ASN32, BGP route reflector
310 o BGP bugfixes
311
312 ...
313
314 Version 1.0.9 (2004-07-15)
315 o Minor bugfix in RIP
316 o A lot of OSPF code rewritten, OSPF supports multiple areas,
317 virtual links, MD5 authentication. It is fully compatible
318 with rfc2329.
319
320 Version 1.0.8 (2004-06-07)
321 o A lot of bug fixes in RIP, OSPF and BGP (thanx to Andreas Steinmetz)
322 o FreeBSD and NetBSD port introduced
323 o Complete code clean up
324
325 Version 1.0.7 (2003-08-20)
326 o OSPF bug fixes
327
328 Version 1.0.6 (2003-04-06)
329
330 o No more byte order problems in RIP authentication. Thanks to
331 Eric Leblond <eleblond@init-sys.com> for a patch.
332 o Fixed interoperability problems with Cisco and Zebra when talking
333 IPv6 BGP.
334 o Handle more primary addresses with different scopes gracefully.
335 IPv6 needs that.
336 o Comparison of prefixes in filters doesn't ignore their lengts.
337 o As usually, OSPF bug fixes.
338 o Documentation building tools now work with recent linuxdoc-tools.
339
340 Version 1.0.5 (2001-06-09)
341
342 o Minor cleanups in the libraries.
343 o Removed a couple of warnings when compiling with newer glibc.
344 o OSPF bug fixes.
345
346 Version 1.0.4 (2000-09-04)
347
348 o Fixed a serious bug in 1.0.3.
349
350 Version 1.0.3 (2000-09-03)
351
352 o OSPF works better on NBMA networks. Some configuration tags added.
353
354 Version 1.0.2 (2000-08-24)
355
356 o Minor bug fixes to OSPF.
357
358 Version 1.0.1 (2000-06-22)
359
360 o Updated documentation and fixed a couple of bugs.
361
362 Version 1.0.0 (2000-06-09)
363
364 o First stable release.
365
366 Version 0.0.0 (2000-05-13)
367
368 o First public development release.