Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 186840 - net-misc/dhcpcd-3.0.16 sets wrong client identifier
Summary: net-misc/dhcpcd-3.0.16 sets wrong client identifier
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Roy Marples (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-27 20:45 UTC by Jerry McDonald
Modified: 2007-07-27 21:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Ethereal output showing the actual client identifiers in the hex dumps (ethereal.out,10.63 KB, text/plain)
2007-07-27 20:46 UTC, Jerry McDonald
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jerry McDonald 2007-07-27 20:45:03 UTC
When using the command:

  /sbin/dchpcd -h Atlas -N -I Linux eth0

dhcpcd version 3.0.16-r1 fails to set the client identifier properly.  Ethereal dumps show that the client identifier is set to "eth0" and not "Linux".  Downgrading to dhcpcd version 2.0.5-r1 works correctly, with no modification to the configuration files.

Reproducible: Always

Steps to Reproduce:
1. /etc/conf.d/net is:
config_eth0=( "dhcp" )
dhcpcd_eth0="-N -I Linux"
2. /etc/init.d/net.eth0 start
3. Ethereal dump network traffic on DHCP server.

Actual Results:  
"eth0" is sent as the client identifier.

Expected Results:  
The proper client identifier should be sent.
Comment 1 Jerry McDonald 2007-07-27 20:46:25 UTC
Created attachment 126180 [details]
Ethereal output showing the actual client identifiers in the hex dumps
Comment 2 Roy Marples (RETIRED) gentoo-dev 2007-07-27 21:17:00 UTC
dhcpcd-3.1.1 has the fix.