~mwhudson/ubuntu/+source/initramfs-tools:refactor-networking

Last commit made on 2018-09-06
Get this branch:
git clone -b refactor-networking https://git.launchpad.net/~mwhudson/ubuntu/+source/initramfs-tools
Only Michael Hudson-Doyle can upload to this branch. If you are Michael Hudson-Doyle please log in for upload directions.

Branch merges

Branch information

Name:
refactor-networking
Repository:
lp:~mwhudson/ubuntu/+source/initramfs-tools

Recent commits

44a728c... by Michael Hudson-Doyle

and things

fc47f9a... by Michael Hudson-Doyle

stuff

e7ddf7f... by Michael Hudson-Doyle

tyop

81ceabc... by Michael Hudson-Doyle

more review feedback

d06550d... by Michael Hudson-Doyle

semicolons--

0adcd8e... by Michael Hudson-Doyle

check for stray dhclient processes in check-results

e8d30bc... by Michael Hudson-Doyle

fix name of dhclient.conf

a93733b... by Michael Hudson-Doyle

Do not let dhclient processes hang around past the pivot and have them respect the shorter timeouts ipconfig was given.

1cbcdf7... by Michael Hudson-Doyle

review comments

b9921b9... by Michael Hudson-Doyle

Tidy up configure_networking a bit:

  - Just let dhclient scan the interfaces if none is specified for IPv6.
  - Do not handle ip=rarp specially (ipconfig hasn't supported it for some
    time)
  - Call dhclient in simple cases for IPv4 (this makes some small observable
    changes -- for example ip=bootp will now make a DHCP request too -- but
    nothing that seems important).