SVN-Revision: 90
This commit is contained in:
Mike Baker 2004-07-12 04:05:56 +00:00
parent 92a563f3b9
commit b5341ff5f3

View file

@ -89,10 +89,12 @@ ifup () (
if_password=$(nvram_get ppp_passwd) if_password=$(nvram_get ppp_passwd)
if_redial=$(nvram_get ppp_redialperiod) if_redial=$(nvram_get ppp_redialperiod)
if_idletime=$(nvram_get ppp_idletime) if_idletime=$(nvram_get ppp_idletime)
if_mtu=$(nvram_get wan_mtu)
$DEBUG ifconfig $if 0.0.0.0 up $DEBUG ifconfig $if 0.0.0.0 up
$DEBUG /sbin/pppoecd $if -u $if_username -p $if_password -i 0 -I $if_redial -T $if_idletime -k $DEBUG /sbin/pppoecd $if -u $if_username -p $if_password -i 0 -I $if_redial -T $if_idletim
e -t $if_mtu -k
;; ;;
*) *)
echo "### WARNING $if: $if_proto is not supported" echo "### WARNING $if: $if_proto is not supported"