diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-05-07 20:14:44 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-05-08 18:37:23 +0000 |
| commit | 33e56da60666cd26ca18787104e721b9df9ed4a2 (patch) | |
| tree | b3aaac997f80a1fcfdb925a3c5c40b02fc992ba4 | |
| parent | eaefb842ffb3d40c40f998a78e8fde080f332b0f (diff) | |
*: 6.0.3 releasefrr-6.0.3
* bgpd: Fix 'show bgp ipv4/ipv6 neighbors' to show only v4 or v6 neighbors
* bgpd: Fix display issue when showing labeled-unicast routes
* bgpd: Fix incorrect # peers in 'show bgp ipv6 summary' output
* bgpd: Fix issue with remote-private-as in combination with local-as
* bgpd: Fix memory error when prepending to AS-path
* bgpd: Improve error handling when using maximum-prefix
* ldpd: Fix startup permissions error on OpenBSD
* ldpd: add support for FreeBSD IP_BINDANY
* ospfd: Fix incorrect display of millisecond time values
* tools: Fix incorrect systemd dependencies causing failure to start on boot
* vtysh: Fix unnecessary reconnection under multi-instance OSPF
* watchfrr: Fix multi-instance support when using new init script
* zebra: Fix a display bug in 'show ip route ... json'
* zebra: Fix compilation issue on OpenBSD
* zebra: Fix issue with missed selection of system-sourced routes
* zebra: Fix race condition in label manager
* zebra: Reliability improvements to pseudowire route recovery
* zebra: Tweak metric values for macvlan devices
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
| -rw-r--r-- | changelog-auto.in | 23 | ||||
| -rwxr-xr-x | configure.ac | 2 | ||||
| -rw-r--r-- | redhat/frr.spec.in | 23 |
3 files changed, 46 insertions, 2 deletions
diff --git a/changelog-auto.in b/changelog-auto.in index 73ba179c3a..27907e1dcd 100644 --- a/changelog-auto.in +++ b/changelog-auto.in @@ -6,6 +6,29 @@ frr (@VERSION@-0) UNRELEASED; urgency=medium -- FRRouting-Dev <dev@lists.frrouting.org> Thu, 25 Oct 2018 16:36:50 +0200 +frr (6.0-3) testing; urgency=medium + + * bgpd: Fix 'show bgp ipv4/ipv6 neighbors' to show only v4 or v6 neighbors + * bgpd: Fix display issue when showing labeled-unicast routes + * bgpd: Fix incorrect # peers in 'show bgp ipv6 summary' output + * bgpd: Fix issue with remote-private-as in combination with local-as + * bgpd: Fix memory error when prepending to AS-path + * bgpd: Improve error handling when using maximum-prefix + * ldpd: Fix startup permissions error on OpenBSD + * ldpd: add support for FreeBSD IP_BINDANY + * ospfd: Fix incorrect display of millisecond time values + * tools: Fix incorrect systemd dependencies causing failure to start on boot + * vtysh: Fix unnecessary reconnection under multi-instance OSPF + * watchfrr: Fix multi-instance support when using new init script + * zebra: Fix a display bug in 'show ip route ... json' + * zebra: Fix compilation issue on OpenBSD + * zebra: Fix issue with missed selection of system-sourced routes + * zebra: Fix race condition in label manager + * zebra: Reliability improvements to pseudowire route recovery + * zebra: Tweak metric values for macvlan devices + + -- Quentin Young <qlyoung@cumulusnetworks.com> Tue, 7 May 2019 16:31:00 -0500 + frr (6.0-2) testing; urgency=medium * add install-info to build deps diff --git a/configure.ac b/configure.ac index 85a0f97bb3..ef76b5b209 100755 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ ## AC_PREREQ(2.60) -AC_INIT(frr, 6.0.2, [https://github.com/frrouting/frr/issues]) +AC_INIT(frr, 6.0.3, [https://github.com/frrouting/frr/issues]) PACKAGE_URL="https://frrouting.org/" AC_SUBST(PACKAGE_URL) PACKAGE_FULLNAME="FRRouting" diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index dc7c12d038..e5407a2cb9 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -660,7 +660,28 @@ fi %changelog -* Tue Jan 8 2019 Martin Winter <mwinter@opensourcerouting.org> - %{version} + +* Tue May 7 2019 Quentin Young <qlyoung@cumulusnetworks.com> - %{version} +- bgpd: Fix 'show bgp ipv4/ipv6 neighbors' to show only v4 or v6 neighbors +- bgpd: Fix display issue when showing labeled-unicast routes +- bgpd: Fix incorrect # peers in 'show bgp ipv6 summary' output +- bgpd: Fix issue with remote-private-as in combination with local-as +- bgpd: Fix memory error when prepending to AS-path +- bgpd: Improve error handling when using maximum-prefix +- ldpd: Fix startup permissions error on OpenBSD +- ldpd: add support for FreeBSD IP_BINDANY +- ospfd: Fix incorrect display of millisecond time values +- tools: Fix incorrect systemd dependencies causing failure to start on boot +- vtysh: Fix unnecessary reconnection under multi-instance OSPF +- watchfrr: Fix multi-instance support when using new init script +- zebra: Fix a display bug in 'show ip route ... json' +- zebra: Fix compilation issue on OpenBSD +- zebra: Fix issue with missed selection of system-sourced routes +- zebra: Fix race condition in label manager +- zebra: Reliability improvements to pseudowire route recovery +- zebra: Tweak metric values for macvlan devices + +* Tue Jan 8 2019 Martin Winter <mwinter@opensourcerouting.org> - 6.0.2 - Security Issue (Denial of Service): Fix BGP Attribute 255 (experimental VNC) handling |
