ia64/xen-unstable
changeset 8543:256bd634e2fc
Changed ifconfig loopback to have 127.0.0.1, so ping will work.
Signed-off-by: Daniel Stekloff <dsteklof@us.ibm.com>
Signed-off-by: Daniel Stekloff <dsteklof@us.ibm.com>
author | stekloff@elm3b216.beaverton.ibm.com |
---|---|
date | Tue Jan 10 14:44:31 2006 +0000 (2006-01-10) |
parents | bb62be2a5080 |
children | 1a0cc9fdcd48 |
files | tools/xm-test/tests/network/02_network_local_ping_pos.py |
line diff
1.1 --- a/tools/xm-test/tests/network/02_network_local_ping_pos.py Tue Jan 10 14:38:22 2006 +0000 1.2 +++ b/tools/xm-test/tests/network/02_network_local_ping_pos.py Tue Jan 10 14:44:31 2006 +0000 1.3 @@ -50,7 +50,7 @@ try: 1.4 console.sendInput("bhs") 1.5 1.6 # Bring up the "lo" interface. 1.7 - console.runCmd("ifconfig lo up") 1.8 + console.runCmd("ifconfig lo 127.0.0.1") 1.9 1.10 console.runCmd("ifconfig eth0 inet "+ip+" netmask "+mask+" up") 1.11