Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 178976 - net-misc/dhcpcd-3* can't get info by name (dhcpcd -I seyko)
Summary: net-misc/dhcpcd-3* can't get info by name (dhcpcd -I seyko)
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Roy Marples (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-18 08:33 UTC by Sergey Ya. Korshunoff
Modified: 2007-05-18 19:37 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Ya. Korshunoff 2007-05-18 08:33:39 UTC
it looks like dhcpcd version 3+ can't get info by name (dhcpcd -I seyko)
with dhcpcd version 2.xx all OK

Reproducible: Always
Comment 1 Roy Marples (RETIRED) gentoo-dev 2007-05-18 08:57:03 UTC
dhcpcd-2.x didn't set Client ID correctly, dhcpcd-3.x does.

If you capture a wireshark trace of both dhcpcd-2.x and 3.x you can clearly see this.

Re-open if you disagree, attaching the wireshark traces.
Comment 2 Sergey Ya. Korshunoff 2007-05-18 19:37:35 UTC
(In reply to comment #1)
> dhcpcd-2.x didn't set Client ID correctly, dhcpcd-3.x does.
> 
> If you capture a wireshark trace of both dhcpcd-2.x and 3.x you can clearly see
> this.
> 
> Re-open if you disagree, attaching the wireshark traces.

In my case:
- with dhcpcd 3.xx Client ID is different each time and Client ID looks like random item (no any correlation with -I parameter)

- with dhcpcd 2.xx Client Id is -I parameter prefixed with \000

PS; how to use wireshark to get a trace?