ifupdown-extra 0.27 source package in Ubuntu

Changelog

ifupdown-extra (0.27) unstable; urgency=medium

  * scripts/network-test: 
    - Fix error in script that prevented it from locating the transmitted
      and received packets from the output of 'ip addr show'
    - Change URL test from http:///network-test.debian.org/moo to
      http://network-test.debian.org/nm and adjust MD5sum accordingly
  * debian/networking-routes.service: Add a systemd service defining
      the proper order expected for this service (Closes: #796622)
  * if-up-scripts/check-network-cable: Use fixes provided by Timur I. Bakeyev
      to the script that fix the errors when running using dash 
      (Closes: 818276)

 -- Javier Fernández-Sanguino Peña <email address hidden>  Sat, 28 May 2016 23:10:17 +0200

Upload details

Uploaded by:
Javier Fernández-Sanguino
Uploaded to:
Sid
Original maintainer:
Javier Fernández-Sanguino
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ifupdown-extra_0.27.dsc 1.5 KiB c43e5e7fcd3af4c6f36f5fe8e3ffadd5b1c0f9e53eecfad9e552659379fbbfa9
ifupdown-extra_0.27.tar.gz 24.9 KiB 9599334288735973a5c3c99cad0a5158079b96c7196d4c86db0645ebd41f4e61

Available diffs

No changes file available.

Binary packages built by this source

ifupdown-extra: 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.