File: control

package info (click to toggle)
ifupdown-extra 0.27
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 160 kB
  • ctags: 38
  • sloc: sh: 892; makefile: 15
file content (34 lines) | stat: -rw-r--r-- 1,520 bytes parent folder | download
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
Source: ifupdown-extra
Section: admin
Priority: optional
Maintainer: Javier Fernandez-Sanguino Peña <jfs@debian.org>
Build-Depends: debhelper (>= 7), dh-python
Standards-Version: 3.9.8
Vcs-Browser: http://git.debian.org/?p=collab-maint/ifupdown-extra.git
Vcs-Git: git://git.debian.org/git/collab-maint/ifupdown-extra.git

Package: ifupdown-extra
Architecture: all
Depends: iproute2, iputils-ping | ping, netcat, iputils-arping | arping, net-tools, host, curl, ${misc:Depends}
Pre-Depends: dpkg (>= 1.15.7.2)
Recommends: ethtool, ndisc6
Conflicts: debian-goodies (<< 0.39)
Description: Network scripts for ifupdown
 This package provides a set of network testing scripts to be used together
 with the ifupdown package. These scripts can:
   - check the network cable before an interface is configured.
   - test if an assigned IPv4 or IPv6 address is already in use in the network.
   - test if default network gateways are reachable.
   - setup default static routes for interfaces.
 .
 Additionally network static routes can also be defined globally for the
 system when this is needed (e.g. for 'reject' rules) and will be
 added after network initialisation.
 .
 This package also provides 'network-test', a script to test the network
 configuration status by checking:
   - Status of available interface.
   - Availability of configured gateway routes.
   - If host resolution is working properly (DNS checks).
   - If network connectivity is working, including ICMP and web connections to
     remote web servers.