--- /etc/ppp/ip-up~ Tue May 8 17:42:08 2001 +++ /etc/ppp/ip-up Thu Jul 12 22:40:16 2001 @@ -91,7 +91,7 @@ # that UUCP is configured properly. Last not least it also calls sendmail # to send any queued mail. Uncomment the line below. # /etc/ppp/poll.tcpip - + /usr/sbin/ip_resend_wakeup -m $LOCALIP -o $INTERFACE # call ip-up.local if it exists and is executable: test -x /etc/ppp/ip-up.local && /etc/ppp/ip-up.local "$@" ;; @@ -115,7 +115,7 @@ # test "$START_FW" = yes && /sbin/SuSEfirewall test -x /sbin/SuSEpersonal-firewall && . /sbin/SuSEpersonal-firewall - + /usr/sbin/ip_resend -o $INTERFACE # call ip-down.local if it exists and is executable: test -x /etc/ppp/ip-down.local && /etc/ppp/ip-down.local "$@" ;;