Skip to content

Commit 1bdbe6e

Browse files
committed
FRRouting Release 6.0.2
This is a maintenance release for a security (Denial of Service) issue found with the expermimental BGP VNC Attribute (255). Other experiments using the same attribute may bring down BGP peers if they are malformed for the VNC parsing. (As required by RFC). The update disables the parsing of the VNC attribute by default to avoid this. Beside this change, this release is similar to 6.0.1 Major Changes since 6.0 (already in 6.0.1) - New Debian Package structure without backports - Fix Memory Leak on FreeBSD - Fix BGP unnumbered peer setup - Various fixes for label manager - Various other fixes Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
1 parent 036eac6 commit 1bdbe6e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-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, 6.0.1, [https://github.com/frrouting/frr/issues])
10+
AC_INIT(frr, 6.0.2, [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: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,11 @@ fi
663663

664664

665665
%changelog
666-
* Sat Dec 29 2018 Martin Winter <mwinter@opensourcerouting.org> - %{version}
666+
* Tue Jan 8 2019 Martin Winter <mwinter@opensourcerouting.org> - %{version}
667+
- Security Issue (Denial of Service): Fix BGP Attribute 255 (experimental VNC)
668+
handling
669+
670+
* Sat Dec 29 2018 Martin Winter <mwinter@opensourcerouting.org> - 6.0.1
667671
- Various fixes for label manager
668672
- Fix BGP unnumbered peer setup
669673
- Various other fixes

0 commit comments

Comments
 (0)