diff --git a/NEWS b/NEWS index 575df30d..070f8d2f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,23 @@ +Version 2.13 (2023-04-21) + o Babel: IPv4 via IPv6 extension (RFC 9229) + o Babel: Improve authentication on lossy networks + o BGP: New 'allow bgp_med' option + o BSD: Support for IPv4 routes with IPv6 nexthop on FreeBSD + o Experimental BMP protocol implementation + o Important bugfixes + + Notes: + + We changed versioning scheme from .. to more common + .. . From now on, you may expect that BIRD 2.13.x will be + strictly only fixing bugs found in 2.13, whereas BIRD 2.14 will also contain + new features. + + This BIRD version contains an alpha release of BMP protocol implementation. + It is not ready for production usage and therefore it is not compiled by + default and have to be enabled during installation. + + Version 2.0.12 (2023-01-23) o Filter: New 'onlink' route attribute o Compile-time option to use 4-way tries instead of 16-way ones diff --git a/configure.ac b/configure.ac index d73eec28..c9c52038 100644 --- a/configure.ac +++ b/configure.ac @@ -323,6 +323,7 @@ fi AH_TEMPLATE([CONFIG_BABEL], [Babel protocol]) AH_TEMPLATE([CONFIG_BFD], [BFD protocol]) AH_TEMPLATE([CONFIG_BGP], [BGP protocol]) +AH_TEMPLATE([CONFIG_BMP], [BMP protocol]) AH_TEMPLATE([CONFIG_MRT], [MRT protocol]) AH_TEMPLATE([CONFIG_OSPF], [OSPF protocol]) AH_TEMPLATE([CONFIG_PIPE], [Pipe protocol]) diff --git a/doc/bird.sgml b/doc/bird.sgml index 557140b8..39eae4cd 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -3268,6 +3268,35 @@ protocol bgp { +BMP +