Skip to content

Commit

Permalink
FRRouting Release 6.0.2
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mwinter-osr committed Jan 8, 2019
1 parent 036eac6 commit 1bdbe6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
##
AC_PREREQ(2.60)

AC_INIT(frr, 6.0.1, [https://github.com/frrouting/frr/issues])
AC_INIT(frr, 6.0.2, [https://github.com/frrouting/frr/issues])
PACKAGE_URL="https://frrouting.org/"
AC_SUBST(PACKAGE_URL)
PACKAGE_FULLNAME="FRRouting"
Expand Down
6 changes: 5 additions & 1 deletion redhat/frr.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,11 @@ fi


%changelog
* Sat Dec 29 2018 Martin Winter <mwinter@opensourcerouting.org> - %{version}
* Tue Jan 8 2019 Martin Winter <mwinter@opensourcerouting.org> - %{version}
- Security Issue (Denial of Service): Fix BGP Attribute 255 (experimental VNC)
handling

* Sat Dec 29 2018 Martin Winter <mwinter@opensourcerouting.org> - 6.0.1
- Various fixes for label manager
- Fix BGP unnumbered peer setup
- Various other fixes
Expand Down

0 comments on commit 1bdbe6e

Please sign in to comment.