Don't overwrite cached data from the DHCP server.

Change-Id: Ie7d3ad4be5d9cf6aeb4def7d8c47ffefe522c80d
Signed-off-by: Dan Cross <[email protected]>
---
 kern/kfs/ifconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kern/kfs/ifconfig b/kern/kfs/ifconfig
index 237e599..86df849 100755
--- a/kern/kfs/ifconfig
+++ b/kern/kfs/ifconfig
@@ -60,7 +60,7 @@ then
                # No explicit configuration; use DHCP.
                daemonize /bin/ipconfig -S ether /net/ether$NIC
        fi
-       ipconfig loopback /dev/null 127.0.0.1
+       ipconfig -P loopback /dev/null 127.0.0.1
 else
        if [ -z "$me" ]
        then
-- 
2.8.0.rc3.226.g39d4020

-- 
You received this message because you are subscribed to the Google Groups 
"Akaros" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to