Skip to content

Commit 30283fd

Browse files
committed
FRRouting Release 3.0.2
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 <mwinter@opensourcerouting.org>
1 parent d4c5831 commit 30283fd

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-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, 3.0, [https://github.com/frrouting/frr/issues])
10+
AC_INIT(frr, 3.0.2, [https://github.com/frrouting/frr/issues])
1111
PACKAGE_URL="https://frrouting.org/"
1212
PACKAGE_FULLNAME="FRRouting"
1313
AC_SUBST(PACKAGE_FULLNAME)

debianpkg/changelog.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
frr (@VERSION@) RELEASED; urgency=medium
22

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

511
-- FRRouting-Dev <dev@lists.frrouting.org> Mon, 16 Oct 2017 03:28:00 -0700
612

redhat/frr.spec.in

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,15 @@ rm -rf %{buildroot}
572572
%endif
573573

574574
%changelog
575-
* Fri Oct 20 2017 Martin Winter <mwinter@opensourcerouting.org> - %{version}
575+
* Tue Nov 7 2017 Martin Winter <mwinter@opensourcerouting.org> - %{version}
576+
- Packaging fixes
577+
- Fix for miss-handling of BGP attributes in an error situation
578+
- Fix for reading in of a nexthop as part of set ip nexthop ... command
579+
- Fix for a memory leak in ISIS
580+
- Check for per-peer outbound config in addition to the peer-group config
581+
- Enable '-S' usage for BGP.
582+
583+
* Fri Oct 20 2017 Martin Winter <mwinter@opensourcerouting.org>
576584
- Fix script location for watchfrr restart functions in daemon config
577585
- Fix postun script to restart frr during upgrade
578586
- Add posttrans script to fix missing restart in postun script from 2.0 rpm

0 commit comments

Comments
 (0)