summaryrefslogtreecommitdiffstats
path: root/networkconfig-qemu.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-03-03 20:04:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-03-03 20:04:48 +0000
commit3713ec7cbc42e809e5fa7a531c3156298c744a9f (patch)
treecc80617be9b185063cc2f04231ef61ac44379061 /networkconfig-qemu.h
parent2011-03-03 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadnetwork-demos-3713ec7cbc42e809e5fa7a531c3156298c744a9f.tar.bz2
2011-03-03 Joel Sherrill <joel.sherrill@oarcorp.com>
* networkconfig-qemu.h: VirtualBox uses 10.0.x.x for its eth0 so we need to switch to 10.1.x.x for things to work smoothly. * networkconfig-loopback.h: New file.
Diffstat (limited to 'networkconfig-qemu.h')
-rw-r--r--networkconfig-qemu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/networkconfig-qemu.h b/networkconfig-qemu.h
index df3d0d2..53fbbca 100644
--- a/networkconfig-qemu.h
+++ b/networkconfig-qemu.h
@@ -112,7 +112,7 @@
#endif
#if defined(ON_QEMU)
-#define FIXED_IP_ADDR "10.0.2.5"
+#define FIXED_IP_ADDR "10.1.2.5"
#endif
#if defined(ON_RTEMS_LAB_WINSYSTEMS)