-
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.
Signed-off-by: Martin Winter <[email protected]>
- Loading branch information
1 parent
b2e1ccb
commit ed02df4
Showing
3 changed files
with
50 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,5 +1,32 @@ | ||
frr (@VERSION@) RELEASED; urgency=medium | ||
|
||
* PIM: Add a Multicast Trace Command draft-ietf-idmr-traceroute-ipm-05 | ||
* IS-IS: Implement Three-Way Handshake as per RFC5303 | ||
* BGPD: Implement VPN-VRF route leaking per RFC4364. | ||
* BGPD: Implement VRF with NETNS backend | ||
* BGPD: Flowspec | ||
* PBRD: Add a new Policy Based Routing Daemon | ||
|
||
-- FRRouting-Dev <[email protected]> Thu, 7 Jun 2018 17:47:00 -0700 | ||
|
||
frr (4.0-0) RELEASED; urgency=medium | ||
|
||
* ISIS-MT - https://tools.ietf.org/html/rfc5120 | ||
* BGP - RPKI (RFC 6810) | ||
* BGP - v4 labeled unicast as per RFC 3107 | ||
* BGP/Zebra - Type 2 and 3 EVPN with symmetric and asymmetric routing | ||
* EIGRP - https://tools.ietf.org/html/rfc7868 | ||
* FRR - Tab completion for iface names, prefix-lists, route-maps, BGP peers | ||
* BABEL - https://tools.ietf.org/html/rfc6126 | ||
* PIM VRF - Added the ability to work with VRF’s to PIM | ||
* OSPFv2 VRF - Added the ability to work with VRF’s to OSPFv2 | ||
* OSPFv2 Experimental SR - draft-ietf-ospf-segment-routing-extensions-24 | ||
* ZEBRA - Add ability to create a static route that leaks across VRF’s. | ||
|
||
-- FRRouting-Dev <[email protected]> Sun, 11 Mar 2018 17:22:20 -0700 | ||
|
||
frr (3.0.3-1) RELEASED; urgency=medium | ||
|
||
* New Enabled: PIM draft Unnumbered | ||
|
||
-- FRRouting-Dev <[email protected]> Wed, 18 Oct 2017 17:01:42 -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 |
---|---|---|
|
@@ -641,9 +641,30 @@ rm -rf %{buildroot} | |
%endif | ||
|
||
%changelog | ||
* Sun May 20 2018 Martin Winter <[email protected]> - %{version} | ||
* Thu Jun 7 2018 Martin Winter <[email protected]> - %{version} | ||
- PIM: Add a Multicast Trace Command draft-ietf-idmr-traceroute-ipm-05 | ||
- IS-IS: Implement Three-Way Handshake as per RFC5303 | ||
- BGPD: Implement VPN-VRF route leaking per RFC4364. | ||
- BGPD: Implement VRF with NETNS backend | ||
- BGPD: Flowspec | ||
- PBRD: Add a new Policy Based Routing Daemon | ||
|
||
* Sun May 20 2018 Martin Winter <[email protected]> - 4.0.1 | ||
- Fixed RPKI RPM build | ||
|
||
* Sun Mar 11 2018 Martin Winter <[email protected]> - 4.0 | ||
- ISIS-MT - https://tools.ietf.org/html/rfc5120 | ||
- BGP - RPKI (RFC 6810) | ||
- BGP - v4 labeled unicast as per RFC 3107 | ||
- BGP/Zebra - Type 2 and 3 EVPN with symmetric and asymmetric routing | ||
- EIGRP - https://tools.ietf.org/html/rfc7868 | ||
- FRR - Tab completion for iface names, prefix-lists, route-maps, BGP peers | ||
- BABEL - https://tools.ietf.org/html/rfc6126 | ||
- PIM VRF - Added the ability to work with VRF’s to PIM | ||
- OSPFv2 VRF - Added the ability to work with VRF’s to OSPFv2 | ||
- OSPFv2 Experimental SR - draft-ietf-ospf-segment-routing-extensions-24 | ||
- ZEBRA - Add ability to create a static route that leaks across VRF’s. | ||
|
||
* Sun Mar 4 2018 Martin Winter <[email protected]> | ||
- Add option to build with RPKI (default: disabled) | ||
|
||
|