From adfa4605b47ae98d497e08e84473ab5c19901781 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 30 Dec 1999 16:42:12 +0000 Subject: don't call non-existant ipv4_forward_set --- rc.d/init.d/network | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'rc.d') diff --git a/rc.d/init.d/network b/rc.d/init.d/network index 8747cc65..5a692d61 100755 --- a/rc.d/init.d/network +++ b/rc.d/init.d/network @@ -122,9 +122,6 @@ case "$1" in reload) if [ -x /bin/linuxconf ] ; then eval `/bin/linuxconf --hint netdev` - if [ "$RECONF_IPV4ROUTING" = "yes" ] ; then - ipv4_forward_set - fi for device in $DEV_UP ; do action "Bringing up device $device" ./ifup $device done @@ -167,8 +164,7 @@ case "$1" in if [ -x /bin/linuxconf ] ; then eval `/bin/linuxconf --hint netdev` [ -n "$DEV_UP$DEV_DOWN$DEV_RECONF$DEV_RECONF_ALIASES" -o \ - -n "$DEV_RECONF_ROUTES$IPXINTERNALNET" -o \ - "$RECONF_IPV4ROUTING" = yes ] && \ + -n "$DEV_RECONF_ROUTES$IPXINTERNALNET" ] echo reload exit 0 else -- cgit v1.2.1