The SDN subfolder on pmxcfs can contain subfolders (fabrics,
firewall). The existing regex matched every element contained in the
sdn subfolder, which caused dir2text to trip up, since it fails when
trying to open directories.
Handle cfg, json and the running-config files separately, so they
are n
Signed-off-by: Stefan Hanreich
---
debian/changelog | 9 +
1 file changed, 9 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 0b06cb4..972f83a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+frr (10.2.2-1+pve2) bookworm; urgency=medium
+
+ * ba
On Wed Apr 16, 2025 at 2:47 PM CEST, Max Carrara wrote:
> This commit adds an example implementation of a custom storage plugin
> that uses SSHFS [0] as the underlying filesystem.
>
> The implementation is very similar to that of the NFS plugin; as a
> prerequisite, it is currently necessary to use
This is a backport of the FRR PR #18562 [1], that has been submitted
upstream as well [2].
With already established BGP/BFD sessions via underlay networks that
use a different routing protocol than BGP, rebooting a node could
cause the BFD session to enter the ADMIN_DOWN state without ever
recover
--- Begin Message ---
Signed-off-by: Till Riedel
---
src/PVE/LDAP.pm | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/PVE/LDAP.pm b/src/PVE/LDAP.pm
index 16a0a8e..ab7df3e 100644
--- a/src/PVE/LDAP.pm
+++ b/src/PVE/LDAP.pm
@@ -208,7 +208,7 @@ sub query_groups {
m
On 4/15/25 16:10, Timo Veith wrote:
> Hello Mira,
>
> thank you very much for your reply.
>
>> Am 15.04.2025 um 11:09 schrieb Mira Limbeck :
>>
>> Hi Timo,
>>
>> At the moment I'm working on storage mapping support for iSCSI.
>> This would allow one to configure different portals on each of the h
prevent a warning about $ver being an uninitialized value in case the tunnel
didn't provide a version string at all, for example because it already closed
cause of a prior error.
Signed-off-by: Fabian Grünbichler
---
prompted by https://bugzilla.proxmox.com/show_bug.cgi?id=6340
src/PVE/Tunnel.p
Am 17.04.25 um 12:48 schrieb Stefan Hanreich:
> The current default behavior for VirtIO network devices is to default to 1500
> MTU, unless otherwise specified. This is inconvenient in cases where the MTU
> is
> not the default value (e.g. for VXLAN VNets or bridges with jumbo frames).
> Container