lp:ubuntu/wily/ifupdown-extra

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:ubuntu/wily/ifupdown-extra
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

14. By Javier Fernández-Sanguino

* debian/control:
  - Add curl to dependencies
  - Update Standards Version
* scripts/network-test:
  - Fix error in output
  - Add tests to determine if the system is connected to the Internet
    (using the new http://network-test.debian.org/ Debian Network
    test system)
  - Add test to determine the system's public IP address

13. By Javier Fernández-Sanguino

* if-up-scripts/check-gateway:
    - Fix typo in script that causes grep call to fail miserably
    (Closes: 726505, 726816)
* debian/control:
    - Add dependency on dh-python, as indicated in
      https://wiki.debian.org/Python/TransitionToDHPython

12. By Javier Fernández-Sanguino

* if-up-scripts/check-duplicate-ip:
   - Manage redirections properly, the code causes invocation errors if using
     iputil's arping (Closes: 632210)
   - Harmonise call to external programs in shell script
* if-up-scripts/check-network-cable:
   - Fix spacing and some other minor shell scripts (Closes: 641923)
* if-up-scripts/check-gateway:
   - Harmonise call to external programs in shell script
* debian/control: Rename iproute to iproute2, since the former is a
  transitional package that will be removed in Jessie+1

11. By Javier Fernández-Sanguino

[ Javier Fernández-Sanguino Peña ]
* if-up-scripts/check-duplicate-ip:
   - Do not pass aliased interface information to arping since it cannot
     handle it properly (Closes: #644891)
* Handle the configuration file through the use of dpkg-maintscript-helper
  instead of moving it directly to prevent dpkg from raising a conffile
  change prompt on upgrades even if the user has not made any
  changes.

10. By Javier Fernández-Sanguino

* Fix argument passing in function (Closes: #641312)
* if-up-scripts/check-network-cable:
  - Do not run the 'ip' tool until we have verified that it is
  available
* debian/source/lintian-overrides: Add overrides for lintian, required
  since debian/changelog is in UTF-8 format but debian/control is not

9. By Javier Fernández-Sanguino

* if-up-scripts/check-gateway,if-up-scripts/check-network-cable,scripts/network-test:
  Make dash happy by declaring the local variables at the beginning of each
  function (Closes: #639889)
* if-up-scripts/check-network-cable:
   - Do not use ethtool or mii-tool if we are not running as root
* if-up-scripts/check-duplicate-ip,if-up-scripts/check-gateway,if-up-scripts/check-network-cable,scripts/network-test:
   Proper quoting of shell-escaped variables

8. By Javier Fernández-Sanguino

* debian/control: Fix url in Vcs-git
* scripts/network-test:
  - Handle interfaces reported by 'ip' as being subinterfaces of others
    (such as the case of VLAN interfaces). (Closes: #636474)
  - Better handle the case when some of the tools used fail to work
  - Separate specific check for the default route and its router(s)
  - Do not test the loopback interface twice
  - Better detection for 'DOWN' interfaces through 'ip'
* scripts/network-test.1: Improve the manpage with more documentation
  of how it works
* if-up-scripts/check-network-cable: Use 'ip link' if neither
  ethtool no mii-tool are available and try to handle some of the
  cases ip link nows about. Although it might not be as reliable
  as the others (Closes: #630137)
* debian/ifupdown-extra.preinst: Add debhelper token, as required
* debian/compat, debian/rules: Switch over to use debhelper version 7
  which bastly simplifies debian/rules and also fixes many lintian
  warnings.
* debian/control:
    - Depend on debhelper v7
    - Update Standards Version to 3.9.2 (no changes needed)

7. By Javier Fernández-Sanguino

* debian/control: Advertise that now sources are available in collab-maint.
* if-up-scripts/static-routes: Be more strict when looking for
  interfaces in the configuration file to avoid matching interfaces
  with similar names.
* if-up-scripts/check-gateway: ajust how the ethtool binary alternative
  location is found

6. By Javier Fernández-Sanguino

Move the network-cable test from /etc/network/if-pre-up.d/ to
/etc/network/if-up.d/ so that it can behave properly and warn the sysadmin
once the network cable is up.

5. By Javier Fernández-Sanguino

* if-up-scripts/check-duplicate-ip:
  - Location of ethtool has changed: adjust to the new location but fallback
    to the old one if it is still there.
  - Make it possible to use arping's arping which: is located in another
    directory, interprets parameters differently and does not support -q.
  Thanks to Cristian Ionescu-Idbohrn for bringing up this issue
  and providing a patch which I base the changes on (Closes: #614056)
  - Do not try to determine the ip address for interfaces we are not goint
    to arping to.
  - Add some warnings for unexpected events that prevent the script
    from working.
* if-up-scripts/check-network-cable: Location of ethtool has changed,
  adjust to the new location but fallback to the old one if it is
  still there.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/utopic/ifupdown-extra
This branch contains Public information 
Everyone can see this information.

Subscribers