* [pve-devel] [PATCH 1/2] frr: bump frr to 10.2.3
@ 2025-08-04 13:11 Gabriel Goller
2025-08-04 13:11 ` [pve-devel] [PATCH 2/2] frr: update changelog Gabriel Goller
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Gabriel Goller @ 2025-08-04 13:11 UTC (permalink / raw)
To: pve-devel; +Cc: Thomas Lamprecht
By bumping frr from 10.2.2 to 10.2.3 we get the bfd fix backported by
Stefan [0]. This fixes a bug where BGP neighbors don't peer when BFD
considers the link down.
[0]: https://github.com/FRRouting/frr/pull/18682
Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
---
frr | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/frr b/frr
index e3b6a8c45939..489322230e12 160000
--- a/frr
+++ b/frr
@@ -1 +1 @@
-Subproject commit e3b6a8c459399e39cce81bed8ff75f60da88b0a3
+Subproject commit 489322230e12eef84dbd829304a978515dc2525e
--
2.47.2
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* [pve-devel] [PATCH 2/2] frr: update changelog
2025-08-04 13:11 [pve-devel] [PATCH 1/2] frr: bump frr to 10.2.3 Gabriel Goller
@ 2025-08-04 13:11 ` Gabriel Goller
2025-08-04 13:24 ` [pve-devel] [PATCH 1/2] frr: bump frr to 10.2.3 Gabriel Goller
2025-08-04 18:13 ` [pve-devel] applied-series: " Thomas Lamprecht
2 siblings, 0 replies; 4+ messages in thread
From: Gabriel Goller @ 2025-08-04 13:11 UTC (permalink / raw)
To: pve-devel; +Cc: Thomas Lamprecht
This bumps frr to 10.2.3 which fixes a BFD bug fixed by Stefan [0].
[0]: https://github.com/FRRouting/frr/pull/18682
Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
---
debian/changelog | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 0b06cb4e2061..c748945410a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+frr (10.2.3-1+pve1) UNRELEASED; urgency=medium
+
+ * update upstream source to 10.2.3
+
+ * fixes a bug where BGP neighbor peering failed when BFD was down
+
+ -- Proxmox Support Team <support@proxmox.com> Mon, 04 Aug 2025 14:58:29 +0200
+
frr (10.2.2-1+pve1) bookworm; urgency=medium
* update upstream source to 10.2.2
--
2.47.2
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [pve-devel] [PATCH 1/2] frr: bump frr to 10.2.3
2025-08-04 13:11 [pve-devel] [PATCH 1/2] frr: bump frr to 10.2.3 Gabriel Goller
2025-08-04 13:11 ` [pve-devel] [PATCH 2/2] frr: update changelog Gabriel Goller
@ 2025-08-04 13:24 ` Gabriel Goller
2025-08-04 18:13 ` [pve-devel] applied-series: " Thomas Lamprecht
2 siblings, 0 replies; 4+ messages in thread
From: Gabriel Goller @ 2025-08-04 13:24 UTC (permalink / raw)
To: pve-devel; +Cc: Thomas Lamprecht
Note that this goes to bookworm only, forgot to save the file :(
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* [pve-devel] applied-series: [PATCH 1/2] frr: bump frr to 10.2.3
2025-08-04 13:11 [pve-devel] [PATCH 1/2] frr: bump frr to 10.2.3 Gabriel Goller
2025-08-04 13:11 ` [pve-devel] [PATCH 2/2] frr: update changelog Gabriel Goller
2025-08-04 13:24 ` [pve-devel] [PATCH 1/2] frr: bump frr to 10.2.3 Gabriel Goller
@ 2025-08-04 18:13 ` Thomas Lamprecht
2 siblings, 0 replies; 4+ messages in thread
From: Thomas Lamprecht @ 2025-08-04 18:13 UTC (permalink / raw)
To: pve-devel, Gabriel Goller
On Mon, 04 Aug 2025 15:11:57 +0200, Gabriel Goller wrote:
> By bumping frr from 10.2.2 to 10.2.3 we get the bfd fix backported by
> Stefan [0]. This fixes a bug where BGP neighbors don't peer when BFD
> considers the link down.
>
> [0]: https://github.com/FRRouting/frr/pull/18682
>
>
> [...]
Applied, it would be great if you could include a note with the base commit
that you used for such backports without a pre-existing stable branch, thanks!
[1/2] frr: bump frr to 10.2.3
commit: 07b3bf7020e728aa3a85a8b7704c5ffe5da889e6
[2/2] frr: update changelog
commit: 8b7269391c36f213bb5000aba7e7060f14e3b12d
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-08-04 18:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-08-04 13:11 [pve-devel] [PATCH 1/2] frr: bump frr to 10.2.3 Gabriel Goller
2025-08-04 13:11 ` [pve-devel] [PATCH 2/2] frr: update changelog Gabriel Goller
2025-08-04 13:24 ` [pve-devel] [PATCH 1/2] frr: bump frr to 10.2.3 Gabriel Goller
2025-08-04 18:13 ` [pve-devel] applied-series: " Thomas Lamprecht
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.