Skip to content

Commit b29e322

Browse files
committed
FRRouting Release 4.0.1
Changes since 4.0: - Security Issue (Denial of Service): Fix BGP Attribute 255 (experimental VNC) handling - Fix for large AS paths - Add json support to "show ip route" command - bgpd: fix rpki segfault - bgpd: fix rpki validation for ipv6 - Fix for crash with p2p interfaces on *BSD - Fix for crash with some IPv6 tunnels - Run WatchFRR by default on systems with systemd - isisd: Fixed the way isis reads from bpf - Add backport to build FRR on Sonic Debian Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
1 parent 96efdcb commit b29e322

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-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, 4.0, [https://github.com/frrouting/frr/issues])
10+
AC_INIT(frr, 4.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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
frr (@VERSION@) RELEASED; urgency=medium
22

3+
* Security Issue (Denial of Service): Fix BGP Attribute 255 (experimental VNC) handling
4+
* Fix for large AS paths
5+
* Add json support to "show ip route" command
6+
* bgpd: fix rpki segfault
7+
* bgpd: fix rpki validation for ipv6
8+
* Fix for crash with p2p interfaces on *BSD
9+
* Fix for crash with some IPv6 tunnels
10+
* Run WatchFRR by default on systems with systemd
11+
* isisd: Fixed the way isis reads from bpf
12+
* Add backport to build FRR on Sonic Debian
13+
14+
-- FRRouting-Dev <dev@lists.frrouting.org> Tue, 8 Jan 2019 09:48:00 +0100
15+
16+
frr (4.0-1) RELEASED; urgency=medium
17+
318
* ISIS-MT - https://tools.ietf.org/html/rfc5120
419
* BGP - RPKI (RFC 6810)
520
* BGP - v4 labeled unicast as per RFC 3107

redhat/frr.spec.in

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,19 @@ rm -rf %{buildroot}
621621
%endif
622622

623623
%changelog
624-
* Sun May 20 2018 Martin Winter <mwinter@opensourcerouting.org> - %{version}
624+
* Tue Jan 8 2019 Martin Winter <mwinter@opensourcerouting.org> - %{version}
625+
- Security Issue (Denial of Service): Fix BGP Attribute 255 (experimental VNC)
626+
handling
627+
- Fix for large AS paths
628+
- Add json support to "show ip route" command
629+
- bgpd: fix rpki segfault
630+
- bgpd: fix rpki validation for ipv6
631+
- Fix for crash with p2p interfaces on *BSD
632+
- Fix for crash with some IPv6 tunnels
633+
- Run WatchFRR by default on systems with systemd
634+
- isisd: Fixed the way isis reads from bpf
635+
636+
* Sun May 20 2018 Martin Winter <mwinter@opensourcerouting.org> - 4.0
625637
- Fixed RPKI RPM build
626638

627639
* Sun Mar 11 2018 Martin Winter <mwinter@opensourcerouting.org>

0 commit comments

Comments
 (0)