Re: [PATCH net-next v2] ipconfig: send Client-identifier in DHCP requests

2015-10-18 Thread David Miller
From: roy.qing...@gmail.com Date: Thu, 15 Oct 2015 16:54:36 +0800 > From: Li RongQing > > A dhcp server may provide parameters to a client from a pool of IP > addresses and using a shared rootfs, or provide a specific set of > parameters for a specific client, usually using the MAC address to >

Re: [PATCH net-next v2] ipconfig: send Client-identifier in DHCP requests

2015-10-15 Thread Li RongQing
On Thu, Oct 15, 2015 at 10:56 PM, Florian Fainelli wrote: > Did not you mean strlen(dhcp_client_identifer) + 1 instead? no; dhcp_client_identifer[0] is client identifier type, and it maybe 0; dhcp_client_identifer+1 is the start address of client identifier value; -Roy -- To unsubscribe from th

Re: [PATCH net-next v2] ipconfig: send Client-identifier in DHCP requests

2015-10-15 Thread Florian Fainelli
2015-10-15 1:54 GMT-07:00 : > From: Li RongQing > > A dhcp server may provide parameters to a client from a pool of IP > addresses and using a shared rootfs, or provide a specific set of > parameters for a specific client, usually using the MAC address to > identify each client individually. The