Skip to content

Commit 85f25d8

Browse files
committed
FRRouting Release 5.0.1
Changes since 5.0: - Support Automake 1.16.1 - BGPd: Support for flowspec ICMP, DSCP, packet length, fragment and tcp flags - BGPd: fix rpki validation for ipv6 - VRF: Workaround for kernel bug on Linux 4.14 and newer - Zebra: Fix interface based routes from zebra not marked up - Zebra: Fix large zebra memory usage when redistribute between protocols - Zebra: Allow route-maps to match on source instance - BGPd: Backport peer-attr overrides, peer-level enforce-first-as and filtered-routes fix - BGPd: fix for crash during display of filtered-routes - BGPd: Actually display labeled unicast routes received - Label Manager: Fix to work correctly behind a label manager proxy - Debian Package: Fix build dependency for install-info Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
1 parent 5023daa commit 85f25d8

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

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, 5.0, [https://github.com/frrouting/frr/issues])
10+
AC_INIT(frr, 5.0.1, [https://github.com/frrouting/frr/issues])
1111
PACKAGE_URL="https://frrouting.org/"
1212
AC_SUBST(PACKAGE_URL)
1313
PACKAGE_FULLNAME="FRRouting"

debianpkg/changelog.in

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
frr (@VERSION@) RELEASED; urgency=medium
22

3+
* Support Automake 1.16.1
4+
* BGPd: Support for flowspec ICMP, DSCP, packet length, fragment and tcp flags
5+
* BGPd: fix rpki validation for ipv6
6+
* VRF: Workaround for kernel bug on Linux 4.14 and newer
7+
* Zebra: Fix interface based routes from zebra not marked up
8+
* Zebra: Fix large zebra memory usage when redistribute between protocols
9+
* Zebra: Allow route-maps to match on source instance
10+
* BGPd: Backport peer-attr overrides, peer-level enforce-first-as and filtered-routes fix
11+
* BGPd: fix for crash during display of filtered-routes
12+
* BGPd: Actually display labeled unicast routes received
13+
* Label Manager: Fix to work correctly behind a label manager proxy
14+
* Debian Pkg: Fix build dependency for install-info
15+
16+
-- FRRouting-Dev <dev@lists.frrouting.org> Thu, 5 Jul 2018 00:38:00 -0700
17+
18+
frr (5.0-0) RELEASED; urgency=medium
19+
320
* PIM: Add a Multicast Trace Command draft-ietf-idmr-traceroute-ipm-05
421
* IS-IS: Implement Three-Way Handshake as per RFC5303
522
* BGPD: Implement VPN-VRF route leaking per RFC4364.

redhat/frr.spec.in

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,20 @@ rm -rf %{buildroot}
641641
%endif
642642

643643
%changelog
644-
* Thu Jun 7 2018 Martin Winter <mwinter@opensourcerouting.org> - %{version}
644+
* Thu Jul 5 2018 Martin Winter <mwinter@opensourcerouting.org> - %{version}
645+
- Support Automake 1.16.1
646+
- BGPd: Support for flowspec ICMP, DSCP, packet length, fragment and tcp flags
647+
- BGPd: fix rpki validation for ipv6
648+
- VRF: Workaround for kernel bug on Linux 4.14 and newer
649+
- Zebra: Fix interface based routes from zebra not marked up
650+
- Zebra: Fix large zebra memory usage when redistribute between protocols
651+
- Zebra: Allow route-maps to match on source instance
652+
- BGPd: Backport peer-attr overrides, peer-level enforce-first-as and filtered-routes fix
653+
- BGPd: fix for crash during display of filtered-routes
654+
- BGPd: Actually display labeled unicast routes received
655+
- Label Manager: Fix to work correctly behind a label manager proxy
656+
657+
* Thu Jun 7 2018 Martin Winter <mwinter@opensourcerouting.org> - 5.0
645658
- PIM: Add a Multicast Trace Command draft-ietf-idmr-traceroute-ipm-05
646659
- IS-IS: Implement Three-Way Handshake as per RFC5303
647660
- BGPD: Implement VPN-VRF route leaking per RFC4364.

0 commit comments

Comments
 (0)