make S45firewall execute scripts in /etc/firewall.d
[openwrt.git] / openwrt / target / default / target_skeleton / sbin / ifup
index 6b4a774..f8e41ce 100755 (executable)
       idletime=$(nvram get ppp_idletime)
       mtu=$(nvram get wan_mtu)
 
-      $DEBUG ifconfig $if 0.0.0.0 up
+#      handled by /etc/init.d/S50pppoe
+#      $DEBUG ifconfig $if 0.0.0.0 up
 
-      $DEBUG /sbin/pppoecd $if -u $username -p $password \
-        -i 0 -I $redial -T $idletime -t $mtu -k
+#      $DEBUG /sbin/pppoecd $if -u $username -p $password \
+#        -i 0 -I $redial -T $idletime -t $mtu -k
     ;;
     none)
     ;;
This page took 0.025304 seconds and 4 git commands to generate.