Skip to content

Commit 90446e3

Browse files
committed
FRRouting Release 7.2.1
(Maintenance Release) - BGPd - Fix Addpath issue - Do not apply eBGP policy for iBGP peers - Show `ip` and `fqdn` in json output for `show [ip] bgp <route> 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 <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 <something>` 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) - snapcraft - fix missing vrrpd daemon - Others - Rename man pages (to avoid conflicts with other packages) - Various other fixes for code cleanup and memory leaks Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
1 parent 3b08fde commit 90446e3

File tree

3 files changed

+50
-5
lines changed

3 files changed

+50
-5
lines changed

changelog-auto.in

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ frr (@VERSION@-0) UNRELEASED; urgency=medium
44
remove and replace when creating releases!
55
(tools/tarsource.sh will handle this)
66

7-
-- FRRouting-Dev <dev@lists.frrouting.org> Thu, 17 Oct 2019 16:43:00 +0200
7+
-- FRRouting-Dev <dev@lists.frrouting.org> Fri, 17 Jan 2020 16:41:00 +0200
8+
9+
frr (7.2-1) testing; urgency=medium
10+
11+
* upstream 7.2.1 release
12+
13+
-- Martin Winter <mwinter@opensourcerouting.org> Fri, 17 Jan 2020 16:40:00 +0200
814

915
frr (7.2-0) testing; urgency=medium
1016

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
##
88
AC_PREREQ([2.60])
99

10-
AC_INIT([frr], [7.2], [https://github.com/frrouting/frr/issues])
10+
AC_INIT([frr], [7.2.1], [https://github.com/frrouting/frr/issues])
1111
PACKAGE_URL="https://frrouting.org/"
1212
AC_SUBST([PACKAGE_URL])
1313
PACKAGE_FULLNAME="FRRouting"

redhat/frr.spec.in

Lines changed: 42 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -678,8 +678,47 @@ fi
678678

679679

680680
%changelog
681-
* Tue Oct 15 2019 Martin Winter <equinox@opensourcerouting.org> - %{version}
682-
[200~- ALL Daemons
681+
* Fri Jan 17 2020 Martin Winter <mwinter@opensourcerouting.org> - %{version}
682+
- BGPd
683+
- Fix Addpath issue
684+
- Do not apply eBGP policy for iBGP peers
685+
- Show `ip` and `fqdn` in json output for `show [ip] bgp <route> json`
686+
- Fix large route-distinguisher's format
687+
- Fix `no bgp listen range ...` configuration command
688+
- Autocomplete neighbor for clear bgp
689+
- Reflect the distance in RIB when it is changed for an arbitrary afi/safi
690+
- Notify "Peer De-configured" after entering 'no neighbor <neighbor> cmd
691+
- Fix per afi/safi addpath peer counting
692+
- Rework BGP dampening to be per AFI/SAFI
693+
- Do not send next-hop as :: in MP_REACH_NLRI if no link-local exists
694+
- Override peer's TTL only if peer-group is configured with TTL
695+
- Remove error message for unkown afi/safi combination
696+
- Keep the session down if maximum-prefix is reached
697+
- OSPFd
698+
- Fix BFD down not tearing down OSPF adjacency for point-to-point net
699+
- BFDd
700+
- Fix multiple VRF handling
701+
- VRF security improvement
702+
- PIMd
703+
- Fix rp crash
704+
- NHRPd
705+
- Make sure `no ip nhrp map <something>` works as expected
706+
- LDPd
707+
- Add missing sanity check in the parsing of label messages
708+
- Zebra
709+
- Use correct state when installing evpn macs
710+
- Capture dplane plugin flags
711+
- lib
712+
- Fix interface config when vrf changes
713+
- Fix Interface Infinite Loop Walk (for special interfaces such as bond)
714+
- snapcraft
715+
- fix missing vrrpd daemon
716+
- Others
717+
- Rename man pages (to avoid conflicts with other packages)
718+
- Various other fixes for code cleanup and memory leaks
719+
720+
* Tue Oct 15 2019 Martin Winter <mwinter@opensourcerouting.org> - 7.2
721+
- ALL Daemons
683722
- -N <namespace> to allow for config file locating when running FRR inside
684723
of a namespace
685724
- Impoved Testing across all daemons
@@ -820,7 +859,7 @@ fi
820859
- BGPD: Flowspec
821860
- PBRD: Add a new Policy Based Routing Daemon
822861

823-
* Sun May 28 2018 Rafael Zalamena <rzalamena@opensourcerouting.org> - %{version}
862+
* Mon May 28 2018 Rafael Zalamena <rzalamena@opensourcerouting.org>
824863
- Add BFDd support
825864

826865
* Sun May 20 2018 Martin Winter <mwinter@opensourcerouting.org>

0 commit comments

Comments
 (0)