netcfg:people/cjwatson/ipv6

Last commit made on 2012-03-09
Get this branch:
git clone -b people/cjwatson/ipv6 https://git.launchpad.net/netcfg

Branch merges

Branch information

Name:
people/cjwatson/ipv6
Repository:
lp:netcfg

Recent commits

bdb93b6... by Colin Watson

Fix code to strip trailing dots from domains in /etc/hosts (correct in master but broken on ipv6 branch)

91b0792... by Colin Watson

Don't preseed IP addresses as hostnames

25d487b... by Colin Watson

print-dhcpv6-info: Actually apply IPv6 address and resolv.conf entries received from the DHCPv6 server

d164e6b... by Colin Watson

Don't bother unlinking /var/lib/netcfg/dhcp6c-finished unless we're using dhcp6c

3646da7... by Colin Watson

print-dhcpv6-info: Exit immediately if reason is not BOUND6, RENEW6, or REBIND6

fa5245c... by Colin Watson

Make sure domain is empty if fgets fails

cf2435d... by Colin Watson

Remove usleep workaround in stop_rdnssd; avoiding the use of stdio in signal handlers should have fixed this

24b5d1b... by Colin Watson

Release isc-dhcp-client IPv6 leases at end of install

429443b... by Colin Watson

Fix dhclient DUID generation

Use unsigned char to avoid sign-extension, and remember the terminating
semicolon.

971d61f... by Colin Watson

Use a sentinel file to determine whether dhcp6c has finished

This finally fixes spurious delays after stateless DHCPv6 configuration.