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