Skip to content

Commit 10d4945

Browse files
committed
FRRouting Release 7.0
Major Changes since 6.0.x: - Added libyang dependency: New work for northbound interface based on libyang - Fabricd: New Daemon based on https://datatracker.ietf.org/doc/draft-white-openfabric/ - various bug fixes and other enhancements Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
1 parent 6280675 commit 10d4945

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
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.1-dev], [https://github.com/frrouting/frr/issues])
10+
AC_INIT([frr], [7.0], [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: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -668,6 +668,39 @@ fi
668668

669669

670670
%changelog
671+
* Thu Feb 28 2019 Martin Winter <mwinter@opensourcerouting.org> - %{version}
672+
- Added libyang dependency: New work for northbound interface based on libyang
673+
- Fabricd: New Daemon based on https://datatracker.ietf.org/doc/draft-white-openfabric/
674+
- various bug fixes and other enhancements
675+
676+
* Sun Oct 7 2018 Martin Winter <mwinter@opensourcerouting.org> - 6.0
677+
- Staticd: New daemon responsible for management of static routes
678+
- ISISd: Implement dst-src routing as per draft-ietf-isis-ipv6-dst-src-routing
679+
- BFDd: new daemon for BFD (Bidrectional Forwarding Detection). Responsiblei
680+
for notifying link changes to make routing protocols converge faster.
681+
- various bug fixes
682+
683+
* Thu Jul 5 2018 Martin Winter <mwinter@opensourcerouting.org> - 5.0.1
684+
- Support Automake 1.16.1
685+
- BGPd: Support for flowspec ICMP, DSCP, packet length, fragment and tcp flags
686+
- BGPd: fix rpki validation for ipv6
687+
- VRF: Workaround for kernel bug on Linux 4.14 and newer
688+
- Zebra: Fix interface based routes from zebra not marked up
689+
- Zebra: Fix large zebra memory usage when redistribute between protocols
690+
- Zebra: Allow route-maps to match on source instance
691+
- BGPd: Backport peer-attr overrides, peer-level enforce-first-as and filtered-routes fix
692+
- BGPd: fix for crash during display of filtered-routes
693+
- BGPd: Actually display labeled unicast routes received
694+
- Label Manager: Fix to work correctly behind a label manager proxy
695+
696+
* Thu Jun 7 2018 Martin Winter <mwinter@opensourcerouting.org> - 5.0
697+
- PIM: Add a Multicast Trace Command draft-ietf-idmr-traceroute-ipm-05
698+
- IS-IS: Implement Three-Way Handshake as per RFC5303
699+
- BGPD: Implement VPN-VRF route leaking per RFC4364.
700+
- BGPD: Implement VRF with NETNS backend
701+
- BGPD: Flowspec
702+
- PBRD: Add a new Policy Based Routing Daemon
703+
671704
* Sun May 28 2018 Rafael Zalamena <rzalamena@opensourcerouting.org> - %{version}
672705
- Add BFDd support
673706

0 commit comments

Comments
 (0)