Bug 14913

Summary: Fix for "arplookup 127.0.0.1 failed: could not allocate llinfo"
Product: Base System Reporter: ambrisko <ambrisko>
Component: confAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description ambrisko 1999-11-16 00:10:01 UTC
When using dhcp to configure ethernet devices and not specifying
"network_interfaces" so it defaults to "auto", rc.network using
ifconfig -l to get the list of ethernet devices since fxp0 is < lo0.
dhclient is run on fxp0 before lo0 is instantiated.  So making the 
route of fxp0 to 127.0.0.1 makes things go screwy and you get the
following messages and break amd.

arpresolve: can't allocate llinfo for 127.0.0.1rt
arplookup 127.0.0.1 failed: could not allocate llinfo
Comment 1 ru freebsd_committer freebsd_triage 2000-01-02 11:00:38 UTC
State Changed
From-To: open->closed

Fixed in src/contrib/isc-dhcp/client/scripts/freebsd, 
revs 1.8 (-current) and 1.1.1.2.2.7 (-stable).