From f9a260ec64ead99a9f76e35af4c7529f1aecd7c0818db7e684e6163b5feafbb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 19 Jan 2020 14:43:20 +0000 Subject: [PATCH] Accepting request 765491 from home:mnhauke:network - Update to version 7.2.1: BGPd * Fix Addpath issue * Do not apply eBGP policy for iBGP peers * Show ip and fqdn in json output for show [ip] bgp json * Fix large route-distinguisher's format * Fix no bgp listen range ... configuration command * Autocomplete neighbor for clear bgp * Reflect the distance in RIB when it is changed for an arbitrary afi/safi * Notify "Peer De-configured" after entering 'no neighbor cmd * Fix per afi/safi addpath peer counting * Rework BGP dampening to be per AFI/SAFI * Do not send next-hop as :: in MP_REACH_NLRI if no link-local exists * Override peer's TTL only if peer-group is configured with TTL * Remove error message for unkown afi/safi combination * Keep the session down if maximum-prefix is reached OSPFd * Fix BFD down not tearing down OSPF adjacency for point-to-point net BFDd * Fix multiple VRF handling * VRF security improvement PIMd * Fix rp crash NHRPd * Make sure no ip nhrp map works as expected LDPd * Add missing sanity check in the parsing of label messages OBS-URL: https://build.opensuse.org/request/show/765491 OBS-URL: https://build.opensuse.org/package/show/network/frr?expand=0&rev=7 --- frr-7.2.1.tar.gz | 3 +++ frr-frr7.2.tar.xz | 3 --- frr.changes | 44 ++++++++++++++++++++++++++++++++++++++++++++ frr.spec | 6 +++--- 4 files changed, 50 insertions(+), 6 deletions(-) create mode 100644 frr-7.2.1.tar.gz delete mode 100644 frr-frr7.2.tar.xz diff --git a/frr-7.2.1.tar.gz b/frr-7.2.1.tar.gz new file mode 100644 index 0000000..75a898f --- /dev/null +++ b/frr-7.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40fea6ff007453e27761a0372cde51fd8279f89984dff009092eebe2a7b29be3 +size 5639773 diff --git a/frr-frr7.2.tar.xz b/frr-frr7.2.tar.xz deleted file mode 100644 index 5a4d4e7..0000000 --- a/frr-frr7.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c19d7ce84b6e1e8fc612ab2966f256f775510cec4055c675028efb919c1cb0e -size 4191880 diff --git a/frr.changes b/frr.changes index f9dda27..7f4cc56 100644 --- a/frr.changes +++ b/frr.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Sat Jan 18 20:25:42 UTC 2020 - Martin Hauke + +- Update to version 7.2.1: + BGPd + * Fix Addpath issue + * Do not apply eBGP policy for iBGP peers + * Show ip and fqdn in json output for show [ip] bgp json + * Fix large route-distinguisher's format + * Fix no bgp listen range ... configuration command + * Autocomplete neighbor for clear bgp + * Reflect the distance in RIB when it is changed for an + arbitrary afi/safi + * Notify "Peer De-configured" after entering 'no neighbor cmd + * Fix per afi/safi addpath peer counting + * Rework BGP dampening to be per AFI/SAFI + * Do not send next-hop as :: in MP_REACH_NLRI if no link-local + exists + * Override peer's TTL only if peer-group is configured with TTL + * Remove error message for unkown afi/safi combination + * Keep the session down if maximum-prefix is reached + OSPFd + * Fix BFD down not tearing down OSPF adjacency for + point-to-point net + BFDd + * Fix multiple VRF handling + * VRF security improvement + PIMd + * Fix rp crash + NHRPd + * Make sure no ip nhrp map works as expected + LDPd + * Add missing sanity check in the parsing of label messages + Zebra + * Use correct state when installing evpn macs + * Capture dplane plugin flags + lib + * Fix interface config when vrf changes + * Fix Interface Infinite Loop Walk (for special interfaces such + as bond) + Others + * Rename man pages (to avoid conflicts with other packages) + * Various other fixes for code cleanup and memory leaks + ------------------------------------------------------------------- Fri Jan 17 21:07:45 UTC 2020 - Martin Hauke diff --git a/frr.spec b/frr.spec index 4a31fb8..1e1305c 100644 --- a/frr.spec +++ b/frr.spec @@ -29,14 +29,14 @@ %define frr_daemondir %{_prefix}/lib/frr Name: frr -Version: 7.2 +Version: 7.2.1 Release: 0 Summary: FRRouting Routing daemon License: GPL-2.0-or-later and LGPL-2.1-or-later Group: Productivity/Networking/System URL: https://www.frrouting.org #Git-Clone: https://github.com/FRRouting/frr.git -Source: %{name}-%{name}%{version}.tar.xz +Source: https://github.com/FRRouting/frr/archive/%{name}-%{version}.tar.gz Source1: %{name}-tmpfiles.d Patch0: fix_tests.patch BuildRequires: %{python_module Sphinx} @@ -149,7 +149,7 @@ The frr-devel package contains the header and object files necessary for developing OSPF-API and frr applications. %prep -%setup -q -n %{name}-%{name}%{version} +%setup -q -n %{name}-%{name}-%{version} %patch0 %build