[pve-devel] [PATCH frr 1/2] debian: remove patch sequence numbers
Gabriel Goller
g.goller at proxmox.com
Tue Jun 17 18:21:35 CEST 2025
Are not needed and we don't seem to add them usually on debian patches.
Otherwise we'd need to increment on every new patch.
Signed-off-by: Gabriel Goller <g.goller at proxmox.com>
---
debian/patches/pve/0001-enable-bgp-bfd-daemons.patch | 2 +-
...2-bgpd-add-an-option-for-RT-auto-derivation-to-force-A.patch | 2 +-
debian/patches/pve/0003-tests-add-bgp-evpn-autort-test.patch | 2 +-
...004-zebra-add-ZEBRA_IF_DUMMY-flag-for-dummy-interfaces.patch | 2 +-
...5-fabricd-add-option-to-treat-dummy-interfaces-as-loop.patch | 2 +-
...06-fabricd-enable-dummy_as_loopback-option-per-default.patch | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/debian/patches/pve/0001-enable-bgp-bfd-daemons.patch b/debian/patches/pve/0001-enable-bgp-bfd-daemons.patch
index 5f86ec1b3c77..9bcc542c4d61 100644
--- a/debian/patches/pve/0001-enable-bgp-bfd-daemons.patch
+++ b/debian/patches/pve/0001-enable-bgp-bfd-daemons.patch
@@ -1,7 +1,7 @@
From e608bc29e66291f7eafb9a9e17b13cc49ae0b726 Mon Sep 17 00:00:00 2001
From: Alexandre Derumier <aderumier at odiso.com>
Date: Wed, 25 Nov 2020 12:41:32 +0100
-Subject: [PATCH 1/6] enable bgp && bfd daemons
+Subject: [PATCH] enable bgp && bfd daemons
Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
Signed-off-by: Gabriel Goller <g.goller at proxmox.com>
diff --git a/debian/patches/pve/0002-bgpd-add-an-option-for-RT-auto-derivation-to-force-A.patch b/debian/patches/pve/0002-bgpd-add-an-option-for-RT-auto-derivation-to-force-A.patch
index 436dfc0fde35..49ce025a509d 100644
--- a/debian/patches/pve/0002-bgpd-add-an-option-for-RT-auto-derivation-to-force-A.patch
+++ b/debian/patches/pve/0002-bgpd-add-an-option-for-RT-auto-derivation-to-force-A.patch
@@ -1,7 +1,7 @@
From dbbe4040299d2a02179cc390d9d7e2aab59833da Mon Sep 17 00:00:00 2001
From: Alexandre Derumier <aderumier at odiso.com>
Date: Mon, 22 May 2023 19:31:28 +0200
-Subject: [PATCH 2/6] bgpd : add an option for RT auto-derivation to force AS
+Subject: [PATCH] bgpd : add an option for RT auto-derivation to force AS
Allow to define a custom AS for autort AS:VNI
diff --git a/debian/patches/pve/0003-tests-add-bgp-evpn-autort-test.patch b/debian/patches/pve/0003-tests-add-bgp-evpn-autort-test.patch
index 4fa8a0a72681..b80694f93ffa 100644
--- a/debian/patches/pve/0003-tests-add-bgp-evpn-autort-test.patch
+++ b/debian/patches/pve/0003-tests-add-bgp-evpn-autort-test.patch
@@ -1,7 +1,7 @@
From 641f5b043f8aeb81b66882d6b86d62572e95af1d Mon Sep 17 00:00:00 2001
From: Alexandre Derumier <aderumier at odiso.com>
Date: Sat, 21 Nov 2020 01:28:42 +0100
-Subject: [PATCH 3/6] tests: add bgp evpn autort test
+Subject: [PATCH] tests: add bgp evpn autort test
Link: https://github.com/FRRouting/frr/pull/7535
Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
diff --git a/debian/patches/pve/0004-zebra-add-ZEBRA_IF_DUMMY-flag-for-dummy-interfaces.patch b/debian/patches/pve/0004-zebra-add-ZEBRA_IF_DUMMY-flag-for-dummy-interfaces.patch
index e2acfcc82e5a..3c0df893236a 100644
--- a/debian/patches/pve/0004-zebra-add-ZEBRA_IF_DUMMY-flag-for-dummy-interfaces.patch
+++ b/debian/patches/pve/0004-zebra-add-ZEBRA_IF_DUMMY-flag-for-dummy-interfaces.patch
@@ -1,7 +1,7 @@
From 7cf60fd0bdaa45311eea886cee6d1f290a4ac2d2 Mon Sep 17 00:00:00 2001
From: Gabriel Goller <g.goller at proxmox.com>
Date: Tue, 25 Feb 2025 10:13:34 +0100
-Subject: [PATCH 4/6] zebra: add ZEBRA_IF_DUMMY flag for dummy interfaces
+Subject: [PATCH] zebra: add ZEBRA_IF_DUMMY flag for dummy interfaces
Introduce ZEBRA_IF_DUMMY interface flag to identify Linux dummy interfaces [0].
These interfaces behave similarly to loopback interfaces and can be
diff --git a/debian/patches/pve/0005-fabricd-add-option-to-treat-dummy-interfaces-as-loop.patch b/debian/patches/pve/0005-fabricd-add-option-to-treat-dummy-interfaces-as-loop.patch
index 1ae2874b19c2..eb7e4a03dd81 100644
--- a/debian/patches/pve/0005-fabricd-add-option-to-treat-dummy-interfaces-as-loop.patch
+++ b/debian/patches/pve/0005-fabricd-add-option-to-treat-dummy-interfaces-as-loop.patch
@@ -1,7 +1,7 @@
From 99aab947f7b89b31f08ba9ccf755ff60af9005a8 Mon Sep 17 00:00:00 2001
From: Gabriel Goller <g.goller at proxmox.com>
Date: Tue, 25 Feb 2025 10:24:58 +0100
-Subject: [PATCH 5/6] fabricd: add option to treat dummy interfaces as loopback
+Subject: [PATCH] fabricd: add option to treat dummy interfaces as loopback
interfaces
Enable dummy-interfaces to be used as router-id interfaces in openfabric
diff --git a/debian/patches/pve/0006-fabricd-enable-dummy_as_loopback-option-per-default.patch b/debian/patches/pve/0006-fabricd-enable-dummy_as_loopback-option-per-default.patch
index f7d8ee07225e..64e27bf04151 100644
--- a/debian/patches/pve/0006-fabricd-enable-dummy_as_loopback-option-per-default.patch
+++ b/debian/patches/pve/0006-fabricd-enable-dummy_as_loopback-option-per-default.patch
@@ -1,7 +1,7 @@
From d1fecf9795c0b9df3889760e1f08bf93c5c8a933 Mon Sep 17 00:00:00 2001
From: Gabriel Goller <g.goller at proxmox.com>
Date: Thu, 6 Mar 2025 13:27:55 +0100
-Subject: [PATCH 6/6] fabricd: enable dummy_as_loopback option per default
+Subject: [PATCH] fabricd: enable dummy_as_loopback option per default
This allows dummy interfaces to be treated as loopback interfaces in
openfabric fabrics.
--
2.39.5
More information about the pve-devel
mailing list