Hello,

It appears that ifupdown.c has a typo for specifying the dhcp "client
identifier".

The debian interfaces man page says:

   client client_id
       Client identifier (dhcpcd, udhcpc)

(See http://man.cx/interfaces )

Does anyone have any issues with this type of change?

-               "dhcpcd[[ -h %hostname%]][[ -i %vendor%]][[ -I
%clientid%]][[ -l %leasetime%]] %iface%",
+               "dhcpcd[[ -h %hostname%]][[ -i %vendor%]][[ -I
%client%]][[ -l %leasetime%]] %iface%",

Wade

_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to