-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
d4c5831
commit 30283fd
Showing
3 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|