all lists on lists.proxmox.com
 help / color / mirror / Atom feed
From: Gabriel Goller <g.goller@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH frr 1/2] debian: remove patch sequence numbers
Date: Tue, 17 Jun 2025 18:21:35 +0200	[thread overview]
Message-ID: <20250617162136.444316-1-g.goller@proxmox.com> (raw)

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@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@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@odiso.com>
 Signed-off-by: Gabriel Goller <g.goller@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@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@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@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@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@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@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



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


             reply	other threads:[~2025-06-17 16:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-17 16:21 Gabriel Goller [this message]
2025-06-17 16:21 ` [pve-devel] [PATCH frr 2/2] frr: bump to 10.3.1 Gabriel Goller
2025-06-25 15:25   ` Hannes Duerr
2025-06-25 16:28 ` [pve-devel] applied-series: [PATCH frr 1/2] debian: remove patch sequence numbers Thomas Lamprecht

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250617162136.444316-1-g.goller@proxmox.com \
    --to=g.goller@proxmox.com \
    --cc=pve-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal