Skip to content

Commit

Permalink
FRRouting Release 3.0.2
Browse files Browse the repository at this point in the history
This version of FRR contains these fixes since the last release:
1. Some improved packaging fixes
2. Fix for miss-handling of BGP attributes in an error situation.
3. Fix for reading in of a nexthop as part of set ip nexthop ... command.
4. Fix for a memory leak in ISIS.
5. Check for per-peer outbound configuration, in addition to the peer-group config.
6. Enable '-S' usage for BGP.

(Re-Release of 3.0.1 which missed some version number and changelog updates)

Signed-off-by: Martin Winter <[email protected]>
  • Loading branch information
mwinter-osr committed Nov 8, 2017
1 parent d4c5831 commit 30283fd
Show file tree
Hide file tree
Showing 3 changed files with 16 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, 3.0, [https://github.com/frrouting/frr/issues])
AC_INIT(frr, 3.0.2, [https://github.com/frrouting/frr/issues])
PACKAGE_URL="https://frrouting.org/"
PACKAGE_FULLNAME="FRRouting"
AC_SUBST(PACKAGE_FULLNAME)
Expand Down
6 changes: 6 additions & 0 deletions debianpkg/changelog.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
frr (@VERSION@) RELEASED; urgency=medium

* Added Debian 9 Backport
* Packaging fixes
* Fix for miss-handling of BGP attributes in an error situation
* Fix for reading in of a nexthop as part of set ip nexthop ... command
* Fix for a memory leak in ISIS
* Check for per-peer outbound config in addition to the peer-group config
* Enable '-S' usage for BGP

-- FRRouting-Dev <[email protected]> Mon, 16 Oct 2017 03:28:00 -0700

Expand Down
10 changes: 9 additions & 1 deletion redhat/frr.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,15 @@ rm -rf %{buildroot}
%endif

%changelog
* Fri Oct 20 2017 Martin Winter <[email protected]> - %{version}
* Tue Nov 7 2017 Martin Winter <[email protected]> - %{version}
- Packaging fixes
- Fix for miss-handling of BGP attributes in an error situation
- Fix for reading in of a nexthop as part of set ip nexthop ... command
- Fix for a memory leak in ISIS
- Check for per-peer outbound config in addition to the peer-group config
- Enable '-S' usage for BGP.

* Fri Oct 20 2017 Martin Winter <[email protected]>
- Fix script location for watchfrr restart functions in daemon config
- Fix postun script to restart frr during upgrade
- Add posttrans script to fix missing restart in postun script from 2.0 rpm
Expand Down

0 comments on commit 30283fd

Please sign in to comment.