~ddstreet/ubuntu/+source/ifupdown:ubuntu/devel

Last commit made on 2018-08-28
Get this branch:
git clone -b ubuntu/devel https://git.launchpad.net/~ddstreet/ubuntu/+source/ifupdown
Only Dan Streetman can upload to this branch. If you are Dan Streetman please log in for upload directions.

Branch merges

Branch information

Name:
ubuntu/devel
Repository:
lp:~ddstreet/ubuntu/+source/ifupdown

Recent commits

bb095be... by Dimitri John Ledkov

Import patches-unapplied version 0.8.34ubuntu2 to ubuntu/cosmic-proposed

Imported using git-ubuntu import.

Changelog parent: 3fe7e303d6f79dec4d6f18aea02ad80bcc315fed

New changelog entries:
  * Re-add chmod +x on ifupdown-hotplug.

3fe7e30... by Steve Langasek

Import patches-unapplied version 0.8.34ubuntu1 to ubuntu/cosmic-proposed

Imported using git-ubuntu import.

Changelog parent: 0990f2d2f471657afb6309a2fa52d092aa3a91b3

New changelog entries:
  * Merge from Debian unstable. Remaining changes:
    - Always call dhclient with -1, Ubuntu carries a patch so that renewal
      won't time out.
    - ifup@.service, ifupdown-hotplug: Additionally run for "auto" class. We
      don't really support "allow-hotplug" in Ubuntu at the moment, so we need
      to deal with "auto" devices appearing after the "networking" init script
      already ran.

0990f2d... by Guus Sliepen <email address hidden>

Import patches-unapplied version 0.8.34 to debian/sid

Imported using git-ubuntu import.

Changelog parent: ab6f53363f2a39d57dbd0bd60611fa0bf151592d

New changelog entries:
  [ Guus Sliepen ]
  * Handle SIGINT and SIGTERM more gracefully.
  * VLAN interfaces in the same allow class are now brought up automatically
    if the physical interface is brought up.
  [ Antonio Terceiro ]
  * Don't call udevadm settle if udev is not installed. Closes: #900046

ab6f533... by Guus Sliepen <email address hidden>

Import patches-unapplied version 0.8.33 to debian/sid

Imported using git-ubuntu import.

Changelog parent: fc8965ec5cd8a900ae055af8cf84535c69202741

New changelog entries:
  [ Guus Sliepen ]
  * Allow an interface to recursively bring up VLAN interfaces.
    Closes: #899355
  [ Benjamin Drung ]
  * Split 'udevadm settle' from networking.service. Closes: #899002

fc8965e... by Guus Sliepen <email address hidden>

Import patches-unapplied version 0.8.32 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 0694f270a8347b52d19dd14a1087b70d9036c65b

New changelog entries:
  [ Guus Sliepen ]
  * Fix check-mac-address.sh and get-mac-address.sh example scripts.
  * Update the manpages and add an entry to NEWS about the possibility that
    ifupdown runs in parallel. Closes: #894511
  * Migrate the VCS repository to Salsa.
  * Allow ifquery to be run recursively from ifup and ifdown. Closes: #896433
  [ Filipe Brandenburger ]
  * Prevent ExecStartPre from exiting with non-zero status when not supposed
    to do anything. Closes: #894759

0694f27... by Guus Sliepen <email address hidden>

Import patches-unapplied version 0.8.31 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 008cc5e86c23b6da459c2d4c5ff5ef2125d8f577

New changelog entries:
  * Do not enable ifupdown-wait-online.service by default. Closes: #891139
  * Drop Before=network.target from ifupdown-wait-online.service.

008cc5e... by Guus Sliepen <email address hidden>

Import patches-unapplied version 0.8.30 to debian/sid

Imported using git-ubuntu import.

Changelog parent: adc5922940ace94663ba2aac8a52c64b3bee8dd6

New changelog entries:
  [ Guus Sliepen ]
  * Use >&2 instead of >/dev/stderr. Closes: #890988
  * Bump Standards-Version and debian/compat.
  [ Arthur Gautier ]
  * Use ip instead of writing to /sys to better supported network namespaces.

adc5922... by Guus Sliepen <email address hidden>

Import patches-unapplied version 0.8.29 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 3de1cdb76f6070f4996fdea1ea1329906b504e96

New changelog entries:
  [ Sven Joachim ]
  * Remove obsolete conffiles from the system. Closes: #879802

3de1cdb... by Guus Sliepen <email address hidden>

Import patches-unapplied version 0.8.28 to debian/sid

Imported using git-ubuntu import.

Changelog parent: b66c7b211bbd05926918dce6d9ed3c3b4c80c845

New changelog entries:
  * Fix testsuite failure if ifupdown isn't already installed.
  [ Guus Sliepen ]
  * Automatically bring up VLAN parent interfaces, and bring down VLAN slave
    interfaces. Closes: #879518
  * Update testcases.
  * Flush IP addresses when bringing down physical links. Closes: #845121
  * Add -v option to IPv6 dhclient.
  * Let ifquery print all matching interface stanzas. Closes: #878836
  * Guessnet and network-manager do support the source directive nowadays.
    Closes: #863135
  * Remove all references to upstart from scripts. Closes: #861164
  * Bump Standards-Version.
  * Bump debian/compat and the minimum required debhelper version.
  [ Alex Fox ]
  * Use a more reliable check for Infiniband interfaces. Closes: #857976

b66c7b2... by Guus Sliepen <email address hidden>

Import patches-unapplied version 0.8.25 to debian/sid

Imported using git-ubuntu import.

Changelog parent: a2abf031a4353100bc611bd0de3ca7af1c45a9d0

New changelog entries:
  [ SATOH Fumiyasu]
  * wait-online.sh: Evaluate "$WAIT_ONLINE_IFACE". Closes: #873475
  [ Guus Sliepen ]
  * Don't check for another instance of ifup running during hotplug.
    Closes: #873110
  * Drop upstart system jobs.