Searched refs:DEMAND (Results 1 - 18 of 18) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rp-pppoe/configs/
H A Dpppoe.conf34 # If you want the link to come up on demand, set DEMAND to a number indicating
36 DEMAND=no
37 #DEMAND=300
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rp-pppoe/configs/
H A Dpppoe.conf34 # If you want the link to come up on demand, set DEMAND to a number indicating
36 DEMAND=no
37 #DEMAND=300
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rp-pppoe/configs/
H A Dpppoe.conf34 # If you want the link to come up on demand, set DEMAND to a number indicating
36 DEMAND=no
37 #DEMAND=300
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rp-pppoe/scripts/
H A Dpppoe-connect.in184 if test "$DEMAND" = "" ; then
185 DEMAND=no
188 if test "$DEMAND" = "no" ; then
189 DEMAND=""
191 DEMAND="demand persist idle $DEMAND 10.112.112.112:10.112.112.113 ipcp-accept-remote ipcp-accept-local connect true noipdefault ktune"
251 if test "$DEMAND" != "" ; then
252 echo "(Turning off DEMAND for debugging purposes)"
253 DEMAND=""
313 $SETSID $PPPD $PPP_STD_OPTIONS $DEMAND
[all...]
H A Dpppoe-stop.in46 if test "$DEMAND" = "" ; then
47 DEMAND=no
H A Dpppoe-status41 if [ "$DEMAND" != "no" ] ; then
H A Dpppoe-setup.in71 if [ "$DEMAND" = "" ] ; then
72 DEMAND=no
119 printf "%s" ">>> Enter the demand value (default $DEMAND): "
122 D=$DEMAND
295 -e "s/^DEMAND=.*/DEMAND=$D/" \
H A Dpppoe-start.in160 if [ "$DEMAND" != "" -a "$DEMAND" != "no" ] ; then
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rp-pppoe/scripts/
H A Dpppoe-connect.in184 if test "$DEMAND" = "" ; then
185 DEMAND=no
188 if test "$DEMAND" = "no" ; then
189 DEMAND=""
191 DEMAND="demand persist idle $DEMAND 10.112.112.112:10.112.112.113 ipcp-accept-remote ipcp-accept-local connect true noipdefault ktune"
251 if test "$DEMAND" != "" ; then
252 echo "(Turning off DEMAND for debugging purposes)"
253 DEMAND=""
313 $SETSID $PPPD $PPP_STD_OPTIONS $DEMAND
[all...]
H A Dpppoe-stop.in46 if test "$DEMAND" = "" ; then
47 DEMAND=no
H A Dpppoe-status41 if [ "$DEMAND" != "no" ] ; then
H A Dpppoe-setup.in71 if [ "$DEMAND" = "" ] ; then
72 DEMAND=no
119 printf "%s" ">>> Enter the demand value (default $DEMAND): "
122 D=$DEMAND
295 -e "s/^DEMAND=.*/DEMAND=$D/" \
H A Dpppoe-start.in160 if [ "$DEMAND" != "" -a "$DEMAND" != "no" ] ; then
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rp-pppoe/scripts/
H A Dpppoe-connect.in184 if test "$DEMAND" = "" ; then
185 DEMAND=no
188 if test "$DEMAND" = "no" ; then
189 DEMAND=""
191 DEMAND="demand persist idle $DEMAND 10.112.112.112:10.112.112.113 ipcp-accept-remote ipcp-accept-local connect true noipdefault ktune"
251 if test "$DEMAND" != "" ; then
252 echo "(Turning off DEMAND for debugging purposes)"
253 DEMAND=""
313 $SETSID $PPPD $PPP_STD_OPTIONS $DEMAND
[all...]
H A Dpppoe-stop.in46 if test "$DEMAND" = "" ; then
47 DEMAND=no
H A Dpppoe-status41 if [ "$DEMAND" != "no" ] ; then
H A Dpppoe-setup.in71 if [ "$DEMAND" = "" ] ; then
72 DEMAND=no
119 printf "%s" ">>> Enter the demand value (default $DEMAND): "
122 D=$DEMAND
295 -e "s/^DEMAND=.*/DEMAND=$D/" \
H A Dpppoe-start.in160 if [ "$DEMAND" != "" -a "$DEMAND" != "no" ] ; then

Completed in 178 milliseconds