2015-12-14 16:26:31 -08:00
|
|
|
Source: ifupdown2
|
|
|
|
Section: admin
|
|
|
|
Priority: optional
|
2022-05-28 11:40:16 +02:00
|
|
|
Maintainer: Julien Fortin <jfortin@nvidia.com>
|
2020-09-15 12:48:13 +02:00
|
|
|
Build-Depends: debhelper (>= 9.20160709),
|
2020-05-11 20:56:34 +02:00
|
|
|
dh-python,
|
2020-01-08 12:22:58 +01:00
|
|
|
python3,
|
|
|
|
python3-all,
|
|
|
|
python3-setuptools,
|
|
|
|
python3-docutils
|
2020-06-24 01:35:16 +02:00
|
|
|
Standards-Version: 4.5.0.2
|
2018-12-13 11:43:32 -08:00
|
|
|
Homepage: https://github.com/cumulusnetworks/ifupdown2
|
2020-01-08 12:22:58 +01:00
|
|
|
X-Python-Version: >= 3.7
|
2015-12-14 16:26:31 -08:00
|
|
|
|
|
|
|
Package: ifupdown2
|
|
|
|
Architecture: all
|
|
|
|
Provides: ifupdown
|
2018-12-13 11:43:32 -08:00
|
|
|
Conflicts: ifupdown
|
|
|
|
Replaces: ifupdown
|
2023-05-03 16:19:57 +02:00
|
|
|
Depends: ${python3:Depends}, ${misc:Depends}, iproute2, python3-six, python3-setuptools, python3-systemd
|
2020-01-08 12:22:58 +01:00
|
|
|
Suggests: isc-dhcp-client, bridge-utils, ethtool, python3-gvgen, python3-mako
|
2015-12-14 16:26:31 -08:00
|
|
|
Description: Network Interface Management tool similar to ifupdown
|
|
|
|
ifupdown2 is ifupdown re-written in Python. It replaces ifupdown and provides
|
|
|
|
the same user interface as ifupdown for network interface configuration.
|
|
|
|
Like ifupdown, ifupdown2 is a high level tool to configure (or, respectively
|
|
|
|
deconfigure) network interfaces based on interface definitions in
|
|
|
|
/etc/network/interfaces. It is capable of detecting network interface
|
|
|
|
dependencies and comes with several new features which are available as
|
|
|
|
new command options to ifup/ifdown/ifquery commands. It also comes with a new
|
|
|
|
command ifreload to reload interface configuration with minimum
|
|
|
|
disruption. Most commands are also capable of input and output in JSON format.
|
|
|
|
It is backward compatible with ifupdown /etc/network/interfaces format and
|
|
|
|
supports newer simplified format. It also supports interface templates with
|
|
|
|
python-mako for large scale interface deployments. See
|
|
|
|
/usr/share/doc/ifupdown2/README.rst for details about ifupdown2. Examples
|
|
|
|
are available under /usr/share/doc/ifupdown2/examples.
|