]> git.proxmox.com Git - mirror_ifupdown2.git/blame_incremental - debian/control
addons: address: fix merge-indentation issue
[mirror_ifupdown2.git] / debian / control
... / ...
CommitLineData
1Source: ifupdown2
2Section: admin
3Priority: optional
4Maintainer: Julien Fortin <julien@cumulusnetworks.com>
5Build-Depends: debhelper (>= 9.20160709),
6 dh-python,
7 python-all,
8 python-setuptools,
9 python-docutils
10Standards-Version: 4.2.1
11Homepage: https://github.com/cumulusnetworks/ifupdown2
12
13Package: ifupdown2
14Architecture: all
15Provides: ifupdown
16Conflicts: ifupdown
17Replaces: ifupdown
18Depends: ${python:Depends}, ${misc:Depends}, iproute2, python-argcomplete, python-ipaddr
19Suggests: isc-dhcp-client, bridge-utils, ethtool, python-gvgen, python-mako, python-pkg-resources
20Description: 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.