]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix DHCPv6 FQDN hostname assignment, broken last patch.
authorRoy Marples <roy@marples.name>
Mon, 22 Jul 2013 17:01:57 +0000 (17:01 +0000)
committerRoy Marples <roy@marples.name>
Mon, 22 Jul 2013 17:01:57 +0000 (17:01 +0000)
dhcpcd-hooks/30-hostname

index 6ded46db63437a3c8790860e6a021be3a55fba7f..42120ceb218612154573d077ca049c645d9a742a 100644 (file)
@@ -124,7 +124,7 @@ set_hostname()
 # For ease of use, map DHCP6 names onto our DHCP4 names
 case "$reason" in
 BOUND6|RENEW6|REBIND6|REBOOT6|INFORM6)
-       new_fqdn_name="$new_dhcp6_fqdn"
+       new_fqdn="$new_dhcp6_fqdn"
        ;;
 esac