diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 12 | ||||
| -rw-r--r-- | debian/control | 4 |
2 files changed, 14 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index fd202a9..1580fe2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +libpve-network-perl (1.2.4) trixie; urgency=medium + + * fix #6806: vlan: qinq: fix bridge port detection. + + -- Proxmox Support Team <support@proxmox.com> Wed, 10 Dec 2025 20:47:02 +0100 + +libpve-network-perl (1.2.3) trixie; urgency=medium + + * api: sdn: fix null vmid for tap/veth ports on bridges api call. + + -- Proxmox Support Team <support@proxmox.com> Tue, 18 Nov 2025 15:17:35 +0100 + libpve-network-perl (1.2.2) trixie; urgency=medium * sdn: include existence of the local frr.conf.local file to decide when we diff --git a/debian/control b/debian/control index 765c8b7..ee7b2d4 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Proxmox Support Team <support@proxmox.com> Build-Depends: debhelper-compat (= 13), lintian, libfile-slurp-perl, - libpve-common-perl, + libpve-common-perl (>= 9.1.1), libnet-subnet-perl, libpve-rs-perl (>= 0.11.1), libtest-mockmodule-perl, @@ -19,7 +19,7 @@ Homepage: https://www.proxmox.com Package: libpve-network-perl Architecture: all -Depends: libpve-common-perl (>= 9.0.14), +Depends: libpve-common-perl (>= 9.1.1), pve-cluster (>= 8.0.10), libio-socket-ssl-perl, ifupdown2, |
