summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJafar Al-Gharaibeh <jafar@atcorp.com>2022-11-02 22:44:56 -0500
committerJafar Al-Gharaibeh <jafar@atcorp.com>2022-11-02 22:44:56 -0500
commitc67486f4489dbbd8261d0d62deba39011615bdcd (patch)
treee97ebfa51a8ea745157931208196a3e92004c2e3
parent0fc10067bdd18769c2be58816d7c10748c62311d (diff)
debian, redhat: updating changelog for new release
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
-rw-r--r--debian/changelog6
-rw-r--r--redhat/frr.spec.in13
2 files changed, 15 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 9c14270b66..21ea69aa56 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-frr (8.4~dev-1) UNRELEASED; urgency=medium
+frr (8.4-0) unstable; urgency=medium
- * FRR Dev 8.4
+ * New upstream release FRR 8.4
- -- Jafar Al-Gharaibeh <jafar@atcorp.com> Wed, 20 Jul 2022 10:00:00 +0500
+ -- Jafar Al-Gharaibeh <jafar@atcorp.com> Tue, 01 Nov 2022 10:00:00 +0500
frr (8.3-0) unstable; urgency=medium
diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in
index 962541405f..26f987c5b4 100644
--- a/redhat/frr.spec.in
+++ b/redhat/frr.spec.in
@@ -793,7 +793,18 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons
%changelog
-* Wed Jul 20 2022 Martin Winter <mwinter@opensourcerouting.org> - %{version}
+* Tue Nov 01 2022 Martin Winter <mwinter@opensourcerouting.org> - %{version}
+
+* Tue Nov 01 2022 Jafar Al-Gharaibeh <jafar@atcorp.com> - 8.4
+- New BGP command (neighbor PEER soo) to configure SoO to prevent routing loops and suboptimal routing on dual-homed sites.
+- Command debug bgp allow-martian replaced to bgp allow-martian-nexthop because previously we allowed using martian next-hops when debug is turned on.
+- Implement BGP Prefix Origin Validation State Extended Community rfc8097
+- Implement Route Leak Prevention and Detection Using Roles in UPDATE and OPEN Messages rfc9234
+- BMP L3VPN support
+- PIMv6 support
+- MLD support
+- New command to enable using reserved IPv4 ranges as normal addresses for BGP next-hops, interface addresses, etc.
+- For a full list of bug fixes, please refer to https://frrouting.org/release/
* Wed Jul 13 2022 Jafar Al-Gharaibeh <jafar@atcorp.com> - 8.3
- General: