]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 21 Mar 2018 14:41:24 +0000 (15:41 +0100)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 21 Mar 2018 15:26:39 +0000 (16:26 +0100)
NEWS
doc/bird.sgml
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index a9bd6a72bb48aa0b0afae0ccfb4d1ca794ee8edb..a1b56413cf734666450207cc6eaf1ded33795a09 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Version 1.6.4 (2018-03-xx)
+  o Basic VRF support
+  o Simplified autoconf scripts
+  o BGP: Shutdown communication (RFC 8203)
+  o BGP: Allow exchanging LOCAL_PREF with eBGP peers
+  o BGP: Allow to specify interface for regular sessions
+  o BGP: New option 'disable after cease'
+  o RAdv: Support for more specific routes (RFC 4191)
+  o RAdv: Proper handling of prefix retraction
+  o Filter: Allow silent filter execution
+  o Filter: Fixed stack overflow in BGP mask expressions.
+  o Several bug fixes
+
 Version 1.6.3 (2016-12-21)
   o Large BGP communities
   o BFD authentication (MD5, SHA1)
index d9200f2661445a0bcb3212dfb6e0433b4261d4c9..2f752282697ed593fc662fb757a8ecfc07309965 100644 (file)
@@ -604,9 +604,9 @@ agreement").
        restricted to interfaces assigned to the VRF and will use sockets bound
        to the VRF. Appropriate VRF interface must exist on OS level. For kernel
        protocol, an appropriate table still must be explicitly selected by
-       <cf/table/ option. Note that the VRF support in BIRD and Linux kernel
-       (4.11) is still in development and is currently problematic outside of
-       multihop BGP.
+       <cf/table/ option. Note that for proper VRF support it is necessary to
+       use Linux kernel version at least 4.14, older versions have limited
+       VRF implementation.
 </descrip>
 
 <p>There are several options that give sense only with certain protocols:
index bfbfc4840fa9b3a18528e653bba8a236b2ffdbc4..391558f57038828a66a5ffc3a9b5d45e41db8093 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 1.6.3
+Version: 1.6.4
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index e529cd861ba3c04a0abebf9849a0d26f0ab927e0..a79b7c2d97f30209558271cdfd0808a8ec6929bf 100644 (file)
@@ -7,7 +7,7 @@
 #define _BIRD_CONFIG_H_
 
 /* BIRD version */
-#define BIRD_VERSION "1.6.3"
+#define BIRD_VERSION "1.6.4"
 
 /* Include parameters determined by configure script */
 #include "sysdep/autoconf.h"