Author: wmb Date: 2009-10-11 11:19:26 +0200 (Sun, 11 Oct 2009) New Revision: 1417
Modified: ofw/inet/ippkg.fth ofw/inetv6/ippkg.fth Log: OLPC Trac 4152 - eliminated redundant DHCP exchange by not calling "configure" redundantly in the IP package's open method.
Modified: ofw/inet/ippkg.fth =================================================================== --- ofw/inet/ippkg.fth 2009-10-10 01:08:51 UTC (rev 1416) +++ ofw/inet/ippkg.fth 2009-10-11 09:19:26 UTC (rev 1417) @@ -32,9 +32,6 @@
" net//obp-tftp:last" open-dev to my-parent ( )
- \ XXX probably should catch this - " configure" $call-parent ( ) - true to we-opened? true ;
Modified: ofw/inetv6/ippkg.fth =================================================================== --- ofw/inetv6/ippkg.fth 2009-10-10 01:08:51 UTC (rev 1416) +++ ofw/inetv6/ippkg.fth 2009-10-11 09:19:26 UTC (rev 1417) @@ -32,9 +32,6 @@
" net//obp-tftp:last" open-dev to my-parent ( )
- \ XXX probably should catch this - " configure" $call-parent ( ) - true to we-opened? true ;