aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xend-config.sxp
diff options
context:
space:
mode:
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>2006-02-10 02:03:24 +0100
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>2006-02-10 02:03:24 +0100
commit3f3e0cd4beb5c1a3a8b7841ad2e1296f2d0940d1 (patch)
tree59f057ff51bbc699b9279895205b0be3a6d8721a /tools/examples/xend-config.sxp
parent30ed8dac34a5a8e097484fa581afa9eb12b2429f (diff)
downloadxen-3f3e0cd4beb5c1a3a8b7841ad2e1296f2d0940d1.tar.gz
xen-3f3e0cd4beb5c1a3a8b7841ad2e1296f2d0940d1.tar.bz2
xen-3f3e0cd4beb5c1a3a8b7841ad2e1296f2d0940d1.zip
Rather than require config changes if you aren't using eth0, use the
default network device available no matter the name. It can still be configured if you want a specific network device. Patch by Bill Nottingham <notting@redhat.com>. Signed-off-by: Ewan Mellor <ewan@xensource.com>
Diffstat (limited to 'tools/examples/xend-config.sxp')
-rw-r--r--tools/examples/xend-config.sxp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/examples/xend-config.sxp b/tools/examples/xend-config.sxp
index dedb2de160..f9ed5642d5 100644
--- a/tools/examples/xend-config.sxp
+++ b/tools/examples/xend-config.sxp
@@ -70,8 +70,8 @@
#
# (network-script network-bridge)
#
-# Your eth0 is used as the outgoing interface, by default. To use a different
-# one (e.g. eth1) use
+# Your default ethernet device is used as the outgoing interface, by default.
+# To use a different one (e.g. eth1) use
#
# (network-script 'network-bridge netdev=eth1')
#