aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter07/ethnet.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/ethnet.xml b/chapter07/ethnet.xml
index e42e5e868..933354ba6 100644
--- a/chapter07/ethnet.xml
+++ b/chapter07/ethnet.xml
@@ -66,7 +66,7 @@ case "$1" in
#
if [ "$GATEWAY" != "" ]; then
- echo -n "Setting up routing for eth0 interface..."
+ echo -n "Setting up routing for $GATEWAY_IF interface..."
/sbin/route add default gateway $GATEWAY \
metric 1 dev $GATEWAY_IF
evaluate_retval