~smoser/ubuntu/+source/initramfs-tools:lp-1631010

Last commit made on 2016-10-14
Get this branch:
git clone -b lp-1631010 https://git.launchpad.net/~smoser/ubuntu/+source/initramfs-tools
Only Scott Moser can upload to this branch. If you are Scott Moser please log in for upload directions.

Branch merges

Branch information

Name:
lp-1631010
Repository:
lp:~smoser/ubuntu/+source/initramfs-tools

Recent commits

17dd7f4... by Scott Moser

drop 'stateless' support, and ip6 param

instead of ip6 parameter, use 'proto' in the ip= .
  proto can be:
   dhcp : (or empty) do dhcp4 only.
   dhcp+dhcp6 : do dhcp4 and dhcp6 require both
   dhcp,dhcp6 : do dhcp4, do dhcp6 only if dhcp4 fails
   dhcp6 : do dhcp6 only.

b94d210... by Scott Moser

handle 'bootif' or 'BOOTIF' in the 'ip=' argument

f514d18... by Scott Moser

handle retrying inside.

84a8708... by Scott Moser

mention dhclient bug about in set_link_up_and_settle

b03c421... by Scott Moser

remove 'error' function usage from prototyping

d4cd876... by Scott Moser

pass 'DEVICE' into handle_ip_dhcp_cmdline

1c6950a... by Scott Moser

set hostname per ip=

f0dbf7b... by Scott Moser

add stateless option (ip6=only-S).

this was tested on lxc network created after bug
lxc issue is fixed:
  https://github.com/lxc/lxd/issues/2481

b538bdd... by Scott Moser

improvements to dhclient handing of ip= command lines.

Improvemnts here are:
 a.) do not leave /run/net-* around if dhclient failed
 b.) support ip6= on the kernel cmdline
     ip6=
        off : default. ip= does not mean to do ipv6
        only : only do ipv6 (no ipv4)
        on : always do ipv6 even if ipv4 succeeded.
        iff : do ipv6 if and only if ipv4 fails
 c.) wait for link local address to settle (dad) before
     attempting to dhcp -6
 d.) do not run through the dhcp configure once for each ROUNDTTT

eea16e3... by Mathieu Trudel-Lapierre

Import version 0.125ubuntu5 to ubuntu/yakkety-proposed

Imported using usd-importer.