mirror of
https://git.proxmox.com/git/frr
synced 2025-04-28 11:01:33 +00:00

Add the patches for the dummy_as_loopback series, which area already merged upstream, but not yet released. Also enable it by default. Link: https://github.com/FRRouting/frr/pull/18242 Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
27 lines
943 B
Diff
27 lines
943 B
Diff
From d1fecf9795c0b9df3889760e1f08bf93c5c8a933 Mon Sep 17 00:00:00 2001
|
|
From: Gabriel Goller <g.goller@proxmox.com>
|
|
Date: Thu, 6 Mar 2025 13:27:55 +0100
|
|
Subject: [PATCH 6/6] fabricd: enable dummy_as_loopback option per default
|
|
|
|
This allows dummy interfaces to be treated as loopback interfaces in
|
|
openfabric fabrics.
|
|
|
|
Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
|
|
---
|
|
tools/etc/frr/daemons | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: b/tools/etc/frr/daemons
|
|
===================================================================
|
|
--- a/tools/etc/frr/daemons 2025-03-07 11:09:47.835424384 +0100
|
|
+++ b/tools/etc/frr/daemons 2025-03-07 11:09:47.833424382 +0100
|
|
@@ -57,7 +57,7 @@
|
|
pbrd_options=" -A 127.0.0.1"
|
|
staticd_options="-A 127.0.0.1"
|
|
bfdd_options=" -A 127.0.0.1"
|
|
-fabricd_options="-A 127.0.0.1"
|
|
+fabricd_options="-A 127.0.0.1 --dummy_as_loopback"
|
|
vrrpd_options=" -A 127.0.0.1"
|
|
pathd_options=" -A 127.0.0.1"
|
|
|