NEWS and version update
This commit is contained in:
parent
d7e8f00e7e
commit
3e60932a28
3 changed files with 43 additions and 2 deletions
41
NEWS
41
NEWS
|
@ -1,3 +1,44 @@
|
||||||
|
Version 2.0.3 (2019-01-05)
|
||||||
|
o MRT table dumps (RFC 6396)
|
||||||
|
o BGP Long-lived graceful restart
|
||||||
|
o BGP: Optional import table (Adj-RIB-In)
|
||||||
|
o BGP: Extend 'next hop keep' and 'next hop self' options
|
||||||
|
o BGP: Improved VRF support
|
||||||
|
o OSPF: Authentication trailer for OSPFv3 (RFC 7166)
|
||||||
|
o Babel: New option to randomize router ID
|
||||||
|
o Filter: Custom route attributes
|
||||||
|
o Filter: Support for src accessor to SADR source prefix
|
||||||
|
o Filter: Support for VPN_RD sets
|
||||||
|
o Filter: Make ifname attribute modifiable
|
||||||
|
o Perf: Protocol to measure BIRD performance internally
|
||||||
|
o More verbose error messages in config processing
|
||||||
|
o Log file size limit / log rotation
|
||||||
|
o Many bugfixes
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
|
Export of routes to RS EBGP (route server) sessions from other sources than
|
||||||
|
RS EBGP sessions was changed that ASN is no longer prepended to BGP_PATH in
|
||||||
|
that case. The change does not affect regular BGP configurations or regular
|
||||||
|
route servers that have only RS EBGP peers.
|
||||||
|
|
||||||
|
For BGP route servers and route reflectors, the default value of option
|
||||||
|
'next hop keep' was changed to a more appropriate value.
|
||||||
|
|
||||||
|
Attributes for OSPF and Babel metrics are no longer reset when exported to
|
||||||
|
these protocols and could be set anywhere in BIRD. As a result, OSPF metric is
|
||||||
|
kept when a route is reannounced between OSPF instances. Also, when route is
|
||||||
|
exported to OSPF with both ospf_metric1 and ospf_metric2 attributes it is now
|
||||||
|
propagated as OSPF-E2 route instead of as OSPF-E1 route.
|
||||||
|
|
||||||
|
Compiling BIRD with --enable-debug no longer automatically activates debug
|
||||||
|
mode (-d option) nor local mode (-l option). Also, debug mode with output to
|
||||||
|
file (-D option) no longer not forces foreground mode (-f option).
|
||||||
|
|
||||||
|
The configure script now uses standard option --runstatedir, the old option
|
||||||
|
--with-runtimedir is deprecated.
|
||||||
|
|
||||||
|
|
||||||
Version 2.0.2 (2018-03-22)
|
Version 2.0.2 (2018-03-22)
|
||||||
o Source-specific routing support for Linux kernel and Babel
|
o Source-specific routing support for Linux kernel and Babel
|
||||||
o BGP: New option 'disable after cease'
|
o BGP: New option 'disable after cease'
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Summary: BIRD Internet Routing Daemon
|
Summary: BIRD Internet Routing Daemon
|
||||||
Name: bird
|
Name: bird
|
||||||
Version: 2.0.2
|
Version: 2.0.3
|
||||||
Release: 1
|
Release: 1
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Group: Networking/Daemons
|
Group: Networking/Daemons
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
#ifdef GIT_LABEL
|
#ifdef GIT_LABEL
|
||||||
#define BIRD_VERSION XSTR1(GIT_LABEL)
|
#define BIRD_VERSION XSTR1(GIT_LABEL)
|
||||||
#else
|
#else
|
||||||
#define BIRD_VERSION "2.0.2"
|
#define BIRD_VERSION "2.0.3"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Include parameters determined by configure script */
|
/* Include parameters determined by configure script */
|
||||||
|
|
Loading…
Reference in a new issue