frr/debian/patches/pve/0001-enable-bgp-bfd-daemons.patch
Gabriel Goller 13542661ab frr: port patches to latest stable version, add topotests
These patches enable the bgp daemon per default and implement the
bgp-evpn autort feature. Also add the topotest for the autort feature.

Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
2025-03-07 14:08:12 +01:00

35 lines
863 B
Diff

From e608bc29e66291f7eafb9a9e17b13cc49ae0b726 Mon Sep 17 00:00:00 2001
From: Alexandre Derumier <aderumier@odiso.com>
Date: Wed, 25 Nov 2020 12:41:32 +0100
Subject: [PATCH 1/6] enable bgp && bfd daemons
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
---
tools/etc/frr/daemons | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Index: b/tools/etc/frr/daemons
===================================================================
--- a/tools/etc/frr/daemons 2025-03-07 11:09:47.197423679 +0100
+++ b/tools/etc/frr/daemons 2025-03-07 11:09:47.194423675 +0100
@@ -14,7 +14,7 @@
#
# The watchfrr, zebra and staticd daemons are always started.
#
-bgpd=no
+bgpd=yes
ospfd=no
ospf6d=no
ripd=no
@@ -28,7 +28,7 @@
babeld=no
sharpd=no
pbrd=no
-bfdd=no
+bfdd=yes
fabricd=no
vrrpd=no
pathd=no