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