[Touch-packages] [Bug 1631010] Re: please add a cmdline option to chose between ipv4, ipv6, or dual-stack network boot

2016-10-17 Thread Mathieu Trudel-Lapierre
*** This bug is a duplicate of bug 1621507 ***
https://bugs.launchpad.net/bugs/1621507

** This bug has been marked a duplicate of bug 1621507
   initramfs-tools configure_networking() fails to dhcp ipv6 addresses

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1631010

Title:
  please add a cmdline option to chose between ipv4, ipv6, or dual-stack
  network boot

Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  Right now, I can boot with "ip=hostname:BOOTIF" in the kernel
  commandline, and (after bug 1621507), I get whatever it came up with
  for ipv4 and ipv6.  If for nothing more than testing on a dual-stack
  environment, it would be nice to be able to force that to try both
  (current behavior, and an excellent default), only try IPv4, or only
  IPv6.

  NOT something that needs to be fixed before yakkety, but would be nice
  to eventually get back to xenial.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1631010/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1631010] Re: please add a cmdline option to chose between ipv4, ipv6, or dual-stack network boot

2016-10-12 Thread Scott Moser
I put a branch at https://code.launchpad.net/~smoser/ubuntu/+source
/initramfs-tools/+git/initramfs-tools/+ref/lp-1631010 with a fix for
this.

other improvements too:
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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1631010

Title:
  please add a cmdline option to chose between ipv4, ipv6, or dual-stack
  network boot

Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  Right now, I can boot with "ip=hostname:BOOTIF" in the kernel
  commandline, and (after bug 1621507), I get whatever it came up with
  for ipv4 and ipv6.  If for nothing more than testing on a dual-stack
  environment, it would be nice to be able to force that to try both
  (current behavior, and an excellent default), only try IPv4, or only
  IPv6.

  NOT something that needs to be fixed before yakkety, but would be nice
  to eventually get back to xenial.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1631010/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp