]> git.puffer.fish Git - matthieu/frr.git/commitdiff
FRRouting Release 4.0 frr-4.0
authorMartin Winter <mwinter@opensourcerouting.org>
Mon, 12 Mar 2018 00:53:37 +0000 (17:53 -0700)
committerMartin Winter <mwinter@opensourcerouting.org>
Mon, 12 Mar 2018 00:53:37 +0000 (17:53 -0700)
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
debianpkg/changelog.in
redhat/frr.spec.in

index 8f3f4753de78c9da8b1b8e33a213204af5c2526e..fdea8ca2f1629bb567684c6e07c986e9bd302552 100644 (file)
@@ -1,5 +1,21 @@
 frr (@VERSION@) 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 <dev@lists.frrouting.org>  Sun, 11 Mar 2018 17:22:20 -0700
+
+frr (3.0.3-1) RELEASED; urgency=medium
+
   * New Enabled: PIM draft Unnumbered
 
  -- FRRouting-Dev <dev@lists.frrouting.org>  Wed, 18 Oct 2017 17:01:42 -0700
index 292372d401da27abc38739892028277933422cd7..09299362702ca90762e153fbe2431bcbfbfb0cff 100644 (file)
@@ -611,10 +611,23 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
-* Sun Mar  4 2018 Martin Winter <mwinter@opensourcerouting.org> - %{version}
+* Sun Mar 11 2018 Martin Winter <mwinter@opensourcerouting.org> - %{version}
+- 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 <mwinter@opensourcerouting.org>
 - Add option to build with RPKI (default: disabled)
 
-* Fri Oct 20 2017 Martin Winter <mwinter@opensourcerouting.org>
+* Fri Oct 20 2017 Martin Winter <mwinter@opensourcerouting.org> - 3.0.2
 - Fix script location for watchfrr restart functions in daemon config
 - Fix postun script to restart frr during upgrade