Commit a71a7521 authored by Ondrej Zajicek (work)'s avatar Ondrej Zajicek (work)
Browse files

NEWS and version update

parent 4dff1f32
Loading
Loading
Loading
Loading
+13 −0
Original line number Original line Diff line number Diff line
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)
Version 1.6.3 (2016-12-21)
  o Large BGP communities
  o Large BGP communities
  o BFD authentication (MD5, SHA1)
  o BFD authentication (MD5, SHA1)
+3 −3
Original line number Original line Diff line number Diff line
@@ -604,9 +604,9 @@ agreement").
	restricted to interfaces assigned to the VRF and will use sockets bound
	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
	to the VRF. Appropriate VRF interface must exist on OS level. For kernel
	protocol, an appropriate table still must be explicitly selected by
	protocol, an appropriate table still must be explicitly selected by
	<cf/table/ option. Note that the VRF support in BIRD and Linux kernel
	<cf/table/ option. Note that for proper VRF support it is necessary to
	(4.11) is still in development and is currently problematic outside of
	use Linux kernel version at least 4.14, older versions have limited
	multihop BGP.
	VRF implementation.
</descrip>
</descrip>


<p>There are several options that give sense only with certain protocols:
<p>There are several options that give sense only with certain protocols:
+1 −1
Original line number Original line Diff line number Diff line
Summary: BIRD Internet Routing Daemon
Summary: BIRD Internet Routing Daemon
Name: bird
Name: bird
Version: 1.6.3
Version: 1.6.4
Release: 1
Release: 1
Copyright: GPL
Copyright: GPL
Group: Networking/Daemons
Group: Networking/Daemons
+1 −1
Original line number Original line Diff line number Diff line
@@ -7,7 +7,7 @@
#define _BIRD_CONFIG_H_
#define _BIRD_CONFIG_H_


/* BIRD version */
/* BIRD version */
#define BIRD_VERSION "1.6.3"
#define BIRD_VERSION "1.6.4"


/* Include parameters determined by configure script */
/* Include parameters determined by configure script */
#include "sysdep/autoconf.h"
#include "sysdep/autoconf.h"