]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Reference old DHCPv6 FQDN when processing the hostname.
authorRoy Marples <roy@marples.name>
Fri, 14 Aug 2015 22:24:21 +0000 (22:24 +0000)
committerRoy Marples <roy@marples.name>
Fri, 14 Aug 2015 22:24:21 +0000 (22:24 +0000)
dhcpcd-hooks/30-hostname

index 616fb82acfc25a1c2423cbd85311ed1e80e975f9..700899f74f650ddb1b33d84514e492f688341ef1 100644 (file)
@@ -146,6 +146,7 @@ set_hostname()
 case "$reason" in
 BOUND6|RENEW6|REBIND6|REBOOT6|INFORM6)
        new_fqdn="$new_dhcp6_fqdn"
+       old_fqdn="$old_dhcp6_fqdn"
        ;;
 esac