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