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