[Bug 2024] A patch to support additional parameter passing via DHCP
bugzilla-daemon at rtems.org
bugzilla-daemon at rtems.org
Sun Feb 26 22:03:52 UTC 2012
https://www.rtems.org/bugzilla/show_bug.cgi?id=2024
Chris Johns <chrisj at rtems.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |chrisj at rtems.org
--- Comment #2 from Chris Johns <chrisj at rtems.org> 2012-02-26 16:03:52 CST ---
The addition of vendor options with a callback is nice. I do have some
questions.
1. The call dhcp_init has changed and I suspect this could break existing user
code. Should the dhcp_init call remain the same a new call added, eg
dhcp_init_ex or dhcp_init_vendor ?
2.
https://www.rtems.org/bugzilla/attachment.cgi?id=1438&action=diff#a/cpukit/libnetworking/rtems/rtems_dhcp.c_sec24
: What are the '& 1' and '& 2' bits handling ? I would rather see define labels
for the bits.
3.
https://www.rtems.org/bugzilla/attachment.cgi?id=1438&action=diff#a/cpukit/libnetworking/rtems/rtems_dhcp.c_sec37
: Is this a new feature to handle more interfaces ?
--
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the bugs
mailing list