From 1c08c3bb6b251cf4ae884a131e47619d0555a8f9 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 23 Jul 2025 18:58:56 +0200 Subject: d/control: make ifupdown2 hard dependency, bump FRR to recommends With FRR being recommended it will be pulled in by default if a user did not manually configured apt to not do that. This should provide a better UX for SDN on older systems that get upgraded, for new installations we set up FRR already anyway. Signed-off-by: Thomas Lamprecht --- debian/control | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index cf22ebd..f64a2d4 100644 --- a/debian/control +++ b/debian/control @@ -21,14 +21,15 @@ Architecture: all Depends: libpve-common-perl (>= 9.0.2), pve-cluster (>= 8.0.10), libio-socket-ssl-perl, + ifupdown2, libnet-subnet-perl, libnet-ip-perl, libnetaddr-ip-perl, libpve-rs-perl (>= 0.10.3), ${misc:Depends}, ${perl:Depends}, -Recommends: ifupdown2 -Suggests: frr-pythontools (>= 8.5.1~), dnsmasq, +Recommends: frr-pythontools (>= 10.3.1-1+pve2~), +Suggests: dnsmasq, Description: Proxmox VE's SDN (Software Defined Network) stack This package contains the perl side of the Software Defined Network implementation for Proxmox VE. -- cgit v1.2.3