From f620b1cbfb665bc332cf4146b30a9581b4c3da2a Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 19 Feb 2003 19:52:13 +0000 Subject: We were hardcoding zeroconf routes to eth0. OOOOPS. --- sysconfig/network-scripts/ifup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysconfig/network-scripts/ifup b/sysconfig/network-scripts/ifup index 3a3e4316..944edaaf 100755 --- a/sysconfig/network-scripts/ifup +++ b/sysconfig/network-scripts/ifup @@ -342,7 +342,7 @@ fi # Add Zeroconf route. if [ -z "${NOZEROCONF}" -a "${ISALIAS}" = "no" ]; then - ip route replace 169.254.0.0/16 dev eth0 + ip route replace 169.254.0.0/16 dev ${REALDEVICE} fi # IPv6 initialisation? -- cgit v1.2.1