From 633f47836273c3895f52659e7d3eefa38eb8fcda Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Wed, 29 Aug 2001 15:10:09 +0000 Subject: - fix ISDN dial on demand bug - fix typo bug in network-functions --- sysconfig/network-scripts/network-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysconfig/network-scripts/network-functions') diff --git a/sysconfig/network-scripts/network-functions b/sysconfig/network-scripts/network-functions index 934f55ae..991b5370 100644 --- a/sysconfig/network-scripts/network-functions +++ b/sysconfig/network-scripts/network-functions @@ -182,7 +182,7 @@ add_default_route () if [ "${GATEWAY}" != "" -a "${GATEWAY}" != "none" -a "${GATEWAYDEV}" != "" ] ; then if ! check_device_down $1; then if [ "$GATEWAY" = "0.0.0.0" ]; then - /sbin/ip route add default ${GATEWAYDEV} + /sbin/ip route add default dev ${GATEWAYDEV} else /sbin/ip route add default via ${GATEWAY} fi -- cgit v1.2.1