--- alx-src/branches/alxconf-060/skel/net/net.eth0 2015/12/09 10:34:58 7963 +++ alx-src/branches/alxconf-060/skel/net/net.eth0 2015/12/09 10:35:57 7964 @@ -3,5 +3,5 @@ ONBOOT="yes" NETWORKING="dhcp" DHCP_PROG="/sbin/udhcpc" -DHCP_START="-T 10 -t 5 -n -x hostname:$(hostname) -i" +DHCP_START="-T 10 -t 5 -n -x hostname:$(hostname) $(dhcp-identifier -c $(alx-iface)) -i" DHCP_STOP=""