DHCP Failed

Project:JNode Net
Component:Code
Category:bug report
Priority:critical
Assigned:Unassigned
Status:active
Description

Step to reproduce

.- Configure loopback (ifconfig loopback 127.0.0.1 255.0.0.0).
.- execute dhcp command.

Expected result :
Network inteface is correctly setup.

Current result :
Exception occurs, no route found for 255.255.255.255

#2

Looks like 255.255.255.255 (localhost only mask I think) got used somehow instead of 255.255.255.0, which will make it broadcast the DHCP request to the local subnet which is AFAIK the correct thing to do.