diff options
| author | Thomas Lamprecht <t.lamprecht@proxmox.com> | 2025-07-23 18:58:56 +0200 |
|---|---|---|
| committer | Thomas Lamprecht <t.lamprecht@proxmox.com> | 2025-07-23 18:58:59 +0200 |
| commit | 1c08c3bb6b251cf4ae884a131e47619d0555a8f9 (patch) | |
| tree | 9535b9159db47020aaade862ebf56b554bb1a0c3 | |
| parent | 6cbc5540af64740cf7c7d63da8d2c9a46f2b0314 (diff) | |
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 <t.lamprecht@proxmox.com>
| -rw-r--r-- | debian/control | 5 |
1 files 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. |
