Skip to content

Commit 23db048

Browse files
committed
FRRouting release 7.1
- gRPC northbound plugin - "table NNN" removed from zebra - more dataplane MT work - EVPN in non-default VRFs - RFC 8212 (default deny policy for eBGP) - RFC 8106 (IPv6 RA DNS options) Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
1 parent 4d39e24 commit 23db048

File tree

2 files changed

+90
-1
lines changed

2 files changed

+90
-1
lines changed

changelog-auto.in

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ frr (@VERSION@-0) UNRELEASED; urgency=medium
44
remove and replace when creating releases!
55
(tools/tarsource.sh will handle this)
66

7-
-- FRRouting-Dev <dev@lists.frrouting.org> Thu, 25 Oct 2018 16:36:50 +0200
7+
-- FRRouting-Dev <dev@lists.frrouting.org> Tue, 18 Jun 2019 06:08:13 +0200
8+
9+
frr (7.1-0) testing; urgency=medium
10+
11+
* upstream 7.1 release
12+
13+
-- David Lamparter <equinox-debian@diac24.net> Tue, 18 Jun 2019 06:08:13 +0200
814

915
frr (6.0-2) testing; urgency=medium
1016

redhat/frr.spec.in

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,89 @@ fi
665665

666666

667667
%changelog
668+
* Mon Jun 17 2019 David Lamparter <equinox@opensourcerouting.org> - %{version}
669+
- TBD
670+
671+
* Mon Jun 17 2019 David Lamparter <equinox@opensourcerouting.org> - 7.1
672+
- gRPC northbound plugin
673+
- "table NNN" removed from zebra
674+
- more dataplane MT work
675+
- EVPN in non-default VRFs
676+
- RFC 8212 (default deny policy for eBGP)
677+
- RFC 8106 (IPv6 RA DNS options)
678+
679+
* Wed May 8 2019 Martin Winter <mwinter@opensourcerouting.org> - 7.0.1
680+
- bgp:
681+
- Don't send Updates with BGP Max-Prefix Overflow
682+
- Make sure `next-hop-self all` backward compatible with force
683+
- Fix as-path validation in "show bgp regexp"
684+
- Fix interface-based peers to override peergroups
685+
- Fix removing private AS numbers if local-as is used
686+
- Fix show bgp labeled_unicast
687+
- Add command to lookup prefixes in rpki table
688+
- Fix peer count in "show bgp ipv6 summary"
689+
- Add missing ipv6 only peer flag action
690+
- Fix address family output in "show bgp [ipv4|ipv6] neighbors"
691+
- Add missing checks for vpnv6 nexthops
692+
- Fix nexthop for ipv6 vpn case
693+
- rip: Fix removal of passive interfaces
694+
- ospf:
695+
- Fix json timer output
696+
- Fix milliseconds in json output
697+
- bfd:
698+
- Fix source port according RFC 5881, Sec 4
699+
- Fix IPv6 link-local peer removal
700+
- Fix interface clean up when deleting interface
701+
- pim: Fix interface clean up when deleting interface
702+
- nhrp: Fix interface clean up when deleting interface
703+
- lib:
704+
- Workaround to get FRR building with libyang 0.x and 1.x
705+
- Fix in priv handling
706+
- Make priv elevation thread-safe
707+
- zebra:
708+
- Pseudowire event recovery
709+
- Fix race condition in label manager
710+
- Fix system routes selection and next-hop tracking
711+
- Set connected route metric based on devaddr metric
712+
- Display metric for connected routes
713+
- Add selected fib details to json output
714+
- Always use replace if installing new route
715+
- watchfrr: Silently ignore declare failures (for backward compatibility)
716+
- RPM packages: Switch to new init script
717+
718+
* Thu Feb 28 2019 Martin Winter <mwinter@opensourcerouting.org> - 7.0
719+
- Added libyang dependency: New work for northbound interface based on libyang
720+
- Fabricd: New Daemon based on https://datatracker.ietf.org/doc/draft-white-openfabric/
721+
- various bug fixes and other enhancements
722+
723+
* Sun Oct 7 2018 Martin Winter <mwinter@opensourcerouting.org> - 6.0
724+
- Staticd: New daemon responsible for management of static routes
725+
- ISISd: Implement dst-src routing as per draft-ietf-isis-ipv6-dst-src-routing
726+
- BFDd: new daemon for BFD (Bidrectional Forwarding Detection). Responsiblei
727+
for notifying link changes to make routing protocols converge faster.
728+
- various bug fixes
729+
730+
* Thu Jul 5 2018 Martin Winter <mwinter@opensourcerouting.org> - 5.0.1
731+
- Support Automake 1.16.1
732+
- BGPd: Support for flowspec ICMP, DSCP, packet length, fragment and tcp flags
733+
- BGPd: fix rpki validation for ipv6
734+
- VRF: Workaround for kernel bug on Linux 4.14 and newer
735+
- Zebra: Fix interface based routes from zebra not marked up
736+
- Zebra: Fix large zebra memory usage when redistribute between protocols
737+
- Zebra: Allow route-maps to match on source instance
738+
- BGPd: Backport peer-attr overrides, peer-level enforce-first-as and filtered-routes fix
739+
- BGPd: fix for crash during display of filtered-routes
740+
- BGPd: Actually display labeled unicast routes received
741+
- Label Manager: Fix to work correctly behind a label manager proxy
742+
743+
* Thu Jun 7 2018 Martin Winter <mwinter@opensourcerouting.org> - 5.0
744+
- PIM: Add a Multicast Trace Command draft-ietf-idmr-traceroute-ipm-05
745+
- IS-IS: Implement Three-Way Handshake as per RFC5303
746+
- BGPD: Implement VPN-VRF route leaking per RFC4364.
747+
- BGPD: Implement VRF with NETNS backend
748+
- BGPD: Flowspec
749+
- PBRD: Add a new Policy Based Routing Daemon
750+
668751
* Sun May 28 2018 Rafael Zalamena <rzalamena@opensourcerouting.org> - %{version}
669752
- Add BFDd support
670753

0 commit comments

Comments
 (0)