1 |
|
Version 2.0.0-pre1 (2017-04-29)
|
|
1 |
Version 2.0.0 (2017-12-11)
|
|
2 |
o Integrated IPv4 + IPv6 design
|
2 |
3 |
o Support for MPLS next hops
|
3 |
|
o VPNv4 and VPNv6 network types
|
|
4 |
o Support for VPNv4 and VPNv6 networks
|
|
5 |
o Microsecond timers infrastructure
|
|
6 |
o Basic VRF support
|
|
7 |
o Babel: Support for dual-stack IPv4/IPv6
|
|
8 |
o Babel: Many improvements and bugfixes
|
|
9 |
o Major BGP protocol redesign
|
|
10 |
o Full support for Multiprotocol BGP
|
|
11 |
o BGP multicast support (SAFI 2)
|
|
12 |
o BGP flowspec support (RFC 5575)
|
4 |
13 |
o BGP with MPLS labels (RFC 3107)
|
5 |
14 |
o BGP MPLS/VPN support (RFC 4364)
|
6 |
15 |
o BGP 6PE - IPv6 NLRI over IPv4 MPLS (RFC 4798)
|
7 |
16 |
o BGP IPv4 NLRI with an IPv6 Next Hop (RFC 5549)
|
8 |
17 |
o BGP Confederations (RFC 5065)
|
9 |
|
o BGP: Simplify igp table options
|
|
18 |
o BGP Shutdown communication (RFC 8203)
|
10 |
19 |
o BGP: Allow exchanging LOCAL_PREF with eBGP peers
|
11 |
20 |
o BGP: Allow to specify interface for regular sessions
|
12 |
|
o Babel support restored
|
|
21 |
o OSPF: Support of address families in OSPFv3
|
|
22 |
o OSPF: Enable ECMP and Link detection by default
|
|
23 |
o RAdv: Support for more specific routes (RFC 4191)
|
|
24 |
o RAdv: Proper handling of prefix retraction
|
|
25 |
o RIP: Enable ECMP and Link detection by default
|
|
26 |
o Redesign of RPKI handling
|
|
27 |
o New RPKI-Router protocol
|
13 |
28 |
o Static: Minor overhaul
|
14 |
|
o Netlink: Default kernel metric changed to 32
|
15 |
|
o Flowspec: Limit tcp mask length to 12 bits
|
|
29 |
o Static: Support for all new route types
|
|
30 |
o Kenrel: Default Linux kernel metric changed to 32
|
|
31 |
o Kernel: Fix IPv6 ECMP handling with Linux 4.11+
|
16 |
32 |
o Update of show route command
|
17 |
|
|
18 |
|
Notes:
|
19 |
|
|
20 |
|
Definitions of OSPFv2, OSPFv3 and RIP NG protocols now use keywords
|
21 |
|
'ospf v2', 'ospf v3' and 'rip ng' instead of 'ospf2', 'ospf3' and 'ripng'.
|
22 |
|
|
23 |
|
Flows and ROAs no longer use phony next hops, so there is no need to use
|
24 |
|
'drop' or 'unreachable' in their static route definitions.
|
25 |
|
|
26 |
|
See doc/bird.conf.example2 for configuration examples.
|
27 |
|
|
28 |
|
|
29 |
|
Version 2.0.0-pre0 (2016-12-07)
|
30 |
|
o Integrated IPv4 + IPv6 design
|
31 |
|
o Major BGP protocol redesign
|
32 |
|
o BGP multicast support (SAFI 2)
|
33 |
|
o BGP flowspec support (RFC 5575)
|
34 |
|
o New RPKI-Router protocol
|
|
33 |
o BIRD client persistent history
|
35 |
34 |
o New build system
|
36 |
35 |
o Unit tests
|
|
36 |
o ...
|
37 |
37 |
|
38 |
38 |
Notes:
|
39 |
39 |
|
40 |
|
Protocols and tables are now connected using explicit channels, most related
|
41 |
|
protocol options (table, import, export, ...) are now channel options. See
|
42 |
|
doc/bird.conf.example2 for configuration examples.
|
|
40 |
Tables are now defined with appropriate net type keyword. Protocols and tables
|
|
41 |
are now connected by explicit channels, most related protocol options (table,
|
|
42 |
import, export, ...) are now channel options. See doc/bird.conf.example2 for
|
|
43 |
configuration examples. Some options were removed/replaced.
|
43 |
44 |
|
44 |
45 |
|
45 |
46 |
Version 1.6.3 (2016-12-21)
|