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