Author: wmb Date: 2007-11-05 19:40:33 +0100 (Mon, 05 Nov 2007) New Revision: 712
Modified: ofw/inet/arp.fth Log: Control the "ARP timeout" message from debug-net instead of from diag-switch?, thus making the problem from OLPC trac 4637 slightly easier to discern.
Modified: ofw/inet/arp.fth =================================================================== --- ofw/inet/arp.fth 2007-11-05 18:38:22 UTC (rev 711) +++ ofw/inet/arp.fth 2007-11-05 18:40:33 UTC (rev 712) @@ -83,7 +83,9 @@ ;
: .arp/rarp-timeout ( -- ) - " Timeout waiting for ARP/RARP packet" diag-type diag-cr + bootnet-debug if + ." Timeout waiting for ARP/RARP packet" cr + then ;
: arpcom ( his-ip his-en my-ip my-en req-type en-type -- ok? )