1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
Source: libpve-network-perl
Section: perl
Priority: optional
Maintainer: Proxmox Support Team <support@proxmox.com>
Build-Depends: debhelper-compat (= 13),
lintian,
libfile-slurp-perl,
libnet-subnet-perl,
libpve-rs-perl (>= 0.10.3),
libtest-mockmodule-perl,
perl,
pve-cluster (>= 9.0.1),
pve-firewall (>= 5.1.0~),
pve-doc-generator (>= 5.3-3),
libpve-access-control (>= 9.0.1),
Standards-Version: 4.6.1
Homepage: https://www.proxmox.com
Package: libpve-network-perl
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: 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.
Package: libpve-network-api-perl
Architecture: all
Depends: libpve-common-perl (>= 9.0.2),
pve-firewall (>= 5.1.0~),
pve-cluster (>= 9.0.1),
libpve-network-perl (= ${binary:Version}),
${misc:Depends},
${perl:Depends},
Breaks: libpve-network-perl (<< 0.9.9~),
Replaces: libpve-network-perl (<< 0.9.9~),
Description: API endpoints for Proxmox VE's SDN stack
This package contains the API endpoints for the Software Defined Network of
Proxmox VE.
|