]> git.proxmox.com Git - ifupdown2.git/blame - debian/control
add ethtool as depend
[ifupdown2.git] / debian / control
CommitLineData
5c3a0ef4
AD
1Source: ifupdown2
2Section: admin
3Priority: optional
19e2335c 4Maintainer: Proxmox Support Team <support@proxmox.com>
c4132b1c 5Build-Depends: debhelper-compat (= 13),
5c3a0ef4 6 dh-python,
c3a3fd9a
AD
7 python3,
8 python3-all,
9 python3-setuptools,
10 python3-docutils
698f8319 11Standards-Version: 4.6.2
5c3a0ef4 12Homepage: https://github.com/cumulusnetworks/ifupdown2
c3a3fd9a 13X-Python-Version: >= 3.7
5c3a0ef4
AD
14
15Package: ifupdown2
16Architecture: all
17Provides: ifupdown
18Conflicts: ifupdown
19Replaces: ifupdown
f82f684a
AD
20Depends: ${python3:Depends}, ${misc:Depends}, iproute2, python3-six, python3-setuptools, python3-systemd, ethtool
21Suggests: isc-dhcp-client, bridge-utils, python3-gvgen, python3-mako
5c3a0ef4
AD
22Description: Network Interface Management tool similar to ifupdown
23 ifupdown2 is ifupdown re-written in Python. It replaces ifupdown and provides
24 the same user interface as ifupdown for network interface configuration.
25 Like ifupdown, ifupdown2 is a high level tool to configure (or, respectively
26 deconfigure) network interfaces based on interface definitions in
27 /etc/network/interfaces. It is capable of detecting network interface
28 dependencies and comes with several new features which are available as
29 new command options to ifup/ifdown/ifquery commands. It also comes with a new
30 command ifreload to reload interface configuration with minimum
31 disruption. Most commands are also capable of input and output in JSON format.
32 It is backward compatible with ifupdown /etc/network/interfaces format and
33 supports newer simplified format. It also supports interface templates with
34 python-mako for large scale interface deployments. See
35 /usr/share/doc/ifupdown2/README.rst for details about ifupdown2. Examples
36 are available under /usr/share/doc/ifupdown2/examples.